File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 116116 < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_ssl " < ?php if ($v_ssl == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"> < ?php print _('SSL Support');?> </ label >
117117 </ td >
118118 </ tr >
119- < tr >
120- < td class =" step-left " >
121- < table style =" display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ; " id =" ssltable " >
119+ < tr id =" ssltable " style =" display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ; " class =" step-left " >
120+ < td >
121+ < table >
122122 < tr >
123123 < td class ="input-label vst-text ">
124124 < 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 >
234234 </ td >
235235 </ tr >
236236 < tr >
237- < td class ="vst-text ">
237+ < td class ="vst-text input-label ">
238238 < label >
239239 < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_smtp_relay " < ?php if ($v_smtp_relay == 'true') echo "checked=yes"; ?> onclick="javascript:elementHideShow('smtp_relay_table');"> < ?php print _('SMTP Relay');?>
240240 </ label >
You can’t perform that action at this time.
0 commit comments