Ignore:
Timestamp:
Jul 21, 2011, 5:57:36 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor add 'title' and subject in tab test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/admin/mail_superv_test.tpl

    r10822 r11807  
    2424      <td  >
    2525          {if not empty($liste)}
    26            
    2726         {foreach from=$liste item=group name=group_loop }
    28          
    2927          {$group.username}&lt{$group.email}><br />
    3028         {/foreach}
     
    3533    <table>
    3634    <tr>
    37       <td><strong>{'Sv_mail_content'|@translate}</strong></td>
    38       <td>
     35        <td style="width:30%">
     36          <span>{'subject'|@translate} </span> <input type="text" name="sujet" value="{$sujet}" size="60" ></input> </td>
     37        <td style="width:30%">
     38          <span>{'title'|@translate}</span>  <input type="text" name="titre" value="{$titre}" size="60"></input> </td>
     39      </tr>
     40    </table>
     41      <table>
     42    <tr><td><strong>{'Sv_mail_content'|@translate}</strong></td><td>
    3943        <textarea name="MAIL_CONTENT" id="MAIL_CONTENT" class="description">{$MAIL_CONTENT}</textarea>
    4044      </td>
Note: See TracChangeset for help on using the changeset viewer.