phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiaccess_history.inc.php,1.6.2.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiaccess_history.inc.php,1.6.2.2.2.2,1.6.2.2.2.3 class.uicurrentsessions.inc.php,1.5.4.1,1.5.4.2 class.uilog.inc.php,1.8,1.8.4.1
Date: Sun, 18 May 2003 10:10:42 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv7352

Modified Files:
      Tag: Version-0_9_16-branch
        class.uiaccess_history.inc.php class.uicurrentsessions.inc.php 
        class.uilog.inc.php 
Log Message:
set app-header

Index: class.uiaccess_history.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccess_history.inc.php,v
retrieving revision 1.6.2.2.2.2
retrieving revision 1.6.2.2.2.3
diff -C2 -r1.6.2.2.2.2 -r1.6.2.2.2.3
*** class.uiaccess_history.inc.php      18 May 2003 09:54:14 -0000      
1.6.2.2.2.2
--- class.uiaccess_history.inc.php      18 May 2003 14:10:40 -0000      
1.6.2.2.2.3
***************
*** 41,44 ****
--- 41,45 ----
                        $order = get_var('order',array('POST'),0);
                        
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Admin').' - '.lang('View access log');
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();

Index: class.uicurrentsessions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicurrentsessions.inc.php,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -C2 -r1.5.4.1 -r1.5.4.2
*** class.uicurrentsessions.inc.php     18 May 2003 09:54:14 -0000      1.5.4.1
--- class.uicurrentsessions.inc.php     18 May 2003 14:10:40 -0000      1.5.4.2
***************
*** 73,76 ****
--- 73,77 ----
                        }
  
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Admin').' - '.lang('List of current users');
                        $this->header();
  
***************
*** 91,95 ****
                        $total = $this->bo->total();
  
-                       
$this->template->set_var('lang_current_users',lang('List of current users'));
                        
$this->template->set_var('bg_color',$GLOBALS['phpgw_info']['theme']['bg_color']);
                        
$this->template->set_var('left_next_matchs',$this->nextmatchs->left('/admin/currentusers.php',$info['start'],$total));
--- 92,95 ----
***************
*** 166,173 ****
                        }
  
                        $this->header();
                        $this->template->set_file('form','kill_session.tpl');
  
-                       $this->template->set_var('lang_title',lang('Kill 
session'));
                        $this->template->set_var('lang_message',lang('Are you 
sure you want to kill this session ?'));
                        $this->template->set_var('link_no','<a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
 . '">' . lang('No') . '</a>');
--- 166,173 ----
                        }
  
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Admin').' - '.lang('Kill session');
                        $this->header();
                        $this->template->set_file('form','kill_session.tpl');
  
                        $this->template->set_var('lang_message',lang('Are you 
sure you want to kill this session ?'));
                        $this->template->set_var('link_no','<a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicurrentsessions.list_sessions')
 . '">' . lang('No') . '</a>');

Index: class.uilog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uilog.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -C2 -r1.8 -r1.8.4.1
*** class.uilog.inc.php 4 Jan 2002 00:55:01 -0000       1.8
--- class.uilog.inc.php 18 May 2003 14:10:40 -0000      1.8.4.1
***************
*** 256,259 ****
--- 256,260 ----
                        $this->t->set_var('event_list',$table);
  
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Admin').' - '.($this->editmode?lang('Edit Table format') : lang('View 
error log'));
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();





reply via email to

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