Ignore:
Timestamp:
10/04/09 21:09:21 (15 years ago)
Author:
nanardon
Message:
  • fix page presentation
File:
1 edited

Legend:

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

    r491 r492  
    2121<input type="hidden" name="deluser" value="[% uid | html %]"> 
    2222<input type="image" src="[% c.uri_for('/static', 'icons', 'user-group-delete.png') %]" width="24" height="24"> 
     23[% END %] 
     24<a href="[% c.uri_for('/users', uid) %]">[% uid | html %] 
     25[% IF modallow %] 
    2326</form> 
    2427[% END %] 
    25 <a href="[% c.uri_for('/users', uid) %]">[% uid | html %] 
    2628([% c.model('Accounts').db.get_object('user', uid).get_attributes('displayName') 
    2729| html %])</a><br> 
Note: See TracChangeset for help on using the changeset viewer.