File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9696 < table style ="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ; " id ="ssltable ">
9797 < tr >
9898 < td class ="input-label vst-text ">
99+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_letsencrypt " < ?php if($v_letsencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.MAIL.toggle_letsencrypt(this)"> < ?php print __('Lets Encrypt Support');?> </ label >
100+ </ td >
101+ </ tr >
102+ < tr >
103+ < td >
99104 < span class ="alert alert-info alert-with-icon ">
100105 < i class ="fas fa-exclamation "> </ i >
101- < ?=__("Let's Encrypt for mail needs a dns record for mail.$v_domain and $v_webmail_alias!")?> < br />
106+ < ?=__("To enable Let's Encrypt SSL, ensure that DNS records exist for mail.$v_domain and $v_webmail_alias!")?> < br />
102107 </ span >
103- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_letsencrypt " < ?php if($v_letsencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.MAIL.toggle_letsencrypt(this)"> < ?php print __('Lets Encrypt Support');?> </ label >
104108 </ td >
105109 </ tr >
106-
107110 < tr >
108111 < td class ="vst-text input-label ">
109112 < ?php print __('SSL Certificate');?>
You can’t perform that action at this time.
0 commit comments