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/services/mailing/to.tt

    r1136 r1162  
    2222</span> 
    2323<br> 
    24 <input type="image" src="[% c.uri_for('/static/icons/find.png') %]" width="24" height="24"> 
     24<input type="image" src="[% c.uri_for('/static', 'images', 'find.png') %]" width="24" height="24"> 
    2525[% c.prototype.observe_field( 'to_type', { 
    2626    update => 'to_res', 
     
    5454<div style="width: 20em; float:left; border: solid;"> 
    5555[%  c.prototype.link_to_remote( 
    56     '<img src="' _ c.uri_for('/static/icons', 'editclear.png') _ '" title="Vider la liste">', 
     56    '<img src="' _ c.uri_for('/static', 'images', 'editclear.png') _ '" title="Vider la liste">', 
    5757    { 
    5858    update => 'destlist', 
     
    6262<span style="float: right"> 
    6363<a href="[% c.uri_for('/services', 'mailing') %]"> 
    64 <img src="[% c.uri_for('/static/icons', 'emblem-default.png') %]" 
     64<img src="[% c.uri_for('/static', 'images', 'emblem-default.png') %]" 
    6565 title="Valider la liste"> 
    6666</a> 
Note: See TracChangeset for help on using the changeset viewer.