From a5092987e1a393bf9aafc407aeb9ca39f8aee8a9 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 3 Jan 2004 20:46:55 +0000 Subject: - possibility to display only a text field for a parent category - the bullet to the left of each category now represent a button to collapse or expand the category - for up,first,down,last, we don't show #id in url anymore git-svn-id: http://piwigo.org/svn/branches/release-1_3@247 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_list.vtp | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/default/admin/cat_list.vtp b/template/default/admin/cat_list.vtp index 6aaaa9f9d..312ac4cc6 100644 --- a/template/default/admin/cat_list.vtp +++ b/template/default/admin/cat_list.vtp @@ -8,26 +8,32 @@ - - - - + +
+
{#cat_add} {#cat_parent} + + + + +
-
<{#td} style="width:50%;text-align:left;"> - {#indent}> + {#indent} + > + > + >  {#name} [ dir : {#dir} @@ -41,19 +47,19 @@ <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> - {#cat_up} + {#cat_up} - {#cat_last} + {#cat_last} <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> - {#cat_down} + {#cat_down} - {#cat_first} + {#cat_first} <{#td} class="{#class}" style="width:1px;text-align:center;"> -- cgit v1.2.3