Changeset 2140

Show
Ignore:
Timestamp:
04/14/08 21:00:30 (1 month ago)
Author:
anarcat
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/menu_brouteur.php

    r2104 r2140  
    3131/* ############# BROUTEUR ############# */ 
    3232?> 
    33 <dt id="browser"><?php __("File browser"); ?></dt> 
     33<dt id="browser"><?php __("Files and directories"); ?></dt> 
    3434<dd><a href="bro_main.php"><?php __("File browser"); ?></a></dd> 
  • alternc/trunk/bureau/admin/menu_ftp.php

    r2104 r2140  
    3333if ($q["t"]>0) {  
    3434?> 
    35 <dt id="ftp"><?php __("FTP accounts"); ?></dt> 
    3635<dd><a href="ftp_list.php"><?php __("FTP accounts"); ?></a></dd> 
    3736<?php    }    ?> 
  • alternc/trunk/bureau/admin/menu_web.php

    r2104 r2140  
    3131/* ############# WEB ACCESS ############# */ 
    3232?> 
    33 <dt id="web-access"><?php __("Protected folders"); ?></dt> 
    3433<dd><a href="hta_list.php"><?php __("Protected folders"); ?></a></dd>