|
90 | 90 | <?php if ((isset($_SESSION['DNS_SYSTEM'])) && (!empty($_SESSION['DNS_SYSTEM']))) {?> |
91 | 91 | <?php if($panel[$user]['DNS_DOMAINS'] != "0") { ?><tr> |
92 | 92 | <td class="vst-text input-label"> |
93 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_dns" <?php if (empty($v_dns)&&$panel[$user]['DNS_DOMAINS'] != "0") ?>> <?php print _('DNS Support');?></label> |
| 93 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_dns" <?php if (empty($v_dns)&&$panel[$user]['DNS_DOMAINS'] != "0") ?>><?php print _('DNS Support');?></label> |
94 | 94 | </td> |
95 | 95 | </tr><?php } ?> |
96 | 96 | <?php } ?> |
97 | 97 | <?php if ((isset($_SESSION['IMAP_SYSTEM'])) && (!empty($_SESSION['IMAP_SYSTEM']))) {?> |
98 | 98 | <?php if($panel[$user]['MAIL_DOMAINS'] != "0") { ?><tr> |
99 | 99 | <td class="vst-text input-label"> |
100 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_mail" <?php if (empty($v_mail)&&$panel[$user]['MAIL_DOMAINS'] != "0") ?>> <?php print _('Mail Support');?></label> |
| 100 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_mail" <?php if (empty($v_mail)&&$panel[$user]['MAIL_DOMAINS'] != "0") ?>><?php print _('Mail Support');?></label> |
101 | 101 | </td> |
102 | 102 | </tr><?php } ?> |
103 | 103 | <?php } ?> |
|
168 | 168 | <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?> |
169 | 169 | <tr> |
170 | 170 | <td class="vst-text step-top" > |
171 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_proxy" <?php if ($v_proxy !== 'off') echo "checked=yes" ?> onclick="javascript:elementHideShow('proxytable');"> <?php print _('Proxy Support');?></label> |
| 171 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_proxy" <?php if ($v_proxy !== 'off') echo "checked=yes" ?> onclick="javascript:elementHideShow('proxytable');"><?php print _('Proxy Support');?></label> |
172 | 172 | </td> |
173 | 173 | </tr> |
174 | 174 | <tr> |
|
237 | 237 | <tr class="stats-auth" style="<? if (trim($v_stats, "'") == 'none') { ?>display:none<? } ?>"> |
238 | 238 | <td class="step-left vst-text input-label"> |
239 | 239 | <label><input type="checkbox" size="20" class="vst-checkbox" name="v_stats_auth" <?php if (!empty($v_stats_user)) echo "checked=yes" ?> |
240 | | - onclick="javascript:elementHideShow('statstable');"> <?=_('Statistics Authorization')?></label> |
| 240 | + onclick="javascript:elementHideShow('statstable');"><?=_('Statistics Authorization')?></label> |
241 | 241 | </td> |
242 | 242 | </tr> |
243 | 243 | <tr> |
|
325 | 325 |
|
326 | 326 | <tr> |
327 | 327 | <td class="step-top vst-text"> |
328 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl" <?php if($v_ssl == 'yes' || $v_ssl == 'on') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"> <?php print _('SSL Support');?></label> |
| 328 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl" <?php if($v_ssl == 'yes' || $v_ssl == 'on') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"><?php print _('SSL Support');?></label> |
329 | 329 | </td> |
330 | 330 | </tr> |
331 | 331 | <tr> |
332 | 332 | <td> |
333 | 333 | <table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable"> |
334 | 334 | <tr> |
335 | 335 | <td class="step-left input-label vst-text"> |
336 | | - <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> |
| 336 | + <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> |
337 | 337 | </td> |
338 | 338 | </tr> |
339 | 339 | <tr> |
|
343 | 343 | </tr> |
344 | 344 | <tr> |
345 | 345 | <td class="step-left input-label vst-text"> |
346 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl_forcessl" <?php if($v_ssl_forcessl != 'no') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_forcessl(this)"> <?php print _('Force SSL/HTTPS');?></label> |
| 346 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl_forcessl" <?php if($v_ssl_forcessl != 'no') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_forcessl(this)"><?php print _('Force SSL/HTTPS');?></label> |
347 | 347 | </td> |
348 | 348 | </tr> |
349 | 349 | <tr> |
|
382 | 382 | </tr> |
383 | 383 | <tr> |
384 | 384 | <td class="vst-text step-top"> |
385 | | - <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ftp" <?php if (!empty($v_ftp) && count($v_ftp_users)) echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_additional_ftp_accounts(this)"> <?php print _('Additional FTP Account');?></label> |
| 385 | + <label><input type="checkbox" size="20" class="vst-checkbox" name="v_ftp" <?php if (!empty($v_ftp) && count($v_ftp_users)) echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_additional_ftp_accounts(this)"><?php print _('Additional FTP Account');?></label> |
386 | 386 | </td> |
387 | 387 | </tr> |
388 | 388 | <tr> |
|
0 commit comments