Changeset 940 for LATMOS-Accounts-Web


Ignore:
Timestamp:
04/25/12 15:51:29 (12 years ago)
Author:
nanardon
Message:
  • use unexported attribute instead obsolete (and now read-only) exported
File:
1 edited

Legend:

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

    r909 r940  
    2222<tr> 
    2323    <th> 
    24         [% form.attr_label('exported') %] 
     24        [% form.attr_label('unexported') %] 
    2525 
    26         [% IF form.attr_hint('exported') %] 
     26        [% IF form.attr_hint('unexported') %] 
    2727        <span 
    28             title="[% form.attr_hint('exported') | html %]" 
     28            title="[% form.attr_hint('unexported') | html %]" 
    2929            class="hint">?</span> 
    3030        [% END %] 
    3131    </th> 
    32     <td>[% form.attr_field('exported', 'checkbox') %]</td> 
     32    <td>[% form.attr_field('unexported', 'checkbox') %]</td> 
    3333</tr> 
    3434[% ELSE %] 
    35 <input type="hidden" value="1" name="exported"> 
     35<input type="hidden" value="1" name="unexported"> 
    3636[% END %] 
    3737 
Note: See TracChangeset for help on using the changeset viewer.