phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uitenant.inc.php
diff -u property/inc/class.uitenant.inc.php:1.4 
property/inc/class.uitenant.inc.php:1.5
--- property/inc/class.uitenant.inc.php:1.4     Fri Oct 22 13:59:42 2004
+++ property/inc/class.uitenant.inc.php Sat Oct 23 08:55:46 2004
@@ -124,6 +124,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -310,6 +311,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('tenant') . ': ' . lang('list tenant');
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function edit()
@@ -460,6 +462,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('tenant') . ': ' . ($tenant_id?lang('edit tenant'):lang('add tenant'));
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -510,6 +513,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();
                }
 
 
@@ -557,6 +561,7 @@
                        );
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function list_attribute()
@@ -683,6 +688,7 @@
                        //$this->save_sessiondata();
 //_debug_array($GLOBALS['phpgw_info']['user']);
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function edit_attrib()
@@ -850,6 +856,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_attrib' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>
\ No newline at end of file




reply via email to

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