phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager preferences.php, 1.6.2.2.2.3, 1.6.2.2.2.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] filemanager preferences.php, 1.6.2.2.2.3, 1.6.2.2.2.4
Date: Thu, 13 Nov 2003 16:36:03 +0000

Update of /cvsroot/phpgroupware/filemanager
In directory subversions:/tmp/cvs-serv14133

Modified Files:
      Tag: Version-0_9_16-branch
        preferences.php 
Log Message:
bug #5128

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/preferences.php,v
retrieving revision 1.6.2.2.2.3
retrieving revision 1.6.2.2.2.4
diff -C2 -d -r1.6.2.2.2.3 -r1.6.2.2.2.4
*** preferences.php     13 Nov 2003 16:27:54 -0000      1.6.2.2.2.3
--- preferences.php     13 Nov 2003 16:36:00 -0000      1.6.2.2.2.4
***************
*** 25,29 ****
           To add an on/off preference, just add it here.  Key is internal 
name, value is displayed name
        */
!       $other_checkboxes = array ("viewinnewwin" => lang("View documents in 
new window"), "viewonserver" => lang("View documents on server (if 
available)"), "viewtextplain" => lang("Unknown MIME-type defaults to text/plain 
when viewing"), "dotdot" => lang("Show .."), "dotfiles" => lang("Show .files"), 
"show_help" => lang("Show help"), "show_command_line" => lang("Show command 
line (EXPERIMENTAL. DANGEROUS.)"));
  
        /*
--- 25,29 ----
           To add an on/off preference, just add it here.  Key is internal 
name, value is displayed name
        */
!       $other_checkboxes = array ("viewinnewwin" => lang("View documents in 
new window"), "viewonserver" => lang("View documents on server (if 
available)"), "viewtextplain" => lang("Unknown MIME-type defaults to text/plain 
when viewing"), "dotdot" => lang('Show ..'), "dotfiles" => lang('Show 
dotfiles'), "show_help" => lang('Show help'), "show_command_line" => lang('Show 
command line (EXPERIMENTAL. DANGEROUS)'));
  
        /*
***************
*** 79,82 ****
--- 79,83 ----
        }
  
+       $GLOBALS['phpgw_info']['flags']['app_header'] = lang('filemanager') . 
': ' . lang('preferences');
        $GLOBALS['phpgw']->common->phpgw_header ();
        echo parse_navbar ();
***************
*** 86,90 ****
  
        $var = array(
-               'title'                 => lang ('FileManager preferences'),
                'action_url'    => $GLOBALS['phpgw']->link ('/' . 
$GLOBALS['phpgw_info']['flags']['currentapp'] . '/preferences.php'),
                'bg_color'              => 
$GLOBALS['phpgw_info']['theme']['th_bg'],
--- 87,90 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]