From a0dd76c1810ac74c23cd0889dd74eb8bbff8ac13 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 08 Dec 2015 10:53:20 -0500
Subject: [PATCH] - added missing letsencrypt template part
---
interface/web/sites/templates/web_vhost_domain_edit.htm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm
index faee19a..1370293 100644
--- a/interface/web/sites/templates/web_vhost_domain_edit.htm
+++ b/interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -209,6 +209,12 @@
<div class="col-sm-9">
{tmpl_var name='ssl'}
</div>
+ </div>
+ <div class="form-group">
+ <label class="col-sm-3 control-label">{tmpl_var name='ssl_letsencrypt_txt'}</label>
+ <div class="col-sm-9">
+ {tmpl_var name='ssl_letsencrypt'}
+ </div>
</div></tmpl_if>
<div class="form-group">
<label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label>
--
Gitblit v1.9.1