diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:06:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:06:15 +0000 |
commit | 5fdc7ea1e582c7378ea8fd8ac3a9a50ec5298970 (patch) | |
tree | 25f44c5c9fc5cff291c0429dfb362f9e51532b92 /template/default/admin/cat_list.vtp | |
parent | 3eeab79a75b3bba95f4a9e9a2a239f34e8da7c2b (diff) |
Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@227 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/cat_list.vtp')
-rw-r--r-- | template/default/admin/cat_list.vtp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/default/admin/cat_list.vtp b/template/default/admin/cat_list.vtp index 6aaaa9f9d..884b6a937 100644 --- a/template/default/admin/cat_list.vtp +++ b/template/default/admin/cat_list.vtp @@ -27,7 +27,7 @@ <tr> <{#td} style="width:50%;text-align:left;"> <a name="{#id}"></a> - {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> + {#indent}<img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name} [ <!--VTP_storage--> dir : {#dir} @@ -41,19 +41,19 @@ <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> <!--VTP_up--> - <a href="{#up_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> + <a href="{#up_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> <!--/VTP_up--> <!--VTP_no_up--> - <a href="{#last_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> + <a href="{#last_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> <!--/VTP_no_up--> </{#td}> <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> <!--VTP_down--> - <a href="{#down_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> + <a href="{#down_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> <!--/VTP_down--> <!--VTP_no_down--> - <a href="{#first_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> + <a href="{#first_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> <!--/VTP_no_down--> </{#td}> <{#td} class="{#class}" style="width:1px;text-align:center;"> |