Ignore:
Timestamp:
12/21/16 15:07:28 (8 years ago)
Author:
nanardon
Message:

Merge branch

Location:
trunk/LATMOS-Accounts-Web/root/html
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/includes/sidebar.tt

    r1758 r1865  
    6464    <li class="ui-widget-header"><a href="[% c.uri_for('/stat') %]">[% l('Statistics') %]</a>: 
    6565    [% END %] 
    66     <li><a href="[% c.uri_for('/stat', stat) %]">[% ostat.get_attributes('description') || stat | html %]</a></li> 
     66    <li><a href="[% c.uri_for('/stat', stat) %]">[% ostat.get_attributes('description') || stat | html %]</a> 
     67    </li> 
     68 
    6769    [% IF loop.last %] 
    6870    </li> 
    6971    [% END %] 
    7072    [% END %] 
    71  
     73     
     74    [% IF c.model('Accounts').db.search_objects('stat', 'exported=true', 'display=*').sort %] 
     75    <li><a href="[% c.uri_for('/stat') %]">[% l('Others Statistics') %]</a> 
     76    </li> 
     77    [% END %] 
    7278    </ul> 
    7379</li> 
  • trunk/LATMOS-Accounts-Web/root/html/users/address_form.tt

    r1162 r1865  
    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> 
    4052[% IF NOT c.req.param('add_addr') %] 
    4153<tr> 
Note: See TracChangeset for help on using the changeset viewer.