We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873244e commit a0dd76cCopy full SHA for a0dd76c
interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -209,6 +209,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
209
<div class="col-sm-9">
210
{tmpl_var name='ssl'}
211
</div>
212
+ </div>
213
+ <div class="form-group">
214
+ <label class="col-sm-3 control-label">{tmpl_var name='ssl_letsencrypt_txt'}</label>
215
+ <div class="col-sm-9">
216
+ {tmpl_var name='ssl_letsencrypt'}
217
218
</div></tmpl_if>
219
<div class="form-group">
220
<label for="php" class="col-sm-3 control-label">{tmpl_var name='php_txt'}</label>
0 commit comments