diff options
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/cat_list.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 89989782d..8b173034c 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -60,6 +60,7 @@ jQuery(document).ready(function(){ <p class="showCreateAlbum" id="notManualOrder"> <a href="#" id="addAlbumOpen">{'create a new album'|@translate}</a> {if count($categories)}| <a href="#" id="autoOrderOpen">{'apply automatic sort order'|@translate}</a>{/if} + {if ($PARENT_EDIT)}| <a href="{$PARENT_EDIT}"></span>{'edit'|@translate}</a>{/if} </p> <form id="formCreateAlbum" action="{$F_ACTION}" method="post" style="display:none;"> <fieldset> |