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

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

[Mail_Supervisor] compatibility with piwigo 2.2

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