diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:29:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:29:15 +0000 |
commit | 4f3f272ddfec94e8a6dc8d6170874af5128b4e99 (patch) | |
tree | 5049d082393dbf5575e3fe26785ab3e0b91b6b29 /template/default/admin/picture_modify.vtp | |
parent | 091c23f0b4aa46c89fa909d561038b33724d9668 (diff) |
Use of arrow_select instead of arrow_up
git-svn-id: http://piwigo.org/svn/trunk@74 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/picture_modify.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp index 79029ef75..8af2074dd 100644 --- a/template/default/admin/picture_modify.vtp +++ b/template/default/admin/picture_modify.vtp @@ -70,7 +70,7 @@ <!--/VTP_linked_category--> <!--VTP_dissociate--> <tr> - <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="<" /> {#dissociate}</td> + <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td> </tr> <!--/VTP_dissociate--> <tr><td colspan="2"> </td></tr> |