From 0b2c4118a0894f722318ae4d861baddb8f66fd4d Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 20 Apr 2016 04:38:54 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- 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