Changeset 74


Ignore:
Timestamp:
Sep 7, 2003, 12:29:15 PM (21 years ago)
Author:
z0rglub
Message:

Use of arrow_select instead of arrow_up

Location:
trunk/template/default/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/infos_image.vtp

    r61 r74  
    7474    <tr>
    7575      <td colspan="6">
    76         <img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" />
     76        <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
    7777        {#infoimage_associate}
    7878        <select name="associate">
  • trunk/template/default/admin/picture_modify.vtp

    r61 r74  
    7171                <!--VTP_dissociate-->
    7272                <tr>
    73                   <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" /> {#dissociate}</td>
     73                  <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" /> {#dissociate}</td>
    7474                </tr>
    7575                <!--/VTP_dissociate-->
  • trunk/template/default/admin/user_list.vtp

    r30 r74  
    6464  <tr>
    6565    <td colspan="5">
    66       <img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="&lt;" />
     66      <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
    6767      <input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" />
    6868      <input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" />
Note: See TracChangeset for help on using the changeset viewer.