aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/cat.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
commit0ec91d8b4834d63c65dcbef6ac49ab5a8f68ddd1 (patch)
treeb21ebe1713021f8f783f10b948acdb03878d5223 /template/default/admin/cat.vtp
parent1080c51deb551ec63677adb842025065fa0999ba (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/cat.vtp')
-rw-r--r--template/default/admin/cat.vtp58
1 files changed, 0 insertions, 58 deletions
diff --git a/template/default/admin/cat.vtp b/template/default/admin/cat.vtp
deleted file mode 100644
index 4c0aca7e9..000000000
--- a/template/default/admin/cat.vtp
+++ /dev/null
@@ -1,58 +0,0 @@
-<table style="width:100%;">
-<!--VTP_cat-->
-<tr>
- <{#td} style="width:40%;text-align:left;">
- {#indent}<img src="./images/puce.gif" alt="&gt;" />
- &nbsp;{#name} [ dir : {#dir} ]
- <span style="color:red;font-weight:normal;"> {#invisible}</span>
- </{#td}>
- <{#td} style="text-align:center;">
- <div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div>
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <a href="{#edit_url}">{#cat_edit}</a>
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <!--VTP_up-->
- <a href="{#up_url}">{#cat_up}</a>
- <!--/VTP_up-->
- <!--VTP_no_up-->
- <span style="color:darkgray;">{#cat_up}</span>
- <!--/VTP_no_up-->
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <!--VTP_down-->
- <a href="{#down_url}">{#cat_down}</a>
- <!--/VTP_down-->
- <!--VTP_no_down-->
- <span style="color:darkgray;">{#cat_down}</span>
- <!--/VTP_no_down-->
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <!--VTP_image_info-->
- <a href="{#image_info_url}">{#cat_image_info}</a>
- <!--/VTP_image_info-->
- <!--VTP_no_image_info-->
- <span style="color:darkgray;">{#cat_image_info}</span>
- <!--/VTP_no_image_info-->
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <a href="{#permission_url}">{#cat_permission}</a>
- </{#td}>
- <{#td} class="{#class}"
- style="width:10%;white-space:nowrap;text-align:center;">
- <!--VTP_update-->
- <a href="{#update_url}">{#cat_update}</a>
- <!--/VTP_update-->
- <!--VTP_no_update-->
- <span style="color:darkgray;">{#cat_update}</span>
- <!--/VTP_no_update-->
- </{#td}>
-<tr>
-<!--/VTP_cat-->
-</table> \ No newline at end of file