phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php,1.9


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php,1.9.2.4.2.5,1.9.2.4.2.6 class.uilangfile.inc.php,1.10.2.1.2.5,1.10.2.1.2.6 header.inc.php,1.7.2.1.2.1,NONE
Date: Sat, 19 Apr 2003 14:40:13 -0400

Update of /cvsroot/phpgroupware/developer_tools/inc
In directory subversions:/tmp/cvs-serv10576/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.solangfile.inc.php class.uilangfile.inc.php 
Removed Files:
      Tag: Version-0_9_16-branch
        header.inc.php 
Log Message:
updated app-header


Index: class.solangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/inc/class.solangfile.inc.php,v
retrieving revision 1.9.2.4.2.5
retrieving revision 1.9.2.4.2.6
diff -C2 -r1.9.2.4.2.5 -r1.9.2.4.2.6
*** class.solangfile.inc.php    7 Apr 2003 00:32:22 -0000       1.9.2.4.2.5
--- class.solangfile.inc.php    19 Apr 2003 18:40:10 -0000      1.9.2.4.2.6
***************
*** 88,92 ****
                                                                                
break;
                                                                        }
!                                                                       $phrase 
= substr($rest,1,$next-1);
                                                                        //echo 
"next2=$next, phrase='$phrase'<br>\n";
                                                                        if 
($args[0] == $i)
--- 88,92 ----
                                                                                
break;
                                                                        }
!                                                                       $phrase 
= str_replace('\\\\','\\',substr($rest,1,$next-1));
                                                                        //echo 
"next2=$next, phrase='$phrase'<br>\n";
                                                                        if 
($args[0] == $i)

Index: class.uilangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/inc/class.uilangfile.inc.php,v
retrieving revision 1.10.2.1.2.5
retrieving revision 1.10.2.1.2.6
diff -C2 -r1.10.2.1.2.5 -r1.10.2.1.2.6
*** class.uilangfile.inc.php    7 Apr 2003 15:10:35 -0000       1.10.2.1.2.5
--- class.uilangfile.inc.php    19 Apr 2003 18:40:10 -0000      1.10.2.1.2.6
***************
*** 85,88 ****
--- 85,91 ----
                                ));
                        }
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
$GLOBALS['phpgw_info']['apps'][$GLOBALS['phpgw_info']['flags']['currentapp']]['title'].
+                               ' - '.lang('Add new phrase');
+                               
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
***************
*** 93,97 ****
                        $this->template->set_var('app_name','<input 
type="hidden" name="entry[app_name]" value="'.$app_name.'">');
  
-                       $this->template->set_var('lang_message',lang('Add new 
phrase'));
                        
$this->template->set_var('form_action',$GLOBALS['phpgw']->link('/index.php','menuaction=developer_tools.uilangfile.addphrase'));
                        $this->template->set_var('sourcelang',$sourcelang);
--- 96,99 ----
***************
*** 168,172 ****
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
-                       include(PHPGW_APP_INC . '/header.inc.php');
  
                        $this->template->set_var('lang_remove',lang('Add 
phrase'));
--- 170,173 ----
***************
*** 257,261 ****
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
-                       include(PHPGW_APP_INC . '/header.inc.php');
  
                        $this->template->set_file(array('langfile' => 
'langfile.tpl'));
--- 258,261 ----
***************
*** 532,538 ****
  
                        $this->bo->save_sessiondata('','');
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
-                       include(PHPGW_APP_INC . '/header.inc.php');
  
                        $this->template->set_file(array('applications' => 
'applications.tpl'));
--- 532,539 ----
  
                        $this->bo->save_sessiondata('','');
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
$GLOBALS['phpgw_info']['apps'][$GLOBALS['phpgw_info']['flags']['currentapp']]['title'].
+                               ' - '.lang('Installed applications');
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
  
                        $this->template->set_file(array('applications' => 
'applications.tpl'));
***************
*** 585,589 ****
                        }
  
-                       
$this->template->set_var('lang_installed',lang('Installed applications'));
                        
$this->template->set_var('bg_color',$GLOBALS['phpgw_info']['theme']['bg_color']);
                        
$this->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
--- 586,589 ----

--- header.inc.php DELETED ---





reply via email to

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