phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.6
Date: Fri, 21 May 2004 19:48:44 -0000

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

date: 2004/04/26 12:21:20;  author: sigurdne;  state: Exp;  lines: +5 -5

Log Message:
no message
=====================================================================
Index: property/class.uiinvoice.php
diff -u property/class.uiinvoice.php:1.1.1.5 
property/class.uiinvoice.php:1.1.1.6
--- property/class.uiinvoice.php:1.1.1.5        Sat Apr 24 21:36:28 2004
+++ property/class.uiinvoice.php        Mon Apr 26 12:21:20 2004
@@ -251,7 +251,7 @@
 
                //      $data['msgbox_data']                                    
= $GLOBALS['phpgw']->common->msgbox($msgbox_data);
                        $data['sum']                                            
        = number_format($sum, 2, ',', '');
-                       $data['overlib_source']                                 
= './'.$this->currentapp.'/inc/overlib.js';
+                       $data['overlib_source']                                 
= './'.$this->currentapp.'/overlib.js';
                        $data['links']                                          
        = $links;
                        $data['allow_allrows']                                  
= true;
                        $data['allrows']                                        
        = $this->allrows;
@@ -328,7 +328,7 @@
                                $data['cat_list']                               
                = $this->bo->select_category('filter',$this->cat_id);
                                $data['table_done']                             
                = $table_done;
                                $data['img_check']                              
                = 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif';
-                               $data['check_source']                           
        = './'.$this->currentapp.'/inc/check.js';
+                               $data['check_source']                           
        = './'.$this->currentapp.'/check.js';
                                $data['lang_save']                              
                = lang('save');
                                $data['done_action']                            
        = 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uiinvoice.index');
                                $data['lang_done_statustext']                   
= lang('Back to the list');
@@ -500,10 +500,10 @@
                        $data = array
                        (
                                'img_check'                                     
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif',
-                               'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
+                               'check_source'                                  
=> './'.$this->currentapp.'/check.js',
                                //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'sum'                                           
        => number_format($sum, 2, ',', ''),
-                               'overlib_source'                                
=> './'.$this->currentapp.'/inc/overlib.js',
+                               'overlib_source'                                
=> './'.$this->currentapp.'/overlib.js',
                                'form_action'                                   
=> $this->bocommon->link('/index.php',$link_data),
                                'lang_save'                                     
        => lang('save'),
                                'lang_done'                                     
        => lang('Done'),
@@ -681,7 +681,7 @@
 
                        $data['lang_sum']                                       
        = lang('Sum');
                        $data['sum']                                            
        = number_format($sum, 2, ',', '');
-                       $data['overlib_source']                                 
= './'.$this->currentapp.'/inc/overlib.js';
+                       $data['overlib_source']                                 
= './'.$this->currentapp.'/overlib.js';
                        $data['links']                                          
        = $links;
                        $data['allow_allrows']                                  
= false;
                        $data['start_record']                                   
= $this->start;




reply via email to

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