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
9b68e899
Commit
9b68e899
authored
Mar 24, 2009
by
tbrehm
Browse files
Fixed a bug in email catchall template.
parent
58c4aaf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_domain_catchall_edit.htm
View file @
9b68e899
...
...
@@ -6,9 +6,8 @@
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
<em>
*
</em>
{tmpl_var name='email_txt'}
</p>
<p
class=
"label"
>
{tmpl_var name='email_txt'}
</p>
<div
class=
"multiField"
>
<label
for=
"email_local_part"
class=
"blockLabel"
>
Alias
<input
type=
"text"
id=
"email_local_part"
name=
"email_local_part"
size=
"20"
value=
""
class=
"textInput"
/></label>
<label
for=
"email_at"
class=
"blockLabel email_at"
>
<span
id=
"email_at"
name=
"email_at"
/>
@
</label>
<label
for=
"email_domain"
class=
"blockLabel"
>
Domain
<select
name=
"email_domain"
id=
"email_domain"
class=
"selectInput"
>
{tmpl_var name='email_domain'}
</select></label>
</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