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

Add attribute 'contactOnly' on addresses objects

Location:
trunk/LATMOS-Accounts-Web
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/fr.po

    r2025 r2078  
    1111"Last-Translator: Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr\n" 
    1212"Language-Team: svp@latmos.ipsl.fr\n" 
     13"Language: Français\n" 
    1314"MIME-Version: 1.0\n" 
    1415"Content-Type: text/plain; charset=UTF-8\n" 
    1516"Content-Transfer-Encoding: 8bit\n" 
    16 "Language: Français\n" 
    17  
    18 #. (" + d.y + ") 
    19 #: root/html/summary/tree/index.tt:117 
    20 msgid " + d.x + " 
    21 msgstr "" 
    22  
    23 #: root/html/summary/tree/index.tt:30 
    24 msgid "" 
    25 " + d3.event.translate +\n" 
    26 "              " 
    27 msgstr "" 
    2817 
    2918#. ($Dd) 
     
    207196msgstr "Autres Statistiques" 
    208197 
     198#: root/html/users/passwd.tt:15 
     199msgid "Password are different" 
     200msgstr "" 
     201 
    209202#: lib/LATMOS/Accounts/Web/Controller/Tools/LoadPasswd.pm:50 
    210203msgid "Permission denied" 
    211204msgstr "" 
     205 
     206#: root/html/users/passwd.tt:18 
     207#, fuzzy 
     208msgid "Please enter password" 
     209msgstr "Changer mon mot de passe" 
    212210 
    213211#: root/html/tools/loadpasswd/index.tt:34 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/messages.pot

    r2025 r2078  
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717 
    18 #. (" + d.y + ") 
    19 #: root/html/summary/tree/index.tt:117 
    20 msgid " + d.x + " 
    21 msgstr "" 
    22  
    23 #: root/html/summary/tree/index.tt:30 
    24 msgid "" 
    25 " + d3.event.translate +\n" 
    26 "              " 
    27 msgstr "" 
    28  
    2918#. ($Dd) 
    3019#: lib/LATMOS/Accounts/Web/Controller/About.pm:50 lib/LATMOS/Accounts/Web/Controller/About.pm:64 
     
    193182msgstr "" 
    194183 
     184#: root/html/users/passwd.tt:15 
     185msgid "Password are different" 
     186msgstr "" 
     187 
    195188#: lib/LATMOS/Accounts/Web/Controller/Tools/LoadPasswd.pm:50 
    196189msgid "Permission denied" 
     190msgstr "" 
     191 
     192#: root/html/users/passwd.tt:18 
     193msgid "Please enter password" 
    197194msgstr "" 
    198195 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r2057 r2078  
    102102        attrs => [ qw( 
    103103            isMainAddress 
     104            contactOnly 
    104105            expire 
    105106            telephoneNumber 
  • 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.