Ignore:
Timestamp:
09/09/17 15:26:14 (7 years ago)
Author:
nanardon
Message:

Add attribute 'contactOnly' on addresses objects

File:
1 edited

Legend:

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

    r1865 r2078  
    2222 
    2323[% FOREACH attrs IN [ 'site', 'description', 'isMainAddress', 
    24     'physicalDeliveryOfficeName', 'telephoneNumber' ] %] 
     24    'contactOnly', 'expire', 'physicalDeliveryOfficeName', 'telephoneNumber' ] %] 
    2525<tr> 
    2626    <th> 
     
    3838[% END %] 
    3939 
    40 <tr> 
    41     <th> 
    42         [% form.attr_label('expire') %] 
    43  
    44         [% IF form.attr_hint('expire') %] 
    45         <span 
    46             title="[% form.attr_hint('expire') | html %]" 
    47             class="hint">?</span> 
    48         [% END %] 
    49     </th> 
    50     <td>[% form.attr_field('expire') %]</td> 
    51 </tr> 
    5240[% IF NOT c.req.param('add_addr') %] 
    5341<tr> 
Note: See TracChangeset for help on using the changeset viewer.