|
1 | | -<h2><tmpl_var name="list_head_txt"></h2> |
2 | | -<p><tmpl_var name="list_desc_txt"></p> |
3 | | - |
4 | | -<div class="panel panel_mail_user_filter"> |
5 | | - |
6 | | - <div class="pnl_formsarea"> |
7 | | - <fieldset id="wf_area_mail_user_filter"> |
8 | | - <span class="wf_oneField"> |
9 | | - <label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label> |
10 | | - <input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255"> |
11 | | - </span> |
12 | | - <span class="wf_oneField"> |
13 | | - <label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label> |
14 | | - <select id="source" name="source">{tmpl_var name='source'}</select> |
15 | | - <select id="op" name="op">{tmpl_var name='op'}</select> |
16 | | - <input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255"> |
17 | | - </span> |
18 | | - <span class="wf_oneField"> |
19 | | - <label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label> |
20 | | - <select id="action" name="action">{tmpl_var name='action'}</select> |
21 | | - <input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255"> |
22 | | - </span> |
23 | | - <span class="wf_oneField"> |
24 | | - <label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label> |
25 | | - <span class="">{tmpl_var name='active'}</span> |
26 | | - </span> |
27 | | - </fieldset> |
28 | | - |
29 | | - <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
30 | | - <input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}"> |
31 | | - |
32 | | - <div class="wf_actions buttons"> |
33 | | - <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> |
34 | | - <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> |
35 | | - </div> |
36 | | - </div> |
37 | | - |
38 | | -</div> |
| 1 | +<h2><tmpl_var name="list_head_txt"></h2> |
| 2 | +<p><tmpl_var name="list_desc_txt"></p> |
| 3 | + |
| 4 | +<div class="panel panel_mail_user_filter"> |
| 5 | + |
| 6 | + <div class="pnl_formsarea"> |
| 7 | + <fieldset class="inlineLabels"> |
| 8 | + <div class="ctrlHolder"> |
| 9 | + <label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label> |
| 10 | + <input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255" class="textInput"> |
| 11 | + </div> |
| 12 | + <div class="ctrlHolder"> |
| 13 | + <label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label> |
| 14 | + <select id="source" name="source" class="textInput formLengthHalf">{tmpl_var name='source'}</select> |
| 15 | + <select id="op" name="op" class="textInput formLengthHalf">{tmpl_var name='op'}</select> |
| 16 | + <input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255" class="textInput"> |
| 17 | + </div> |
| 18 | + <div class="ctrlHolder"> |
| 19 | + <label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label> |
| 20 | + <select id="action" name="action" class="textInput formLengthHalf">{tmpl_var name='action'}</select> |
| 21 | + <input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255" class="textInput formLengthHalf"> |
| 22 | + </div> |
| 23 | + <div class="ctrlHolder"> |
| 24 | + <label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label> |
| 25 | + <span class="">{tmpl_var name='active'}</span> |
| 26 | + </div> |
| 27 | + </fieldset> |
| 28 | + |
| 29 | + <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| 30 | + <input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}"> |
| 31 | + |
| 32 | + <div class="buttonHolder buttons"> |
| 33 | + <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> |
| 34 | + <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> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + |
| 38 | +</div> |
0 commit comments