Use of arrow_select instead of arrow_up

git-svn-id: http://piwigo.org/svn/trunk@74 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-09-07 10:29:15 +00:00
parent 091c23f0b4
commit 4f3f272ddf
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
<!--/VTP_picture-->
<tr>
<td colspan="6">
<img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" />
<img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
{#infoimage_associate}
<select name="associate">
<!--VTP_associate_cat-->

View File

@@ -70,7 +70,7 @@
<!--/VTP_linked_category-->
<!--VTP_dissociate-->
<tr>
<td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" /> {#dissociate}</td>
<td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" /> {#dissociate}</td>
</tr>
<!--/VTP_dissociate-->
<tr><td colspan="2">&nbsp;</td></tr>

View File

@@ -63,7 +63,7 @@
</tr>
<tr>
<td colspan="5">
<img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" />
<img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
<input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" />
<input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" />
<input type="submit" value="{#listuser_button_create_address}" style="margin-left:5px;margin-right:5px;" />