Changeset 1170 for trunk


Ignore:
Timestamp:
09/28/12 08:33:09 (12 years ago)
Author:
nanardon
Message:

fix icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/ajax/user_to_group_form.tt

    r1162 r1170  
    1010<form action="[% c.uri_for('/users', user.id, 'groups') %]" method="POST"> 
    1111<input type="hidden" name="addgroup" value="[% g | html %]"> 
    12 <input type="image" src="[% c.uri_for('/static', 'images', 'group_conf.png') 
     12<input type="image" src="[% c.uri_for('/static', 'images', 'group_add.png') 
    1313%]" width="24" height="24"> 
    1414[% END %] 
Note: See TracChangeset for help on using the changeset viewer.