From f7463085ff30dce30732c5a64d71346ddb682f82 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 04:38:27 -0400
Subject: [PATCH] - Layout fix
---
interface/web/sites/templates/web_vhost_domain_stats.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/templates/web_vhost_domain_stats.htm b/interface/web/sites/templates/web_vhost_domain_stats.htm
index f66ecfb..e4e505a 100644
--- a/interface/web/sites/templates/web_vhost_domain_stats.htm
+++ b/interface/web/sites/templates/web_vhost_domain_stats.htm
@@ -13,7 +13,7 @@
</tmpl_if>
<div class="form-group">
<label class="col-sm-3 control-label">{tmpl_var name='stats_user_txt'}</label>
- <p class="value"> admin</p>
+ <div class="col-sm-9"><div class="checkbox"> admin</div></div>
</div>
<div class="form-group">
<label for="stats_password" class="col-sm-3 control-label">{tmpl_var name='stats_password_txt'}</label>
--
Gitblit v1.9.1