File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 203203 < td >
204204 < table style ="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>; " id ="ssltable ">
205205 < tr >
206- < td class ="step-left input-label vst-text ">
207- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_letsencrypt " < ?php if($v_letsencrypt == 'yes' || $v_letsencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> < ?php print __('Lets Encrypt Support');?> </ label >
208- </ td >
209- </ tr >
210- < tr >
211- < td class ="vst-text input-label lets-encrypt-note step-left " >
212- < ?= __('Your certificate will be automatically issued in 5 minutes')?>
213- </ td >
214- </ tr >
215- < tr >
216- < td class ="vst-text input-label step-left ">
217- < ?php print __('SSL Home Directory');?>
206+ < td class ="step-left input-label vst-text ">
207+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_letsencrypt " < ?php if($v_letsencrypt == 'yes' || $v_letsencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> < ?php print __('Lets Encrypt Support');?> </ label >
218208 </ td >
219209 </ tr >
220210 < tr >
221- < td class ="step-left ">
222- < select class ="vst-list " name ="v_ssl_home ">
223- < option value ='same ' < ?php if ($v_ssl_home == 'same') echo "selected";?> >
224- public_html
225- </ option >
226- < option value ='single ' < ?php if ($v_ssl_home == 'single') echo "selected";?> >
227- public_shtml
228- </ option >
229- </ select >
211+ < td class ="vst-text input-label lets-encrypt-note step-left " >
212+ < ?= __('Your certificate will be automatically issued in 5 minutes')?>
230213 </ td >
231214 </ tr >
232215 < tr >
You can’t perform that action at this time.
0 commit comments