Changeset 384


Ignore:
Timestamp:
08/24/09 18:23:35 (15 years ago)
Author:
nanardon
Message:
  • add picture to address edit form
Location:
LATMOS-Accounts-Web/root
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/users/address.tt

    r372 r384  
    88 
    99<div id="oform"> 
     10<p style="text-align:center"><img src="[% c.uri_for('/static', 'images', 'view-pim-contacts.png') %]"></p> 
    1011<form action="[% c.uri_for(username, subform, address.id) %]" method="POST"> 
    1112[% INCLUDE 'users/address_form.tt' %] 
  • LATMOS-Accounts-Web/root/html/users/addresses.tt

    r373 r384  
    1313[% laddress = c.model('Accounts').db.get_object('address', idaddress) %] 
    1414<tr> 
    15     <td>[% IF laddress.get_c_field('isMainAddress') %]Main[% END %] 
     15    <td>[% IF laddress.get_c_field('isMainAddress') %] 
     16    <img src="[% c.uri_for('/static', 'images', 'mail-mark-important.png') %]"> 
     17    [% END %]</td> 
     18    <td> 
    1619    <form action="[% c.uri_for(username, subform) %]" method="POST"> 
    1720    <input type="hidden" name="delete" value="[% idaddress | html %]"> 
    18     <input type="submit" value="Effacer"> 
     21    <input type="image" value="Effacer" alt="effacer" src="[% c.uri_for('/static', 'images', 'edit-delete.png') %]"> 
    1922    </form> 
    2023    </td> 
     
    2730</form> 
    2831 
     32<div style="border:outset"> 
     33<p style="text-align:center"><img src="[% c.uri_for('/static', 'images', 'contact-new.png') %]"> Ajouter une 
     34adresse</p> 
    2935<form action="[% c.uri_for(username, subform) %]" method="POST"> 
    3036<input type="hidden" name="create" value="1"> 
    3137[% INCLUDE 'users/address_form.tt' %] 
    3238</form> 
     39</div> 
    3340 
    3441</div> 
Note: See TracChangeset for help on using the changeset viewer.