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:
parent
6844ef4559
commit
8f09dc062d
9 changed files with 58 additions and 12 deletions
|
|
@ -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' },
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ our $HELP = {
|
|||
{ name => 'url' },
|
||||
{ name => 'title' },
|
||||
{ name => 'creationDate' },
|
||||
{ name => 'deleteIcon' },
|
||||
{ name => 'editIcon' },
|
||||
],
|
||||
},
|
||||
{ name => 'topStoryTitle' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue