diff options
author | plegall <plg@piwigo.org> | 2006-04-04 23:08:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-04 23:08:54 +0000 |
commit | db80e86df1d0708c18255c7e993a224ce6589b2a (patch) | |
tree | 83c564040a4f62e1f3fe7cafb2c9aa71cceabbfb /template/yoga/admin/cat_list.tpl | |
parent | 8dfa85f0fd8134c5da491d0ff9870faf08ee81d2 (diff) |
improvement: in categories management, the category name is linked to
sub-categories management.
git-svn-id: http://piwigo.org/svn/trunk@1124 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/cat_list.tpl')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index 599270b6c..1f6f0198c 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -25,7 +25,7 @@ <!-- END delete --> </ul> - <p><strong>{category.NAME}</strong></p> + <p><strong><a href="{category.U_CHILDREN}" title="{lang:manage sub-categories}">{category.NAME}</a></strong></p> <p> <label> |