From 97dafdc41dc9cf8cea4eb71a5566238d9e303471 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 02 Jan 2016 11:01:24 -0500
Subject: [PATCH] Further fixes on website stats tab.
---
interface/web/sites/lib/lang/en_web_vhost_domain.lng | 1 +
interface/web/sites/templates/web_vhost_domain_stats.htm | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/lib/lang/en_web_vhost_domain.lng b/interface/web/sites/lib/lang/en_web_vhost_domain.lng
index 70f800d..68cd399 100644
--- a/interface/web/sites/lib/lang/en_web_vhost_domain.lng
+++ b/interface/web/sites/lib/lang/en_web_vhost_domain.lng
@@ -146,4 +146,5 @@
$wb["document_root_txt"] = "Document Root";
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL';
$wb['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS';
+$wb['password_strength_txt'] = 'Password strength';
?>
diff --git a/interface/web/sites/templates/web_vhost_domain_stats.htm b/interface/web/sites/templates/web_vhost_domain_stats.htm
index e158402..f66ecfb 100644
--- a/interface/web/sites/templates/web_vhost_domain_stats.htm
+++ b/interface/web/sites/templates/web_vhost_domain_stats.htm
@@ -12,7 +12,8 @@
</div>
</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>
+ <label class="col-sm-3 control-label">{tmpl_var name='stats_user_txt'}</label>
+ <p class="value"> admin</p>
</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