Changeset 942 for LATMOS-Accounts-Web


Ignore:
Timestamp:
04/25/12 15:51:30 (12 years ago)
Author:
nanardon
Message:
  • show unexported address differently
Location:
LATMOS-Accounts-Web/root
Files:
2 edited

Legend:

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

    r911 r942  
    1717    --> 
    1818        <td> 
     19 
    1920            [% IF address.id != idaddress %] 
    2021            <a href="[% c.uri_for(username, subform, idaddress) %]"> 
    2122            [% END %] 
     23 
     24            <span [% 'class="unexported"' IF laddress.get_c_field('unexported') %]> 
    2225            [% "<b>" IF laddress.get_c_field('isMainAddress') %] 
    2326            [% laddress.get_c_field('l') || idaddress | html %] 
     
    2528            - [% laddress.get_c_field('physicalDeliveryOfficeName') | html %] 
    2629            [% END %] 
     30            </span> 
     31 
    2732            [% IF address.id != idaddress %] 
    2833            [% "</b>" IF laddress.get_c_field('isMainAddress') %] 
  • LATMOS-Accounts-Web/root/static/style.css

    r911 r942  
    217217    padding: 0.5em; 
    218218} 
     219 
     220.unexported { 
     221    text-decoration: line-through; 
     222    color: grey; 
     223} 
Note: See TracChangeset for help on using the changeset viewer.