File tree Expand file tree Collapse file tree 10 files changed +18
-3
lines changed
Expand file tree Collapse file tree 10 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 8080 < input type ="text " size ="20 " class ="vst-input " name ="v_domain " value ="<?=htmlentities(trim($v_domain, "'"))?> ">
8181 </ td >
8282 </ tr >
83- < ?php if($_SESSION['IMAP_SYSTEM ']){?>
83+ < ?php if($_SESSION['WEBMAIL_SYSTEM ']){?>
8484 < tr >
8585 < td class ="vst-text step-top ">
8686 < ?php print _('Webmail Client');?>
Original file line number Diff line number Diff line change 207207 < td > < ?=_('SMTP auth method')?> :</ td >
208208 < td > < div > < ?=_('Normal password')?> </ div > </ td >
209209 </ tr >
210+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
210211 < tr >
211212 < td > < ?=_('Webmail URL')?> :</ td >
212213 < td > < div > < a class ="vst " href ="http://<?=$v_webmail_alias?> " target ="_blank "> http://< ?=$v_webmail_alias?> < i > </ i > </ a > </ div > </ td >
213214 </ tr >
215+ < ?php } ?>
214216 </ table >
215217 </ div >
216218 </ td >
Original file line number Diff line number Diff line change 6464 < input type ="hidden " name ="v_domain " value ="<?=htmlentities(trim($v_domain, "'"))?> ">
6565 </ td >
6666 </ tr >
67- < ?php if($_SESSION['IMAP_SYSTEM ']){?>
67+ < ?php if($_SESSION['WEBMAIL_SYSTEM ']){?>
6868 < tr >
6969 < td class ="vst-text step-top ">
7070 < ?php print _('Webmail Client');?>
Original file line number Diff line number Diff line change 224224 < td > < ?=_('SMTP auth method')?> :</ td >
225225 < td > < div > < ?=_('Normal password')?> </ div > </ td >
226226 </ tr >
227+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
227228 < tr >
228229 < td > < ?=_('Webmail URL')?> :</ td >
229230 < td > < div > < a class ="vst " href ="http://<?=$v_webmail_alias?> " target ="_blank "> http://< ?=$v_webmail_alias?> < i > </ i > </ a > </ div > </ td >
230231 </ tr >
232+ < ?php } ?>
231233 </ table >
232234 </ div >
233235 </ td >
Original file line number Diff line number Diff line change 412412 </ td >
413413 </ tr >
414414 < ?php } ?>
415+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
415416 < tr >
416417 < td class ="vst-text ">
417418 < ?php print _('Webmail URL') ?>
423424 < br > < br >
424425 </ td >
425426 </ tr >
427+ < ?php } ?>
426428 < tr >
427429 < td class ="vst-text ">
428430 < label >
Original file line number Diff line number Diff line change 102102 < div class ="actions-panel__col actions-panel__logs shortcut-n " key-action ="href "> < a href ="/add/mail/?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Add Mail Account')?> "> < i class ="fas fa-plus-circle status-icon green status-icon dim "> </ i > </ a > </ div >
103103 < div class ="actions-panel__col actions-panel__edit shortcut-l " key-action ="href "> < a href ="?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('mail accounts')?> "> < i class ="fas fa-users status-icon blue status-icon dim "> </ i > </ a > </ div >
104104 < div class ="actions-panel__col actions-panel__edit shortcut-l " key-action ="href "> < a href ="?domain=<?=$key?>&dns=1&token=<?=$_SESSION['token']?> " title ="<?=_('DNS records mail')?> "> < i class ="fas fa-atlas status-icon blue status-icon dim "> </ i > </ a > </ div >
105+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
105106 < div class ="actions-panel__col actions-panel__edit " key-action ="href "> < a href ="http://<?=$webmail;?>.<?=$key?>/ " target ="_blank " title ="<?=_('open webmail')?> "> < i class ="fas fa-paper-plane status-icon lightblue status-icon dim "> </ i > </ a > </ div >
107+ < ?php } ?>
106108 < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="/edit/mail/?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Mail Domain')?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
107109
108110 < div class ="actions-panel__col actions-panel__suspend shortcut-s " key-action ="js ">
Original file line number Diff line number Diff line change 9898 < div class ="l-unit-toolbar__col l-unit-toolbar__col--right noselect ">
9999 < div class ="actions-panel clearfix ">
100100 < div class ="actions-panel__col actions-panel__edit " key-action ="href "> < a href ="http://<?=$v_webmail_alias;?>.<?=htmlspecialchars($_GET['domain'])?>/?_user=<?=$key?>@<?=htmlspecialchars($_GET['domain'])?> " target ="_blank " title ="<?=_('open webmail')?> "> < i class ="fas fa-envelope-open-text status-icon maroon status-icon dim "> </ i > </ a > </ div >
101+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
101102 < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="/edit/mail/?domain=<?=htmlspecialchars($_GET['domain'])?>&account=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Mail Account')?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
102-
103+ < ?php } ? >
103104 < div class ="actions-panel__col actions-panel__suspend shortcut-s " key-action ="js ">
104105 < a id ="<?=$spnd_action ?>_link_<?=$i?> " class ="data-controls do_<?=$spnd_action?> " title ="<?=_($spnd_action)?> ">
105106 < i class ="fas <?=$spnd_icon?> status-icon highlight status-icon dim do_<?=$spnd_action?> "> </ i >
Original file line number Diff line number Diff line change 4848 < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < input type ="text " class ="vst-input " value ="<?php echo array_key_first($ips);?> "/> </ b > </ div >
4949 </ div >
5050 </ div >
51+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
5152 < div class ="l-unit animated fadeIn ">
5253 < div class ="l-unit__col l-unit__col--right ">
5354 < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < input type ="text " class ="vst-input " style ="width:200px !important; " value ="<?=$v_webmail_alias;?>.<?=htmlspecialchars($_GET['domain']);?> "/> </ b > </ div >
5758 < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < input type ="text " class ="vst-input " value ="<?php echo array_key_first($ips);?> "/> </ b > </ div >
5859 </ div >
5960 </ div >
61+ < ?php } ?>
6062 < div class ="l-unit animated fadeIn ">
6163 < div class ="l-unit__col l-unit__col--right ">
6264 < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < input type ="text " class ="vst-input " style ="width:200px !important; " value ="@ "/> </ b > </ div >
Original file line number Diff line number Diff line change 101101 < div class ="actions-panel__col actions-panel__logs shortcut-n " key-action ="href "> < a href ="/add/mail/?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Add Mail Account')?> "> < i class ="fas fa-plus-circle status-icon green status-icon dim "> </ i > </ a > </ div >
102102 < div class ="actions-panel__col actions-panel__edit shortcut-l " key-action ="href "> < a href ="?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('mail accounts')?> "> < i class ="fas fa-users status-icon blue status-icon dim "> </ i > </ a > </ div >
103103 < div class ="actions-panel__col actions-panel__edit shortcut-l " key-action ="href "> < a href ="?domain=<?=$key?>&dns=1&token=<?=$_SESSION['token']?> " title ="<?=_('DNS records mail')?> "> < i class ="fas fa-atlas status-icon blue status-icon dim "> </ i > </ a > </ div >
104+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
104105 < div class ="actions-panel__col actions-panel__edit " key-action ="href "> < a href ="http://<?=$webmail;?>.<?=$key?>/ " target ="_blank " title ="<?=_('open webmail')?> "> < i class ="fas fa-paper-plane status-icon lightblue status-icon dim "> </ i > </ a > </ div >
106+ < ?php } ?>
105107 < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="/edit/mail/?domain=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Mail Domain')?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
106108
107109 < div class ="actions-panel__col actions-panel__suspend shortcut-s " key-action ="js ">
Original file line number Diff line number Diff line change 9797 < div class ="clearfix l-unit__stat-col--left text-right compact-4 ">
9898 < div class ="l-unit-toolbar__col l-unit-toolbar__col--right noselect ">
9999 < div class ="actions-panel clearfix ">
100+ < ?php if($_SESSION['WEBMAIL_SYSTEM']){?>
100101 < div class ="actions-panel__col actions-panel__edit " key-action ="href "> < a href ="http://<?=$v_webmail_alias;?>.<?=htmlspecialchars($_GET['domain'])?>/?_user=<?=$key?>@<?=htmlspecialchars($_GET['domain'])?> " target ="_blank " title ="<?=_('open webmail')?> "> < i class ="fas fa-envelope-open-text status-icon maroon status-icon dim "> </ i > </ a > </ div >
102+ < ?php } ?>
101103 < div class ="actions-panel__col actions-panel__logs shortcut-enter " key-action ="href "> < a href ="/edit/mail/?domain=<?=htmlspecialchars($_GET['domain'])?>&account=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Mail Account')?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
102104
103105 < div class ="actions-panel__col actions-panel__suspend shortcut-s " key-action ="js ">
You can’t perform that action at this time.
0 commit comments