Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
f2e73f2c
Commit
f2e73f2c
authored
Mar 15, 2009
by
tbrehm
Browse files
Fixed email filter forms.
parent
e870dc6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_user_filter_edit.htm
View file @
f2e73f2c
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_mail_user_filter"
>
<div
class=
"pnl_formsarea"
>
<fieldset
id=
"wf_area_mail_user_filter
"
>
<
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>
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_mail_user_filter"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels
"
>
<
div
class=
"
ctrlHolder
"
>
<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"
class=
"textInput"
>
</
div>
<
div
class=
"
ctrlHolder
"
>
<label
for=
"source"
class=
"wf_preField"
>
{tmpl_var name='source_txt'}
</label>
<select
id=
"source"
name=
"source"
class=
"textInput formLengthHalf"
>
{tmpl_var name='source'}
</select>
<select
id=
"op"
name=
"op"
class=
"textInput formLengthHalf"
>
{tmpl_var name='op'}
</select>
<input
type=
"text"
id=
"searchterm"
name=
"searchterm"
value=
"{tmpl_var name='searchterm'}"
size=
"30"
maxlength=
"255"
class=
"textInput"
>
</
div>
<
div
class=
"
ctrlHolder
"
>
<label
for=
"action"
class=
"wf_preField"
>
{tmpl_var name='action_txt'}
</label>
<select
id=
"action"
name=
"action"
class=
"textInput formLengthHalf"
>
{tmpl_var name='action'}
</select>
<input
type=
"text"
id=
"target"
name=
"target"
value=
"{tmpl_var name='target'}"
size=
"30"
maxlength=
"255"
class=
"textInput formLengthHalf"
>
</
div>
<
div
class=
"
ctrlHolder
"
>
<label
for=
"active"
class=
"wf_preField"
>
{tmpl_var name='active_txt'}
</label>
<span
class=
""
>
{tmpl_var name='active'}
</span>
</
div>
</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=
"
buttonHolder
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>
interface/web/mail/templates/mail_user_mailfilter_edit.htm
View file @
f2e73f2c
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_mail_user"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
</fieldset>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','mail/mail_user_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_list.php');"
><span>
{tmpl_var name='btn_cancel_txt'}
</span></button>
</div>
</div>
</div>
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_mail_user"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
</fieldset>
{tmpl_var name='filter_records'}
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','mail/mail_user_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_list.php');"
><span>
{tmpl_var name='btn_cancel_txt'}
</span></button>
</div>
</div>
</div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment