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/dest_list.tt

    r1135 r1136  
    77<table> 
    88[% END %] 
     9[% obj = c.model('Accounts').db.get_object('user', u) %] 
     10 
    911<tr> 
    10 <td>[% u | html %]</td> 
     12    <td> 
     13    [% disp = obj.get_attributes('displayName') || u %] 
     14    [% disp | html %] 
     15    </td> 
    1116<td> 
    12 [%  c.prototype.link_to_remote( 'Sup', { 
     17[% c.prototype.link_to_remote( '<img src="' _ c.uri_for('/static/icons', 
     18'user-trash.png') _ '" height="24" width="24" alt="" title="Retirer ' _ disp _ '">', { 
    1319    update => 'destlist', 
    1420    url    => c.uri_for('/ajax', 'services', 'mailing', 'mod_to', { 
    1521        'act'  => 'remove_to', 
    1622        'user' => u, 
    17     }) 
    18 } ) %] 
     23    },) 
     24}, { entities => '' } ) %] 
    1925</td> 
    2026</tr> 
Note: See TracChangeset for help on using the changeset viewer.