Ignore:
Timestamp:
09/20/12 10:37:15 (12 years ago)
Author:
nanardon
Message:

add attachment support in mail

File:
1 edited

Legend:

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

    r1136 r1158  
    1515 
    1616</form> 
     17 
     18<div id="attachment_list"> 
     19[% INCLUDE 'ajax/services/mailing/attachments.tt' %] 
     20</div> 
     21<form action="[% c.uri_for('/services', 'mailing') %]" 
     22    enctype="multipart/form-data" method="POST"> 
     23<input type=file name="attachment"> 
     24<input type="submit" value="Ajouter"> 
     25</form> 
Note: See TracChangeset for help on using the changeset viewer.