phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.11


From: nomail
Subject: [Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.11
Date: Fri, 21 May 2004 21:12:51 -0000

Update of /property
Modified Files:
        Branch: 
          class.uilocation.php

date: 2004/04/27 11:47:49;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/class.uilocation.php
diff -u property/class.uilocation.php:1.1.1.10 
property/class.uilocation.php:1.1.1.11
--- property/class.uilocation.php:1.1.1.10      Tue Apr 27 09:27:45 2004
+++ property/class.uilocation.php       Tue Apr 27 11:47:49 2004
@@ -405,7 +405,7 @@
                        $data = array
                        (
                                'lang_excel'                            => 
'excel',
-                               'link_excel'                            => 
$this->bocommon->link('/index.php',$link_excel),
+                               'link_excel'                            => 
$this->bocommon->short_link('/index.php',$link_excel),
                                'lang_excel_help'                       => 
lang('Download table to MS Excel'),
 
                                'exchange_values'                               
=> 'Exchange_values(this.form);',
@@ -420,7 +420,7 @@
                                'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($location_list),
                                'all_records'                                   
=> $this->bo->total_records,
-                               'link_url'                                      
        => $this->bocommon->link('/index.php',$link_data),
+                               'link_url'                                      
        => $this->bocommon->short_link('/index.php',$link_data),
                                'img_path'                                      
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/api/skins/default/images',
                                'lang_status_statustext'                => 
lang('Select the status. To do not use a status select NO STATUS'),
                                'status_name'                                   
=> 'status',
@@ -441,7 +441,7 @@
                                'lang_cat_statustext'                   => 
lang('Select the category the location belongs to. To do not use a category 
select NO CATEGORY'),
                                'select_name'                                   
=> 'cat_id',
                                'cat_list'                                      
        => $this->bo->select_category_list('filter',$this->cat_id,$type_id),
-                               'select_action'                                 
=> $this->bocommon->link('/index.php',$link_data),
+                               'select_action'                                 
=> $this->bocommon->short_link('/index.php',$link_data),
                                'owner_name'                                    
=> 'filter',
                                'owner_list'                                    
=> $this->bo->get_owner_type_list('filter', $this->filter),
                                'lang_show_all'                                 
=> lang('Show all'),
@@ -479,7 +479,7 @@
 //html_print_r($_SESSION);
 //html_print_r($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']);
 //html_print_r($GLOBALS['_GET']['op']);
-//html_print_r($GLOBALS['phpgw_data']);
+//html_print_r($GLOBALS['phpgw_data']['api']['op']);
 //html_print_r($GLOBALS['phpgw']);
 
 //html_print_r($data);




reply via email to

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