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

Last change on this file since 4451 was 4451, checked in by cljosse, 14 years ago

[mail_supervisor] Display the release in the page of administration page
) .

File size: 1.1 KB
Line 
1<div class="titrePage">
2        <h2>{'supervisor'|translate}{'version'|translate}{$version}</h2>
3</div>
4
5<form action="" method="post" name="form">
6
7  <fieldset>
8    <legend>{'Tab_test'|translate}</legend>
9              <fieldset>
10    <legend>{'message_to_send'|translate}</legend>
11
12  <table>
13    <tr>
14      <td><strong>{'Group'|@translate}</strong></td>
15      <td>
16        <select name="group" onchange="this.form.submit();" >
17          {html_options options=$Group.group_options  selected=$Group.selected}           
18        </select>
19      </td>
20                 <td>
21         {$liste}
22         </td>
23         
24    </tr>
25
26    <tr>
27      <td><strong>{'mail_content'|@translate}</strong></td>
28      <td>
29        <textarea cols="50" rows="5" name="content" id="mail_content" class="description">{$message_test}</textarea>
30      </td>
31    </tr>
32
33  </table>                 
34        </fieldset>
35      <p>
36          <input class="submit" type="submit" name="raffraichir" value="{'refresh'|translate}" />
37          <input class="submit" type="submit" name="test_envoie" value="{'test'|translate}" />
38         
39       
40         
41          </p>
42</fieldset>
43</form>
Note: See TracBrowser for help on using the repository browser.