From 67b0cb394d6b89b19087c285765285806e7da95c Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Fri, 12 Feb 2016 06:21:27 -0500 Subject: [PATCH] Closes #3754 and #3755 - added limit for letsencrypt and directive snippets selector to client limits - hide ssl tab if letsencrypt is selected --- interface/web/client/templates/client_edit_limits.htm | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/interface/web/client/templates/client_edit_limits.htm b/interface/web/client/templates/client_edit_limits.htm index 8c133d4..01b1b8b 100644 --- a/interface/web/client/templates/client_edit_limits.htm +++ b/interface/web/client/templates/client_edit_limits.htm @@ -137,6 +137,12 @@ </div> </div> <div class="form-group"> + <label class="col-sm-3 control-label">{tmpl_var name='limit_ssl_letsencrypt_txt'}</label> + <div class="col-sm-9"> + {tmpl_var name='limit_ssl_letsencrypt'} + </div> + </div> + <div class="form-group"> <label for="limit_web_aliasdomain" class="col-sm-3 control-label">{tmpl_var name='limit_web_aliasdomain_txt'}</label> <div class="col-sm-9"><input type="text" name="limit_web_aliasdomain" id="limit_web_aliasdomain" value="{tmpl_var name='limit_web_aliasdomain'}" class="form-control" /></div></div> <div class="form-group"> @@ -163,6 +169,12 @@ {tmpl_var name='limit_backup'} </div> </div> + <div class="form-group"> + <label class="col-sm-3 control-label">{tmpl_var name='limit_directive_snippets_txt'}</label> + <div class="col-sm-9"> + {tmpl_var name='limit_directive_snippets'} + </div> + </div> </div> </div> </div> -- Gitblit v1.9.1