From ec09b18c9c44f85ceb6d9e7588a03a221cd1193f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 12 Dec 2008 05:47:05 -0500 Subject: [PATCH] Disallow server changes for existing records in mail_domain_edit.php --- interface/web/sites/templates/shell_user_edit.htm | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/web/sites/templates/shell_user_edit.htm b/interface/web/sites/templates/shell_user_edit.htm index 1cf37e7..bcca605 100644 --- a/interface/web/sites/templates/shell_user_edit.htm +++ b/interface/web/sites/templates/shell_user_edit.htm @@ -17,9 +17,8 @@ <input type="password" id="password" name="password" value="{tmpl_var name='password'}" size="30" maxlength="255" onkeyup="pass_check(this.value)"> </span> <span class="wf_oneField"> - <label class="wf_preField" style="float:left;">{tmpl_var name='password_strength_txt'}</label> - <div id="passBar" style="border: 1px solid rgb(0, 0, 0); width: 100px; height: 10px; float:left;"></div> - <span id="passText" style="margin-left: 10px;"> </span> + <span class="wf_preField">{tmpl_var name='password_strength_txt'}</span> + <span class="wf_passwordStrength"><div id="passBar"></div><span id="passText"> </span></span> </span> <span class="wf_oneField"> <label for="chroot" class="wf_preField">{tmpl_var name='chroot_txt'}</label> -- Gitblit v1.9.1