|
1 | | -<h2><tmpl_var name="list_head_txt"></h2> |
2 | | - |
3 | | -<div class="panel panel_mail_user_filter"> |
4 | | - |
5 | | - <div class="pnl_formsarea"> |
6 | | - <fieldset id="wf_area_mail_user_filter"><legend>Filter</legend> |
7 | | - <span class="wf_oneField"> |
8 | | - <label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label> |
9 | | - <input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255"> |
10 | | - </span> |
11 | | - <span class="wf_oneField"> |
12 | | - <label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label> |
13 | | - <select id="source" name="source">{tmpl_var name='source'}</select> |
14 | | - <select id="op" name="op">{tmpl_var name='op'}</select> |
15 | | - <input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255"> |
16 | | - </span> |
17 | | - <span class="wf_oneField"> |
18 | | - <label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label> |
19 | | - <select id="action" name="action">{tmpl_var name='action'}</select> |
20 | | - <input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255"> |
21 | | - </span> |
22 | | - <span class="wf_oneField"> |
23 | | - <label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label> |
24 | | - <span class="">{tmpl_var name='active'}</span> |
25 | | - </span> |
26 | | - </fieldset> |
27 | | - |
28 | | - <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
29 | | - <input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}"> |
30 | | - |
31 | | - <div class="wf_actions buttons"> |
32 | | - <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','mail/mail_user_filter_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
33 | | - <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('mail/mail_user_filter_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
34 | | - </div> |
35 | | - </div> |
36 | | - |
37 | | -</div> |
| 1 | +<h2><tmpl_var name="list_head_txt"></h2> |
| 2 | + |
| 3 | +<div class="panel panel_mail_user_filter"> |
| 4 | + |
| 5 | + <div class="pnl_formsarea"> |
| 6 | + <fieldset id="wf_area_mail_user_filter"><legend>Filter</legend> |
| 7 | + <span class="wf_oneField"> |
| 8 | + <label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label> |
| 9 | + <input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255"> |
| 10 | + </span> |
| 11 | + <span class="wf_oneField"> |
| 12 | + <label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label> |
| 13 | + <select id="source" name="source">{tmpl_var name='source'}</select> |
| 14 | + <select id="op" name="op">{tmpl_var name='op'}</select> |
| 15 | + <input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255"> |
| 16 | + </span> |
| 17 | + <span class="wf_oneField"> |
| 18 | + <label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label> |
| 19 | + <select id="action" name="action">{tmpl_var name='action'}</select> |
| 20 | + <input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255"> |
| 21 | + </span> |
| 22 | + <span class="wf_oneField"> |
| 23 | + <label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label> |
| 24 | + <span class="">{tmpl_var name='active'}</span> |
| 25 | + </span> |
| 26 | + </fieldset> |
| 27 | + |
| 28 | + <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| 29 | + <input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}"> |
| 30 | + |
| 31 | + <div class="wf_actions buttons"> |
| 32 | + <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','mail/mail_user_filter_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
| 33 | + <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='mailuser_id'}');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + |
| 37 | +</div> |
0 commit comments