phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uip_of_town.inc.php, 1.3


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uip_of_town.inc.php
diff -u property/inc/class.uip_of_town.inc.php:1.2 
property/inc/class.uip_of_town.inc.php:1.3
--- property/inc/class.uip_of_town.inc.php:1.2  Wed Jun  2 18:54:28 2004
+++ property/inc/class.uip_of_town.inc.php      Sat Oct 23 08:55:46 2004
@@ -206,6 +206,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('part of town') . ': ' . lang('list part of town');
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -293,6 +294,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('part of town') . ': ' . ($part_of_town_id?lang('edit part og 
town'):lang('add part of town'));
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -331,6 +333,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();
                }
 
                function view()
@@ -357,6 +360,7 @@
                        );
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>




reply via email to

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