File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 </ tr >
7474 < tr >
7575 < td class ="vst-text input-label ">
76- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_dns " < ?php if (empty($v_dns)&&$panel[$user]['DNS_DOMAINS '] != "0") echo "checked=yes"; ?> < ?php if($panel[$user]['DNS_DOMAINS'] == "0") echo "disabled" ?> > < ?php print __('DNS Support');?> </ label >
76+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_dns " < ?php if (empty($v_dns)&&$panel[$user]['DNS_DOMAINS'] != "0") echo "checked=yes"; ?> < ?php if($panel[$user]['DNS_DOMAINS'] == "0") echo "disabled" ?> > < ?php print __('DNS Support');?> </ label >
7777 </ td >
7878 </ tr >
7979 < tr >
8080 < td class ="vst-text input-label ">
81- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_mail " < ?php if (empty($v_mail)&&$panel[$user]['MAIL_DOMAINS '] != "0") echo "checked=yes"; ?> < ?php if($panel[$user]['MAIL_DOMAINS'] == "0") echo "disabled" ?> > < ?php print __('Mail Support');?> </ label >
81+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_mail " < ?php if (empty($v_mail)&&$panel[$user]['MAIL_DOMAINS'] != "0") echo "checked=yes"; ?> < ?php if($panel[$user]['MAIL_DOMAINS'] == "0") echo "disabled" ?> > < ?php print __('Mail Support');?> </ label >
8282 </ td >
8383 </ tr >
8484 < tr >
214214 </ tr >
215215 < tr class ="stats-auth " style ="<? if (trim($v_stats, "'") == 'none') { ?> display:none< ? } ?> ">
216216 < td class ="step-left vst-text input-label ">
217- < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_stats_auth " < ?php if (!empty($v_stats_user)) echo "checked=yes" ?>
217+ < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_stats_auth " < ?php if (!empty($v_stats_user)) echo "checked=yes" ?>
218218 onclick="javascript:elementHideShow('statstable');"> < ?=__('Statistics Authorization')?> </ label >
219219 </ td >
220220 </ tr >
You can’t perform that action at this time.
0 commit comments