phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uipricebook.inc.php, 1.5
Date: Sat, 23 Oct 2004 10:55:46 +0200

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

date: 2004/10/23 08:55:46;  author: sigurdne;  state: Exp;  lines: +8 -0

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uipricebook.inc.php
diff -u property/inc/class.uipricebook.inc.php:1.4 
property/inc/class.uipricebook.inc.php:1.5
--- property/inc/class.uipricebook.inc.php:1.4  Fri Aug 20 15:15:21 2004
+++ property/inc/class.uipricebook.inc.php      Sat Oct 23 08:55:46 2004
@@ -310,6 +310,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -428,6 +429,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('agreement_group' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -557,6 +559,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_agreement_group' => 
$data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -778,6 +781,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('prizing' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -951,6 +955,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_activities' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -1088,6 +1093,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_activity_vendor' => 
$data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -1249,6 +1255,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_activity' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function delete()
@@ -1351,6 +1358,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('delete' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
        }




reply via email to

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