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
fcdd1a57
Commit
fcdd1a57
authored
Sep 07, 2012
by
Falko Timme
Browse files
- Adjusted length of password fields on the database user form.
parent
3c3580ae
Changes
5
Show whitespace changes
Inline
Side-by-side
interface/web/sites/lib/lang/de.lng
View file @
fcdd1a57
...
...
@@ -4,7 +4,7 @@ $wb['Website'] = 'Webseiten';
$wb
[
'Subdomain'
]
=
'Subdomains'
;
$wb
[
'Aliasdomain'
]
=
'Aliasdomains'
;
$wb
[
'Database'
]
=
'Datenbanken'
;
$wb
[
'Database User
s
'
]
=
'Datenbank-Benutzer'
;
$wb
[
'Database User'
]
=
'Datenbank-Benutzer'
;
$wb
[
'Web Access'
]
=
'Web Access'
;
$wb
[
'FTP-User'
]
=
'FTP-Benutzer'
;
$wb
[
'Webdav-User'
]
=
'WebDAV-Benutzer'
;
...
...
interface/web/sites/lib/lang/de_database_user_admin_list.lng
View file @
fcdd1a57
<?php
$wb
[
'list_head_txt'
]
=
'Datenbank
Us
er'
;
$wb
[
'add_new_record_txt'
]
=
'Neuen
Us
er hinzufügen'
;
$wb
[
'database_user_txt'
]
=
'Datenbank
Us
er'
;
$wb
[
'list_head_txt'
]
=
'Datenbank
-Benutz
er'
;
$wb
[
'add_new_record_txt'
]
=
'Neuen
Benutz
er hinzufügen'
;
$wb
[
'database_user_txt'
]
=
'Datenbank
-Benutz
er'
;
$wb
[
'sys_groupid_txt'
]
=
'Kunde'
;
?>
interface/web/sites/lib/lang/de_database_user_list.lng
View file @
fcdd1a57
<?php
$wb
[
'list_head_txt'
]
=
'Datenbank
Us
er'
;
$wb
[
'add_new_record_txt'
]
=
'Neuen
Us
er hinzufügen'
;
$wb
[
'database_user_txt'
]
=
'Datenbank
Us
er'
;
$wb
[
'list_head_txt'
]
=
'Datenbank
-Benutz
er'
;
$wb
[
'add_new_record_txt'
]
=
'Neuen
Benutz
er hinzufügen'
;
$wb
[
'database_user_txt'
]
=
'Datenbank
-Benutz
er'
;
?>
interface/web/sites/lib/lang/en.lng
View file @
fcdd1a57
...
...
@@ -5,7 +5,7 @@ $wb['Websites'] = 'Websites';
$wb
[
'Aliasdomain'
]
=
'Aliasdomain for website'
;
$wb
[
'Database'
]
=
'Databases'
;
$wb
[
'Database User
s
'
]
=
'Database Users'
;
$wb
[
'Database User'
]
=
'Database Users'
;
$wb
[
'Web Access'
]
=
'Web Access'
;
$wb
[
'FTP-User'
]
=
'FTP-Accounts'
;
...
...
interface/web/sites/templates/database_user_edit.htm
View file @
fcdd1a57
...
...
@@ -37,7 +37,7 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"repeat_password"
>
{tmpl_var name='repeat_password_txt'}
</label>
<input
name=
"repeat_password"
id=
"repeat_password"
value=
""
size=
"
15
"
maxlength=
"100"
type=
"password"
class=
"textInput
"
style=
"width:100px;
"
onkeyup=
"checkPassMatch('database_password','repeat_password');"
/>
<input
name=
"repeat_password"
id=
"repeat_password"
value=
""
size=
"
30
"
maxlength=
"100"
type=
"password"
class=
"textInput
formLengthHalf
"
onkeyup=
"checkPassMatch('database_password','repeat_password');"
/>
</div>
<div
id=
"confirmpasswordError"
style=
"display:none;"
class=
"confirmpassworderror"
>
{tmpl_var name='password_mismatch_txt'}
</div>
<div
id=
"confirmpasswordOK"
style=
"display:none;"
class=
"confirmpasswordok"
>
{tmpl_var name='password_match_txt'}
</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