WEB. Improved Lets Encrypt interface

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-27 07:17:03 -04:00
commit 0e18fc669a
36 changed files with 122 additions and 13 deletions

View file

@ -135,6 +135,11 @@
</td>
</tr>
<tr>
<td class="vst-text input-label lets-encrypt-note step-left" >
<?= __('Your certificate will be automatically issued in 5 minutes')?>
</td>
</tr>
<tr>
<td class="vst-text input-label step-left">
<?php print __('SSL Home Directory');?>
</td>

View file

@ -187,7 +187,7 @@
</tr>
<tr>
<td><?=__('SMTP security')?>:</td>
<td><div id="td_smtp_encryption"><?=__('STARTTLS')?></div></td>
<td><div id="td_smtp_encription"><?=__('STARTTLS')?></div></td>
</tr>
<tr>
<td><?=__('SMTP auth method')?>:</td>

View file

@ -191,6 +191,11 @@
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
</td>
</tr>
<tr>
<td class="vst-text input-label lets-encrypt-note <? if($v_letencrypt == 'yes' || $v_letencrypt == 'on') echo ' enabled';?>" >
<?= __('Your certificate will be automatically issued in 5 minutes')?>
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('SSL Home Directory');?>