Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
dddad2fe
Commit
dddad2fe
authored
Jun 27, 2019
by
AndyPL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change height select email domain in mail_user_mailbox_edit.htm
parent
e0805b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/web/mail/templates/mail_user_mailbox_edit.htm
interface/web/mail/templates/mail_user_mailbox_edit.htm
+1
-1
No files found.
interface/web/mail/templates/mail_user_mailbox_edit.htm
View file @
dddad2fe
...
...
@@ -16,7 +16,7 @@
<input
type=
"text"
id=
"email_local_part"
name=
"email_local_part"
value=
"{tmpl_var name='email_local_part'}"
class=
"form-control"
/>
<span
class=
'input-group-addon'
>
@
</span>
<div
class=
'input-group-field'
>
<select
name=
"email_domain"
id=
"email_domain"
class=
"form-control"
style=
"height:
50
px;min-width:170px;"
>
{tmpl_var name='email_domain'}
</select>
<select
name=
"email_domain"
id=
"email_domain"
class=
"form-control"
style=
"height:
34
px;min-width:170px;"
>
{tmpl_var name='email_domain'}
</select>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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