From b42486c6fea976fe5f0615c6fb679fd3c084e7a9 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 22 Jun 2015 03:18:32 -0400
Subject: [PATCH] fixed inserted text for document root in domain edit page
---
interface/web/sites/templates/web_vhost_domain_edit.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm
index 7daf34e..faee19a 100644
--- a/interface/web/sites/templates/web_vhost_domain_edit.htm
+++ b/interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -91,7 +91,7 @@
</div>
<tmpl_if name="edit_disabled">
<div class="form-group">
- <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='ip_address_txt'}</label>
+ <label for="document_root" class="col-sm-3 control-label" readonly >{tmpl_var name='document_root_txt'}</label>
<div class="col-sm-9">{tmpl_var name='document_root'}</div>
</div>
</tmpl_if>
--
Gitblit v1.9.1