Ignore:
Timestamp:
09/15/12 08:52:20 (12 years ago)
Author:
nanardon
Message:
  • fix merge
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/ajax/services/mailing/users_list.tt

    r1135 r1136  
    33<table> 
    44[% END %] 
     5[% obj = c.model('Accounts').db.get_object(ofilter.otype, u) %] 
     6 
    57<tr> 
    6     <td>[% u | html %]</td> 
     8    <td> 
     9    [% disp = obj.get_attributes('displayName') || u %] 
     10    [% disp | html %] 
     11    </td> 
    712    <td><input type=checkbox name="user" checked=1 value="[% u | html %]"> 
    8 [%  c.prototype.link_to_remote( '+', { 
     13[%  c.prototype.link_to_remote( '<img src="' _ c.uri_for('/static/icons', 
     14'gtk-add.png') _ '" height="24" width="24" alt="" title="Ajouter ' _ disp _ '">', { 
    915    update => 'destlist', 
    1016    url    => c.uri_for('/ajax', 'services', 'mailing', 'mod_to', { 
     
    1218        'user' => u, 
    1319    }) 
    14 } ) %] 
     20}, { entities => '' } ) %] 
    1521    </td> 
    1622</tr> 
Note: See TracChangeset for help on using the changeset viewer.