phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uipricebook.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.uipricebook.php, 1.1.1.5
Date: Fri, 21 May 2004 18:49:06 -0000

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

date: 2004/04/24 21:36:29;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.uipricebook.php
diff -u property/class.uipricebook.php:1.1.1.4 
property/class.uipricebook.php:1.1.1.5
--- property/class.uipricebook.php:1.1.1.4      Sat Apr 24 19:39:54 2004
+++ property/class.uipricebook.php      Sat Apr 24 21:36:29 2004
@@ -284,7 +284,7 @@
                                'num_records'                                   
=> count($pricebook_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'lang_select_all'                               
=> lang('Select All'),
-                               'img_check'                                     
        => 
$GLOBALS['phpgw']->common->get_image_path($this->currentapp).'/check.gif',
+                               'img_check'                                     
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif',
                                'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_data),
                                'img_path'                                      
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/api/skins/default/images',
@@ -401,7 +401,7 @@
                                'num_records'                                   
=> count($agreement_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'lang_select_all'                               
=> lang('Select All'),
-                               'img_check'                                     
        => 
$GLOBALS['phpgw']->common->get_image_path($this->currentapp).'/check.gif',
+                               'img_check'                                     
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif',
                                'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_data),
                                'img_path'                                      
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/api/skins/default/images',
@@ -651,7 +651,7 @@
                                                'w_cost'                        
                => $pricebook['w_cost'],
                                                'total_cost'                    
        => $pricebook['total_cost'],
                                                'this_index'                    
        => $pricebook['this_index'],
-                                               'date'                          
                => 
$GLOBALS['phpgw']->common->show_date($pricebook['date'],$dateformat),
+                                               'date'                          
                => $this->bocommon->show_date($pricebook['date'],$dateformat),
                                                'current_index'                 
        => $pricebook['current_index'],
                                                'index_count'                   
        => $pricebook['index_count'],
                                                'link_delete'                   
        => $link_delete,




reply via email to

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