Ignore:
Timestamp:
10/20/16 19:11:42 (8 years ago)
Author:
nanardon
Message:

Renommer le champs personnalMail en otherEmail

File:
1 edited

Legend:

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

    r1842 r1847  
    2626[% END %] 
    2727 
    28 [% IF c.model('Accounts').db.check_acl(user, 'personnalMail', 'r') %] 
     28[% IF c.model('Accounts').db.check_acl(user, 'otherEmail', 'r') %] 
    2929<tr><th>EMail Personnel</th> 
    3030<td> 
    31 [% IF c.model('Accounts').db.check_acl(user, 'personnalMail', 'w') %] 
     31[% IF c.model('Accounts').db.check_acl(user, 'otherEmail', 'w') %] 
    3232[% showsubmit = 1 %] 
    33 <input type="text" name="personnalMail" value="[% user.get_c_field('personnalMail') | html %]"> 
     33<input type="text" name="otherEmail" value="[% user.get_c_field('personnalMail') | html %]"> 
    3434[% ELSE %] 
    35 [% user.get_c_field('personnalMail') | html %] 
     35[% user.get_c_field('otherEmail') | html %] 
    3636[% END %] 
    3737</td> 
Note: See TracChangeset for help on using the changeset viewer.