From c1a195345619b2527fc305a987bc9a477a34f2c4 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Thu, 05 Jul 2012 07:49:42 -0400 Subject: [PATCH] added .label + .value class for non-INPUT details in edit forms; changed class for measurement unit to .label -> better output + reduction of unnecessary non-breaking spaces --- interface/web/sites/templates/ftp_user_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/ftp_user_edit.htm b/interface/web/sites/templates/ftp_user_edit.htm index 6c6802c..25ea629 100644 --- a/interface/web/sites/templates/ftp_user_edit.htm +++ b/interface/web/sites/templates/ftp_user_edit.htm @@ -33,7 +33,7 @@ <div id="confirmpasswordOK" style="display:none;" class="confirmpasswordok">{tmpl_var name='password_match_txt'}</div> <div class="ctrlHolder"> <label for="quota_size">{tmpl_var name='quota_size_txt'}</label> - <input name="quota_size" id="quota_size" value="{tmpl_var name='quota_size'}" size="7" maxlength="7" type="text" class="textInput formLengthLimit" /><p class="formInputUnity"> MB</p> + <input name="quota_size" id="quota_size" value="{tmpl_var name='quota_size'}" size="7" maxlength="7" type="text" class="textInput formLengthLimit" /><p class="label">MB</p> </div> <div class="ctrlHolder"> <p class="label">{tmpl_var name='active_txt'}</p> -- Gitblit v1.9.1