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
lolo888
ISPConfig 3
Commits
9576a7c7
Commit
9576a7c7
authored
Mar 09, 2009
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed a wrong label in mail domain form.
- Fixed a login issue with safari.
parent
9f46f6cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
61 deletions
+61
-61
interface/web/login/templates/index.htm
interface/web/login/templates/index.htm
+2
-2
interface/web/mail/templates/mail_domain_edit.htm
interface/web/mail/templates/mail_domain_edit.htm
+59
-59
No files found.
interface/web/login/templates/index.htm
View file @
9576a7c7
...
...
@@ -14,11 +14,11 @@
<fieldset
class=
"inlineLabels"
><legend>
Login
</legend>
<div
class=
"ctrlHolder"
>
<label
for=
"username"
>
Username
</label>
<input
name=
"username"
id=
"username"
value=
""
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
onkeypress=
"if (event.keyCode && event.keyCode == 13) {submitLoginForm('pageForm');};"
/>
<input
name=
"username"
id=
"username"
value=
""
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
onkeypress=
"if (event.keyCode && event.keyCode == 13) {submitLoginForm('pageForm');
return false;
};"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"passwort"
>
Password
</label>
<input
name=
"passwort"
id=
"passwort"
value=
""
size=
"30"
maxlength=
"255"
type=
"password"
class=
"textInput"
onkeypress=
"if (event.keyCode && event.keyCode == 13) {submitLoginForm('pageForm');};"
/>
<input
name=
"passwort"
id=
"passwort"
value=
""
size=
"30"
maxlength=
"255"
type=
"password"
class=
"textInput"
onkeypress=
"if (event.keyCode && event.keyCode == 13) {submitLoginForm('pageForm');
return false;
};"
/>
</div>
</fieldset>
...
...
interface/web/mail/templates/mail_domain_edit.htm
View file @
9576a7c7
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_mail_domain"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<tmpl_if
name=
"is_admin"
>
<div
class=
"ctrlHolder"
>
<label
for=
"server_id"
>
{tmpl_var name='server_id_txt'}
</label>
<select
name=
"server_id"
id=
"server_id"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"client_group_id"
>
{tmpl_var name='client_
group_id_
txt'}
</label>
<select
name=
"client_group_id"
id=
"client_group_id"
class=
"selectInput"
>
{tmpl_var name='client_group_id'}
</select>
</div>
</tmpl_if>
<tmpl_if
name=
"is_reseller"
>
<div
class=
"ctrlHolder"
>
<label
for=
"client_group_id"
>
{tmpl_var name='client_
group_id_
txt'}
</label>
<select
name=
"client_group_id"
id=
"client_group_id"
class=
"selectInput"
>
{tmpl_var name='client_group_id'}
</select>
</div>
</tmpl_if>
<div
class=
"ctrlHolder"
>
<label
for=
"domain"
>
{tmpl_var name='domain_txt'}
</label>
<input
name=
"domain"
id=
"domain"
value=
"{tmpl_var name='domain'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"policy"
>
{tmpl_var name='policy_txt'}
</label>
<select
name=
"policy"
id=
"policy"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='active'}
</div>
</div>
</fieldset>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<input
type=
"hidden"
name=
"type"
value=
"local"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','mail/mail_domain_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_domain_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_domain"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<tmpl_if
name=
"is_admin"
>
<div
class=
"ctrlHolder"
>
<label
for=
"server_id"
>
{tmpl_var name='server_id_txt'}
</label>
<select
name=
"server_id"
id=
"server_id"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"client_group_id"
>
{tmpl_var name='client_txt'}
</label>
<select
name=
"client_group_id"
id=
"client_group_id"
class=
"selectInput"
>
{tmpl_var name='client_group_id'}
</select>
</div>
</tmpl_if>
<tmpl_if
name=
"is_reseller"
>
<div
class=
"ctrlHolder"
>
<label
for=
"client_group_id"
>
{tmpl_var name='client_txt'}
</label>
<select
name=
"client_group_id"
id=
"client_group_id"
class=
"selectInput"
>
{tmpl_var name='client_group_id'}
</select>
</div>
</tmpl_if>
<div
class=
"ctrlHolder"
>
<label
for=
"domain"
>
{tmpl_var name='domain_txt'}
</label>
<input
name=
"domain"
id=
"domain"
value=
"{tmpl_var name='domain'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"policy"
>
{tmpl_var name='policy_txt'}
</label>
<select
name=
"policy"
id=
"policy"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='active'}
</div>
</div>
</fieldset>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<input
type=
"hidden"
name=
"type"
value=
"local"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','mail/mail_domain_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_domain_list.php');"
><span>
{tmpl_var name='btn_cancel_txt'}
</span></button>
</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