Last change
on this file since 29162 was
11807,
checked in by cljosse, 13 years ago
|
[extensions] mail_supervisor add 'title' and subject in tab test
|
File size:
2.0 KB
|
Line | |
---|
1 | <script type="text/javascript"> |
---|
2 | var is_supervisor = true; |
---|
3 | </script> |
---|
4 | <div class="titrePage"> |
---|
5 | <h2>{'Sv_supervisor'|translate}{'Sv_version'|translate}{$version}</h2> |
---|
6 | </div> |
---|
7 | <form action="" method="post" name="form"> |
---|
8 | <fieldset> |
---|
9 | <legend>{'Sv_Tab_test'|translate}</legend> |
---|
10 | <fieldset> |
---|
11 | <legend>{'Sv_message_to_send'|translate}</legend> |
---|
12 | |
---|
13 | <table> |
---|
14 | <tr> |
---|
15 | <td><strong>{'Sv_Group'|@translate}</strong></td> |
---|
16 | <td> |
---|
17 | <select name="group" onchange="this.form.submit();" > |
---|
18 | {html_options options=$Group.group_options selected=$Group.selected} |
---|
19 | </select> |
---|
20 | </td> |
---|
21 | <td > |
---|
22 | <input type="checkbox" name="debug_mail" value="on" {$debug_mail} /> {'Sv_debug_mail'|translate} |
---|
23 | </td> |
---|
24 | <td > |
---|
25 | {if not empty($liste)} |
---|
26 | {foreach from=$liste item=group name=group_loop } |
---|
27 | {$group.username}<{$group.email}><br /> |
---|
28 | {/foreach} |
---|
29 | {/if} |
---|
30 | </td> |
---|
31 | </tr> |
---|
32 | </table> |
---|
33 | <table> |
---|
34 | <tr> |
---|
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> |
---|
43 | <textarea name="MAIL_CONTENT" id="MAIL_CONTENT" class="description">{$MAIL_CONTENT}</textarea> |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | |
---|
47 | </table> |
---|
48 | </fieldset> |
---|
49 | <p> |
---|
50 | <input class="submit" type="submit" name="Submit" value="{'Sv_Valider'|@translate}" {$tag_input_enabled} /> |
---|
51 | <input class="submit" type="submit" name="Submit" value="{'Sv_refresh'|@translate}" {$tag_input_enabled} /> |
---|
52 | <input class="submit" type="submit" name="Submit" id="Envoyer" value="{'Sv_Envoyer'|@translate}" {$tag_input_enabled} /> |
---|
53 | |
---|
54 | </p> |
---|
55 | </fieldset> |
---|
56 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.