Ignore:
Timestamp:
12/02/11 11:42:17 (13 years ago)
Author:
nanardon
Message:
  • reimport missing files from previous svn
File:
1 edited

Legend:

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

    r508 r861  
    2020[% FOREACH g = user.get_c_field('memberOf') %] 
    2121[% IF modallow %] 
    22 <form action="[% c.uri_for(username, subform) %]" method="POST"> 
     22[% IF user.get_attributes('department') == g OR  
     23      user.get_attributes('contratType') == g %] 
     24<img src="[% c.uri_for('/static', 'icons', 'changes-prevent.png') %]" 
     25    width="24" height="24" title="Ce groupe est géré via un autre attribut"> 
     26[% ELSE %] 
     27<form action="[% c.uri_for(username, subform) %]" method="POST" style="display: inline"> 
    2328<input type="hidden" name="delgroup" value="[% g | html %]"> 
    2429<input type="image" src="[% c.uri_for('/static', 'icons', 'user-group-delete.png') %]" width="24" height="24"> 
     30</form> 
     31[% END %] 
    2532[% END %] 
    2633<a href="[% c.uri_for('/groups', g) %]">[% g | html %]</a><br> 
    2734[% IF modallow %] 
    28 </form> 
    2935[% END %] 
    3036[% END %] 
Note: See TracChangeset for help on using the changeset viewer.