From b36a233cc59db2d66055d4c0ef7a4a79fb9d2226 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 20 Apr 2016 04:30:44 -0400 Subject: [PATCH] - fixed mailuser interface layout --- interface/web/mailuser/templates/mail_user_filter_edit.htm | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/mailuser/templates/mail_user_filter_edit.htm b/interface/web/mailuser/templates/mail_user_filter_edit.htm index d4ffced..b098742 100644 --- a/interface/web/mailuser/templates/mail_user_filter_edit.htm +++ b/interface/web/mailuser/templates/mail_user_filter_edit.htm @@ -10,16 +10,16 @@ <div class="col-sm-9"><input type="text" id="rulename" name="rulename" value="{tmpl_var name='rulename'}" class="form-control"></div></div> <div class="form-group"> <label for="source" class="col-sm-3 control-label">{tmpl_var name='source_txt'}</label> - <div class="col-sm-9"><select id="source" name="source" class="form-control">{tmpl_var name='source'}</select></div> - <div class="col-sm-9"><select id="op" name="op" class="form-control">{tmpl_var name='op'}</select></div> - <div class="col-sm-9"><input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" class="form-control"></div></div> + <div class="col-sm-3"><select id="source" name="source" class="form-control">{tmpl_var name='source'}</select></div> + <div class="col-sm-3"><select id="op" name="op" class="form-control">{tmpl_var name='op'}</select></div> + <div class="col-sm-3"><input type="text" id="searchterm" name="searchterm" value="{tmpl_var name='searchterm'}" class="form-control"></div></div> <div class="form-group"> <label for="action" class="col-sm-3 control-label">{tmpl_var name='action_txt'}</label> - <div class="col-sm-9"><select id="action" name="action" class="form-control">{tmpl_var name='action'}</select></div> - <div class="col-sm-9"><input type="text" id="target" name="target" value="{tmpl_var name='target'}" class="form-control"></div></div> + <div class="col-sm-3"><select id="action" name="action" class="form-control">{tmpl_var name='action'}</select></div> + <div class="col-sm-3"><input type="text" id="target" name="target" value="{tmpl_var name='target'}" class="form-control"></div></div> <div class="form-group"> <label for="active" class="col-sm-3 control-label">{tmpl_var name='active_txt'}</label> - <span class="">{tmpl_var name='active'}</span> + <div class="col-sm-9"><div class="checkbox"><label>{tmpl_var name='active'}</label></div></div> </div> -- Gitblit v1.9.1