Skip to content
Snippets Groups Projects
Commit b67e4fbd authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#396 - Email Filter + cancel button

parent ea9e7bd9
No related branches found
No related tags found
No related merge requests found
<h2><tmpl_var name="list_head_txt"></h2>
<div class="panel panel_mail_user_filter">
<div class="pnl_formsarea">
<fieldset id="wf_area_mail_user_filter"><legend>Filter</legend>
<span class="wf_oneField">
<label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label>
<input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label>
<select id="source" name="source">{tmpl_var name='source'}</select>
<select id="op" name="op">{tmpl_var name='op'}</select>
<input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label>
<select id="action" name="action">{tmpl_var name='action'}</select>
<input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label>
<span class="">{tmpl_var name='active'}</span>
</span>
</fieldset>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
<input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}">
<div class="wf_actions buttons">
<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>
<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>
</div>
</div>
</div>
<h2><tmpl_var name="list_head_txt"></h2>
<div class="panel panel_mail_user_filter">
<div class="pnl_formsarea">
<fieldset id="wf_area_mail_user_filter"><legend>Filter</legend>
<span class="wf_oneField">
<label for="rulename" class="wf_preField">{tmpl_var name='rulename_txt'}</label>
<input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="source" class="wf_preField">{tmpl_var name='source_txt'}</label>
<select id="source" name="source">{tmpl_var name='source'}</select>
<select id="op" name="op">{tmpl_var name='op'}</select>
<input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="action" class="wf_preField">{tmpl_var name='action_txt'}</label>
<select id="action" name="action">{tmpl_var name='action'}</select>
<input type="text" id="target" name="target" value="{tmpl_var name='target'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="active" class="wf_preField">{tmpl_var name='active_txt'}</label>
<span class="">{tmpl_var name='active'}</span>
</span>
</fieldset>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
<input name="mailuser_id" type="hidden" value="{tmpl_var name='mailuser_id'}">
<div class="wf_actions buttons">
<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>
<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>
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment