source: extensions/Mail_supervisor/admin/mail_superv_test.tpl @ 9702

Last change on this file since 9702 was 9702, checked in by cljosse, 13 years ago

[Mail supervisor] add class.

File size: 1.1 KB
Line 
1<div class="titrePage">
2        <h2>{'Sv_supervisor'|translate}{'Sv_version'|translate}{$version}</h2>
3</div>
4<form action="" method="post" name="form">
5  <fieldset>
6    <legend>{'Sv_Tab_test'|translate}</legend>
7              <fieldset>
8    <legend>{'Sv_message_to_send'|translate}</legend>
9
10  <table>
11    <tr>
12      <td><strong>{'Sv_Group'|@translate}</strong></td>
13      <td>
14        <select name="group" onchange="this.form.submit();" >
15          {html_options options=$Group.group_options  selected=$Group.selected}           
16        </select>
17      </td>
18                  <td  >
19                        {$liste}
20             </td>
21    </tr>
22
23    <tr>
24      <td><strong>{'Sv_mail_content'|@translate}</strong></td>
25      <td>
26<textarea name="MAIL_CONTENT" id="MAIL_CONTENT" class="description">{$MAIL_CONTENT}</textarea>
27      </td>
28    </tr>
29
30  </table>                 
31        </fieldset>
32      <p>
33          <input class="submit" type="submit" name="Submit" value="{'Sv_refresh'|@translate}" {$tag_input_enabled} />
34          <input class="submit" type="submit" name="Submit" id="Envoyer"  value="{'Sv_Envoyer'|@translate}" {$tag_input_enabled} />
35       
36          </p>
37</fieldset>
38</form>
Note: See TracBrowser for help on using the repository browser.