mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -73,7 +73,7 @@
|
||||
<!--/VTP_picture-->
|
||||
<tr>
|
||||
<td colspan="6">
|
||||
<img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="<" />
|
||||
<img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" />
|
||||
{#infoimage_associate}
|
||||
<select name="associate">
|
||||
<!--VTP_associate_cat-->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="<" />
|
||||
<img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" />
|
||||
<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;" />
|
||||
|
||||
Reference in New Issue
Block a user