Add edit and delete icons to the Story Topic. Update tests. Adjust both

sets of templates.  Use the correct privileges for displaying the icons.
Help and i18n.
This commit is contained in:
Colin Kuskie 2009-06-01 16:53:22 +00:00
parent 6844ef4559
commit 8f09dc062d
9 changed files with 58 additions and 12 deletions

View file

@ -27,11 +27,11 @@ our $HELP = {
{ 'name' => 'epochDate' },
{ 'name' => 'story_loop',
'variables' => [
{ 'name' => 'url' },
{ 'name' => 'title' },
{ 'name' => 'creationDate' },
{ 'name' => 'deleteIcon' },
{ 'name' => 'editIcon' },
{ name => 'url' },
{ name => 'title' },
{ name => 'creationDate' },
{ name => 'deleteIcon' },
{ name => 'editIcon' },
],
},
]

View file

@ -25,6 +25,8 @@ our $HELP = {
{ name => 'url' },
{ name => 'title' },
{ name => 'creationDate' },
{ name => 'deleteIcon' },
{ name => 'editIcon' },
],
},
{ name => 'topStoryTitle' },