Ignore:
Timestamp:
10/18/16 16:06:09 (8 years ago)
Author:
nanardon
Message:

Add personnalEmail attribute

File:
1 edited

Legend:

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

    r1666 r1842  
    2121[% ELSE %] 
    2222[% user.get_c_field('mail') | html %] 
     23[% END %] 
     24</td> 
     25</tr> 
     26[% END %] 
     27 
     28[% IF c.model('Accounts').db.check_acl(user, 'personnalMail', 'r') %] 
     29<tr><th>EMail Personnel</th> 
     30<td> 
     31[% IF c.model('Accounts').db.check_acl(user, 'personnalMail', 'w') %] 
     32[% showsubmit = 1 %] 
     33<input type="text" name="personnalMail" value="[% user.get_c_field('personnalMail') | html %]"> 
     34[% ELSE %] 
     35[% user.get_c_field('personnalMail') | html %] 
    2336[% END %] 
    2437</td> 
Note: See TracChangeset for help on using the changeset viewer.