phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager index.php,1.30.2.9,1.30.2.9.2.1 pref


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager index.php,1.30.2.9,1.30.2.9.2.1 preferences.php,1.6.2.2,1.6.2.2.2.1
Date: Mon, 21 Apr 2003 11:58:12 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        index.php preferences.php 
Log Message:
a view fixes to get it running again after the rename (it's called FileManager 
now)

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/index.php,v
retrieving revision 1.30.2.9
retrieving revision 1.30.2.9.2.1
diff -C2 -r1.30.2.9 -r1.30.2.9.2.1
*** index.php   28 Feb 2003 23:39:48 -0000      1.30.2.9
--- index.php   21 Apr 2003 15:58:10 -0000      1.30.2.9.2.1
***************
*** 1,1784 ****
! <?php
! 
! ###
! # DEV NOTE:
! #
! # index.php is depreciated by the inc/class.xxphpwebhosting.inc.php files.
! # index.php is still used in the 0.9.14 release, but all future changes 
should be
! # made to the inc/class.xxphpwebhosting.inc.php files (3-tiered).  This 
includes using templates.
! ###
! 
[...3539 lines suppressed...]
!       {
!               if ($GLOBALS['phpgw']->vfs->mkdir (array ('string' => 
$createdir)))
!               {
!                       html_text_summary (lang('Created directory %1', 
$disppath.'/'.$createdir));
!                       html_break (2);
!                       html_link 
($GLOBALS['appname'].'/index.php?path='.$disppath.'/'.$createdir, lang('Go to 
%1', $disppath.'/'.$createdir));
!               }
!               else
!               {
!                       echo $GLOBALS['phpgw']->common->error_list (array 
(lang('Could not create %1', $disppath.'/'.$createdir)));
!               }
!       }
! 
!       html_break (2);
!       html_link_back ();
! }
! 
! html_page_close ();
! 
! ?>

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/preferences.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.2.2.1
diff -C2 -r1.6.2.2 -r1.6.2.2.2.1
*** preferences.php     18 Jun 2002 05:16:08 -0000      1.6.2.2
--- preferences.php     21 Apr 2003 15:58:10 -0000      1.6.2.2.2.1
***************
*** 14,18 ****
        $phpgw_info["flags"] = array
        (
!               "currentapp" => "phpwebhosting",
                "enable_nextmatchs_class" => True,
                "noheader" => True,
--- 14,18 ----
        $phpgw_info["flags"] = array
        (
!               "currentapp" => "filemanager",
                "enable_nextmatchs_class" => True,
                "noheader" => True,
***************
*** 78,82 ****
        echo parse_navbar ();
  
!       $p = CreateObject ('phpgwapi.Template', $phpgw->common->get_tpl_dir 
('phpwebhosting'));
        $templates = array (
                'pref'                  => 'pref.tpl',
--- 78,82 ----
        echo parse_navbar ();
  
!       $p = CreateObject ('phpgwapi.Template', $phpgw->common->get_tpl_dir 
('filemanager'));
        $templates = array (
                'pref'                  => 'pref.tpl',
***************
*** 87,91 ****
  
        $var = array (
!               'title'                 =>      lang ('PHPWebHosting 
preferences'),
                'action_url'    =>      $phpgw->link ('/' . 
$phpgw_info['flags']['currentapp'] . '/preferences.php'),
                'bg_color'              =>      $phpgw_info['theme']['th_bg'],
--- 87,91 ----
  
        $var = array (
!               'title'                 =>      lang ('FileManager 
preferences'),
                'action_url'    =>      $phpgw->link ('/' . 
$phpgw_info['flags']['currentapp'] . '/preferences.php'),
                'bg_color'              =>      $phpgw_info['theme']['th_bg'],
***************
*** 105,109 ****
        {
                unset ($checked);
!               if 
($phpgw_info["user"]["preferences"]["phpwebhosting"][$internal])
                {
                        $checked = 1;
--- 105,109 ----
        {
                unset ($checked);
!               if 
($phpgw_info["user"]["preferences"]["filemanager"][$internal])
                {
                        $checked = 1;
***************
*** 119,123 ****
        {
                unset ($checked);
!               if 
($phpgw_info["user"]["preferences"]["phpwebhosting"][$internal])
                {
                        $checked = 1;
--- 119,123 ----
        {
                unset ($checked);
!               if 
($phpgw_info["user"]["preferences"]["filemanager"][$internal])
                {
                        $checked = 1;
***************
*** 141,145 ****
                        }
  
!                       $options .= html_form_option ($value, $value, 
$phpgw_info["user"]["preferences"]["phpwebhosting"][$internal] == $value, True);
                }
  
--- 141,145 ----
                        }
  
!                       $options .= html_form_option ($value, $value, 
$phpgw_info["user"]["preferences"]["filemanager"][$internal] == $value, True);
                }
  





reply via email to

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