From af56b491d8bd9627d5d58eec188edc1fae7d8546 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Fri, 12 Feb 2016 06:34:57 -0500 Subject: [PATCH] - fixed typo - hooked ssl and ssl_letsencrypt checkboxes --- interface/web/sites/templates/web_vhost_domain_edit.htm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm index ca2b7ed..468797e 100644 --- a/interface/web/sites/templates/web_vhost_domain_edit.htm +++ b/interface/web/sites/templates/web_vhost_domain_edit.htm @@ -206,14 +206,14 @@ </div> <tmpl_if name="limit_ssl" op="==" value="y"><div class="form-group"> <label class="col-sm-3 control-label">{tmpl_var name='ssl_txt'}</label> - <div class="col-sm-9"> + <div class="col-sm-9" data-uncheck-fields="ssl_letsencrypt"> {tmpl_var name='ssl'} </div> </div> <tmpl_if name="limit_ssl_letsencrypt" op="==" value="y"> <div class="form-group"> <label class="col-sm-3 control-label">{tmpl_var name='ssl_letsencrypt_txt'}</label> - <div class="col-sm-9"> + <div class="col-sm-9" data-check-fields="ssl"> {tmpl_var name='ssl_letsencrypt'} </div> </div></tmpl_if> -- Gitblit v1.9.1