@@ -83,7 +83,7 @@ return array(
|
|||||||
'url' => 'customer_ftp.php',
|
'url' => 'customer_ftp.php',
|
||||||
'label' => $lng['menue']['ftp']['ftp'],
|
'label' => $lng['menue']['ftp']['ftp'],
|
||||||
'show_element' => (! \Froxlor\Settings::IsInList('panel.customer_hide_options', 'ftp')),
|
'show_element' => (! \Froxlor\Settings::IsInList('panel.customer_hide_options', 'ftp')),
|
||||||
'icon' => 'fa fa-transfer',
|
'icon' => 'fa fa-users',
|
||||||
'elements' => array(
|
'elements' => array(
|
||||||
array(
|
array(
|
||||||
'url' => 'customer_ftp.php?page=accounts',
|
'url' => 'customer_ftp.php?page=accounts',
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="nav-item dropdown me-2">
|
<li class="nav-item dropdown me-2">
|
||||||
<a class="btn btn-secondary btn-sm d-block dropdown-toggle" href="#" id="navbarOpts" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
<a class="btn btn-secondary btn-sm d-block dropdown-toggle" href="#" id="navbarOpts" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<i class="fa fa-wrench"></i> {{ lng('panel.options') }}
|
<i class="fa fa-gears"></i> {{ lng('panel.options') }}
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu" aria-labelledby="navbarOpts">
|
<ul class="dropdown-menu" aria-labelledby="navbarOpts">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user