topStory template variables should be available in standAlone and not standAlone modes. Added template variables for delete and edit icons for the top story. Updated the tests, template and template variable help. Fixes bug #11851.

This commit is contained in:
Colin Kuskie 2010-09-09 11:56:50 -07:00
parent b63fe8e184
commit 5608a43916
6 changed files with 36 additions and 19 deletions

View file

@ -29,6 +29,10 @@ our $HELP = {
{ name => 'editIcon' },
],
},
{ name => 'topStoryDeleteIcon',
description => 'deleteIcon', },
{ name => 'topStoryEditIcon'
description => 'editIcon', },
{ name => 'topStoryTitle' },
{ name => 'topStorySubtitle' },
{ name => 'topStoryUrl' },