source: trunk/LATMOS-Accounts-Web/root/html/groups/menu.tt @ 2450

Last change on this file since 2450 was 2450, checked in by nanardon, 4 years ago

Fix: group menu not showing dpmt

  • Property svn:keywords set to Id
File size: 601 bytes
Line 
1<!-- $Id$ -->
2
3[% IF groupname %]
4<h3>
5<a href="[% c.uri_for(groupname) %]">Gérer le groupe [% username | html
6%]</a>
7</h3>
8
9<ul>
10        <li><a href="[% c.uri_for(groupname) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a></li>
11        <li><a href="[% c.uri_for(groupname, 'users') %]"><span [% 'id="oactive"' IF subform == 'users' %]>Utilisateurs</span></a></li>
12[% IF group.get_attributes('sutype').grep('^dpmt$') %]
13        <li><a href="[% c.uri_for(groupname, 'dpmt') %]"><span [% 'id="oactive"' IF subform == 'dpmt' %]>Département</span></a></li>
14[% END %]
15</ul>
16
17[% END %]
Note: See TracBrowser for help on using the repository browser.