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:
parent
9991a36c65
commit
ef6e78fc27
6 changed files with 36 additions and 19 deletions
|
|
@ -29,6 +29,10 @@ our $HELP = {
|
|||
{ name => 'editIcon' },
|
||||
],
|
||||
},
|
||||
{ name => 'topStoryDeleteIcon',
|
||||
description => 'deleteIcon', },
|
||||
{ name => 'topStoryEditIcon'
|
||||
description => 'editIcon', },
|
||||
{ name => 'topStoryTitle' },
|
||||
{ name => 'topStorySubtitle' },
|
||||
{ name => 'topStoryUrl' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue