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

fix conflict

File:
1 edited

Legend:

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

    r1136 r1162  
    1111    </td> 
    1212    <td><input type=checkbox name="user" checked=1 value="[% u | html %]"> 
    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 _ '">', { 
    15     update => 'destlist', 
    16     url    => c.uri_for('/ajax', 'services', 'mailing', 'mod_to', { 
    17         'act'  => 'add_to', 
    18         'user' => u, 
    19     }) 
    20 }, { entities => '' } ) %] 
     13    [% c.prototype.link_to_remote( 
     14        '<img src="' _ c.uri_for('/static', 'icons', 'gtk-add.png') _ '" height="24" width="24" alt="" title="Ajouter ' _ disp _ '">', 
     15        { 
     16        update => 'destlist', 
     17        url    => c.uri_for('/ajax', 'services', 'mailing', 'mod_to', { 
     18            'act'  => 'add_to', 
     19            'user' => u, 
     20        }) 
     21        }, 
     22    { entities => '' } ) %] 
    2123    </td> 
    2224</tr> 
Note: See TracChangeset for help on using the changeset viewer.