File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 117117 < ? } else { ?>
118118 < ? if ($data[$key]['SUSPENDED'] == 'no') {?>
119119 < 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 >
120- < 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 >
120+ < ? if (!empty($data[$key]['WEBMAIL'])) {?>
121+ < 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 >
122+ < ? } ?>
121123 < 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 >
122124 < ? } ?>
123125 < 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')?> "> < i class ="fas fa-atlas status-icon blue status-icon dim "> </ i > </ a > </ div >
Original file line number Diff line number Diff line change 117117 < ? } ?>
118118 < ? } else { ?>
119119 < ? if ($data[$key]['SUSPENDED'] == 'no') {?>
120- < 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 >
120+ < ? if (!empty($data[$key]['WEBMAIL'])) {?>
121+ < 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 >
122+ < ? } ?>
121123 < 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 >
122124 < ? } ?>
123125 < 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