File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11 < div class ="l-center ">
22 < div class ="l-sort clearfix noselect ">
33 < div class ="l-unit-toolbar__buttonstrip ">
4- < ?php
5- if ($_SESSION['userContext'] === 'admin') {
6- echo '< a href ="/add/user/ " id ="btn-create " class ="ui-button cancel " dir ="ltr "> < i class ="fas fa-plus-circle status-icon green "> </ i > '._('Add User').'</ a > ';
7- echo '< a href ="/list/package/ " class ="ui-button cancel " dir ="ltr "> < i class ="fas fa-box-open status-icon orange "> </ i > '._('Packages').'</ a > ';
8- } else {
9- echo '< a href ="/add/web/ " id ="btn-create " class ="ui-button cancel " dir ="ltr "> < i class ="fas fa-plus-circle status-icon green "> </ i > '._('Add Web Domain').'</ a > ';
10- }
11- ?>
4+ < a href ="/add/user/ " id ="btn-create " class ="ui-button cancel " dir ="ltr "> < i class ="fas fa-plus-circle status-icon green "> </ i > < ?=_('Add User')?> </ a >
5+ < a href ="/list/package/ " class ="ui-button cancel " dir ="ltr "> < i class ="fas fa-box-open status-icon orange "> </ i > < ?=_('Packages')?> </ a >
126 </ div >
137 < ul class ="context-menu sort-order animated fadeIn " style ="display:none; ">
148 < li entity ="sort-bandwidth " sort_as_int ="1 "> < span class ="name "> < ?=_('Bandwidth')?> < i class ="fas fa-sort-alpha-down "> </ i > </ span > < span class ="up "> < i class ="fas fa-sort-alpha-up "> </ i > </ span > </ li >
You can’t perform that action at this time.
0 commit comments