Ignore:
Timestamp:
11/05/15 18:27:46 (9 years ago)
Author:
nanardon
Message:

Stat: the display attribute show stat in menu

File:
1 edited

Legend:

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

    r1466 r1474  
    2929    <li><a href="[% c.uri_for('/summary', 'departments') %]">Liste des départements</a></li> 
    3030 
    31     [% FOREACH stat = c.model('Accounts').db.list_objects('stat').sort %] 
     31    [% FOREACH stat = c.model('Accounts').db.search_objects('stat', 'exported=true', 'display=*').sort %] 
    3232    [% ostat = c.model('Accounts').db.get_object('stat', stat) %] 
    3333    [% IF loop.first %] 
    34     <li>Statistiques: 
     34    <li><a href="[% c.uri_for('/stat') %]">Statistiques</a>: 
    3535    <ul> 
    3636    [% END %] 
Note: See TracChangeset for help on using the changeset viewer.