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
d6d7ba5d
Commit
d6d7ba5d
authored
Mar 23, 2009
by
tbrehm
Browse files
Fixed: FS#645 - Email Forward edit form
parent
03cd17f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_alias_edit.htm
View file @
d6d7ba5d
...
...
@@ -8,7 +8,7 @@
<div
class=
"ctrlHolder"
>
<p
class=
"label"
><em>
*
</em>
{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_local_part"
class=
"blockLabel"
>
Alias
<input
type=
"text"
id=
"email_local_part"
name=
"email_local_part"
size=
"20"
value=
"
{tmpl_var name='email_local_part'}
"
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>
...
...
interface/web/mail/templates/mail_forward_edit.htm
View file @
d6d7ba5d
...
...
@@ -8,7 +8,7 @@
<div
class=
"ctrlHolder"
>
<p
class=
"label"
><em>
*
</em>
{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_local_part"
class=
"blockLabel"
>
Alias
<input
type=
"text"
id=
"email_local_part"
name=
"email_local_part"
size=
"20"
value=
"
{tmpl_var name='email_local_part'}
"
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