From 8ceb0824027750b720f7788e44ed0deb87be6f08 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 07:52:03 -0500
Subject: [PATCH] - Layout fixes - Included new icons and buttons - Layout scaling improved (up to 1260px width)

---
 interface/web/mail/templates/spamfilter_config_mail_edit.htm |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/interface/web/mail/templates/spamfilter_config_mail_edit.htm b/interface/web/mail/templates/spamfilter_config_mail_edit.htm
index 1dfe747..5858c8e 100644
--- a/interface/web/mail/templates/spamfilter_config_mail_edit.htm
+++ b/interface/web/mail/templates/spamfilter_config_mail_edit.htm
@@ -7,51 +7,51 @@
         <fieldset id="wf_area_spamfilter_config">
             <span class="wf_oneField">
                 <label for="module" class="col-sm-3 control-label">{tmpl_var name='module_txt'}</label>
-                <select id="module" name="module">{tmpl_var name='module'}</select>
+                <div class="col-sm-9"><select class="form-control" id="module" name="module">{tmpl_var name='module'}</select></div>
             </span>
             <span class="wf_oneField">
                 <label for="maildir_path" class="col-sm-3 control-label">{tmpl_var name='maildir_path_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="maildir_path" name="maildir_path" value="{tmpl_var name='maildir_path'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="maildir_path" name="maildir_path" value="{tmpl_var name='maildir_path'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="homedir_path" class="col-sm-3 control-label">{tmpl_var name='homedir_path_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="homedir_path" name="homedir_path" value="{tmpl_var name='homedir_path'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="homedir_path" name="homedir_path" value="{tmpl_var name='homedir_path'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="mailuser_uid" class="col-sm-3 control-label">{tmpl_var name='mailuser_uid_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="mailuser_uid" name="mailuser_uid" value="{tmpl_var name='mailuser_uid'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="mailuser_uid" name="mailuser_uid" value="{tmpl_var name='mailuser_uid'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="mailuser_gid" class="col-sm-3 control-label">{tmpl_var name='mailuser_gid_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="mailuser_gid" name="mailuser_gid" value="{tmpl_var name='mailuser_gid'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="mailuser_gid" name="mailuser_gid" value="{tmpl_var name='mailuser_gid'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="mailuser_name" class="col-sm-3 control-label">{tmpl_var name='mailuser_name_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="mailuser_name" name="mailuser_name" value="{tmpl_var name='mailuser_name'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="mailuser_name" name="mailuser_name" value="{tmpl_var name='mailuser_name'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="mailuser_group" class="col-sm-3 control-label">{tmpl_var name='mailuser_group_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="mailuser_group" name="mailuser_group" value="{tmpl_var name='mailuser_group'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="mailuser_group" name="mailuser_group" value="{tmpl_var name='mailuser_group'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="relayhost" class="col-sm-3 control-label">{tmpl_var name='relayhost_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="relayhost" name="relayhost" value="{tmpl_var name='relayhost'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="relayhost" name="relayhost" value="{tmpl_var name='relayhost'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="relayhost_user" class="col-sm-3 control-label">{tmpl_var name='relayhost_user_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="relayhost_user" name="relayhost_user" value="{tmpl_var name='relayhost_user'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="relayhost_user" name="relayhost_user" value="{tmpl_var name='relayhost_user'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="relayhost_password" class="col-sm-3 control-label">{tmpl_var name='relayhost_password_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="relayhost_password" name="relayhost_password" value="{tmpl_var name='relayhost_password'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="relayhost_password" name="relayhost_password" value="{tmpl_var name='relayhost_password'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="mailbox_size_limit" class="col-sm-3 control-label">{tmpl_var name='mailbox_size_limit_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="mailbox_size_limit" name="mailbox_size_limit" value="{tmpl_var name='mailbox_size_limit'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="mailbox_size_limit" name="mailbox_size_limit" value="{tmpl_var name='mailbox_size_limit'}">
             </div></span>
             <span class="wf_oneField">
                 <label for="message_size_limit" class="col-sm-3 control-label">{tmpl_var name='message_size_limit_txt'}</label>
-                <div class="col-sm-9"><input type="text" id="message_size_limit" name="message_size_limit" value="{tmpl_var name='message_size_limit'}">
+                <div class="col-sm-9"><input class="form-control" type="text" id="message_size_limit" name="message_size_limit" value="{tmpl_var name='message_size_limit'}">
             </div></span>
         </fieldset>
 

--
Gitblit v1.9.1