group protected folders and FTP accounts with the file browser, under a category named 'Files and directories'
This commit is contained in:
parent
35510e3d6a
commit
2058e1e1a5
|
@ -30,5 +30,5 @@
|
|||
|
||||
/* ############# BROUTEUR ############# */
|
||||
?>
|
||||
<dt id="browser"><?php __("File browser"); ?></dt>
|
||||
<dt id="browser"><?php __("Files and directories"); ?></dt>
|
||||
<dd><a href="bro_main.php"><?php __("File browser"); ?></a></dd>
|
||||
|
|
|
@ -32,6 +32,5 @@
|
|||
$q=$quota->getquota("ftp");
|
||||
if ($q["t"]>0) {
|
||||
?>
|
||||
<dt id="ftp"><?php __("FTP accounts"); ?></dt>
|
||||
<dd><a href="ftp_list.php"><?php __("FTP accounts"); ?></a></dd>
|
||||
<?php } ?>
|
||||
|
|
|
@ -30,5 +30,4 @@
|
|||
|
||||
/* ############# WEB ACCESS ############# */
|
||||
?>
|
||||
<dt id="web-access"><?php __("Protected folders"); ?></dt>
|
||||
<dd><a href="hta_list.php"><?php __("Protected folders"); ?></a></dd>
|
||||
|
|
Loading…
Reference in New Issue