Skip to content

Commit fcdd1a5

Browse files
committed
- Adjusted length of password fields on the database user form.
1 parent 3c3580a commit fcdd1a5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

interface/web/sites/lib/lang/de.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb['Website'] = 'Webseiten';
44
$wb['Subdomain'] = 'Subdomains';
55
$wb['Aliasdomain'] = 'Aliasdomains';
66
$wb['Database'] = 'Datenbanken';
7-
$wb['Database Users'] = 'Datenbank-Benutzer';
7+
$wb['Database User'] = 'Datenbank-Benutzer';
88
$wb['Web Access'] = 'Web Access';
99
$wb['FTP-User'] = 'FTP-Benutzer';
1010
$wb['Webdav-User'] = 'WebDAV-Benutzer';
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
$wb['list_head_txt'] = 'Datenbank User';
3-
$wb['add_new_record_txt'] = 'Neuen User hinzufügen';
4-
$wb['database_user_txt'] = 'Datenbank User';
2+
$wb['list_head_txt'] = 'Datenbank-Benutzer';
3+
$wb['add_new_record_txt'] = 'Neuen Benutzer hinzufügen';
4+
$wb['database_user_txt'] = 'Datenbank-Benutzer';
55
$wb['sys_groupid_txt'] = 'Kunde';
66
?>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$wb['list_head_txt'] = 'Datenbank User';
3-
$wb['add_new_record_txt'] = 'Neuen User hinzufügen';
4-
$wb['database_user_txt'] = 'Datenbank User';
2+
$wb['list_head_txt'] = 'Datenbank-Benutzer';
3+
$wb['add_new_record_txt'] = 'Neuen Benutzer hinzufügen';
4+
$wb['database_user_txt'] = 'Datenbank-Benutzer';
55
?>

interface/web/sites/lib/lang/en.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $wb['Websites'] = 'Websites';
55
$wb['Aliasdomain'] = 'Aliasdomain for website';
66

77
$wb['Database'] = 'Databases';
8-
$wb['Database Users'] = 'Database Users';
8+
$wb['Database User'] = 'Database Users';
99

1010
$wb['Web Access'] = 'Web Access';
1111
$wb['FTP-User'] = 'FTP-Accounts';

interface/web/sites/templates/database_user_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3737
</div>
3838
<div class="ctrlHolder">
3939
<label for="repeat_password">{tmpl_var name='repeat_password_txt'}</label>
40-
<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');" />
40+
<input name="repeat_password" id="repeat_password" value="" size="30" maxlength="100" type="password" class="textInput formLengthHalf" onkeyup="checkPassMatch('database_password','repeat_password');" />
4141
</div>
4242
<div id="confirmpasswordError" style="display:none;" class="confirmpassworderror">{tmpl_var name='password_mismatch_txt'}</div>
4343
<div id="confirmpasswordOK" style="display:none;" class="confirmpasswordok">{tmpl_var name='password_match_txt'}</div>

0 commit comments

Comments
 (0)