group protected folders and FTP accounts with the file browser, under a category named 'Files and directories'

This commit is contained in:
Antoine Beaupré 2008-04-14 19:00:30 +00:00
parent 35510e3d6a
commit 2058e1e1a5
3 changed files with 1 additions and 3 deletions

View File

@ -30,5 +30,5 @@
/* ############# BROUTEUR ############# */ /* ############# 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> <dd><a href="bro_main.php"><?php __("File browser"); ?></a></dd>

View File

@ -32,6 +32,5 @@
$q=$quota->getquota("ftp"); $q=$quota->getquota("ftp");
if ($q["t"]>0) { if ($q["t"]>0) {
?> ?>
<dt id="ftp"><?php __("FTP accounts"); ?></dt>
<dd><a href="ftp_list.php"><?php __("FTP accounts"); ?></a></dd> <dd><a href="ftp_list.php"><?php __("FTP accounts"); ?></a></dd>
<?php } ?> <?php } ?>

View File

@ -30,5 +30,4 @@
/* ############# WEB ACCESS ############# */ /* ############# WEB ACCESS ############# */
?> ?>
<dt id="web-access"><?php __("Protected folders"); ?></dt>
<dd><a href="hta_list.php"><?php __("Protected folders"); ?></a></dd> <dd><a href="hta_list.php"><?php __("Protected folders"); ?></a></dd>