Ignore:
Timestamp:
01/08/16 17:10:14 (9 years ago)
Author:
nanardon
Message:

Some fix on employment form

File:
1 edited

Legend:

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

    r1610 r1613  
    4343<tr> 
    4444    <th> 
    45         [% form.attr_label(attr) %] 
     45        [% thisform.attr_label(attr) |html %] 
    4646        [% IF thisform.attr_hint(attr) %] 
    4747        <span 
     
    100100    </a> 
    101101    [% IF co.get_attributes('state') > 0 %] 
    102 <!-- 
    103102    <form method=POST action="[% c.uri_for('/users', username, 'employment') %]" 
    104103        onSubmit="return confirm('Détruire le statut commençant [% co.get_attributes('firstday') %] ?') ? true : false"> 
     
    106105    <input type=submit value="Supprimer"> 
    107106    </form> 
    108 --> 
    109107    [% END %] 
    110108 
Note: See TracChangeset for help on using the changeset viewer.