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/sites/templates/web_vhost_domain_advanced.htm | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/interface/web/sites/templates/web_vhost_domain_advanced.htm b/interface/web/sites/templates/web_vhost_domain_advanced.htm
index 04825cb..2ef8c7d 100644
--- a/interface/web/sites/templates/web_vhost_domain_advanced.htm
+++ b/interface/web/sites/templates/web_vhost_domain_advanced.htm
@@ -23,12 +23,16 @@
<div class="col-sm-9"><input type="text" name="added_by" id="added_by" value="{tmpl_var name='added_by'}" class="form-control" /></div></div>
<div class="form-group">
<label for="system_user" class="col-sm-3 control-label">{tmpl_var name='system_user_txt'}</label>
- <p class="value"> {tmpl_var name='system_user'}</p>
+ <div class="col-sm-9">
+ <div class="checkbox"> {tmpl_var name='system_user'}</div>
+ </div>
<input name="system_user" id="system_user" value="{tmpl_var name='system_user'}" type="hidden" />
</div>
<div class="form-group">
<label for="system_group" class="col-sm-3 control-label">{tmpl_var name='system_group_txt'}</label>
- <p class="value"> {tmpl_var name='system_group'}</p>
+ <div class="col-sm-9">
+ <div class="checkbox"> {tmpl_var name='system_group'}</div>
+ </div>
<input name="system_group" id="system_group" value="{tmpl_var name='system_group'}" type="hidden" />
</div>
<div class="form-group apache">
--
Gitblit v1.9.1