Ignore:
Timestamp:
05/20/09 02:28:27 (15 years ago)
Author:
nanardon
Message:
File:
1 edited

Legend:

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

    r136 r145  
    1515<td valign="TOP"> 
    1616[% FOREACH g = user.get_c_field('memberOf') %] 
    17 <form action="[% c.uri_for(username, subform) %]"> 
     17<form action="[% c.uri_for(username, subform) %]" method="POST"> 
    1818<input type="hidden" name="delgroup" value="[% g | html %]"> 
    1919<input type="image" src="[% c.uri_for('/static', 'icons', 'user-group-delete.png') %]" width="24" height="24"> 
     
    2424<td valign="TOP"> 
    2525[% FOREACH g = othergroups %] 
    26 <form action="[% c.uri_for(username, subform) %]"> 
     26<form action="[% c.uri_for(username, subform) %]" method="POST"> 
    2727<input type="hidden" name="addgroup" value="[% g | html %]"> 
    2828<input type="image" src="[% c.uri_for('/static', 'icons', 'user-group-new.png') %]" width="24" height="24"> 
Note: See TracChangeset for help on using the changeset viewer.