phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uiproject.inc.php, 1.15 class.uire


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uiproject.inc.php, 1.15 class.uirequest.inc.php, 1.11 class.uis_agreement.inc.php, 1.17 class.uipricebook.inc.php, 1.9 class.uip_of_town.inc.php, 1.6 class.uilookup.inc.php, 1.9 class.uimeter.inc.php, 1.6 class.uistandard_2.inc.php, 1.6 class.uistandard_3.inc.php, 1.6 class.uiworkorder.inc.php, 1.8 class.uiXport.inc.php, 1.9 class.uiwo_hour.inc.php, 1.9 class.uitenant_claim.inc.php, 1.5 class.uistandard_entity.inc.php, 1.6 class.uitemplate.inc.php, 1.6 class.uilocation.inc.php, 1.8 class.uitts.inc.php, 1.13 class.uiinvoice.inc.php, 1.15 class.uiagreement.inc.php, 1.8 class.uiasync.inc.php, 1.7 class.uiadmin_location.inc.php, 1.6 class.uiadmin_entity.inc.php, 1.7 class.uiactor.inc.php, 1.9 class.uiadmin.inc.php, 1.7 class.uib_account.inc.php, 1.7 class.uialarm.inc.php, 1.7 class.uientity.inc.php, 1.9 class.uicategory.inc.php, 1.6 class.uiinvestment.inc.php, 1.6 class.uidrawing.inc.php, 1.6 class.uigab.inc.php, 1.8 class.uidocument.inc.php, 1.6 class.uicustom.inc.php, 1.6
Date: Thu, 5 May 2005 17:01:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uiproject.inc.php lines: +6 -6
            class.uirequest.inc.php lines: +6 -6
            class.uis_agreement.inc.php lines: +10 -10
            class.uipricebook.inc.php lines: +9 -9
            class.uip_of_town.inc.php lines: +5 -5
            class.uilookup.inc.php lines: +8 -8
            class.uimeter.inc.php lines: +5 -5
            class.uistandard_2.inc.php lines: +4 -4
            class.uistandard_3.inc.php lines: +4 -4
            class.uiworkorder.inc.php lines: +6 -6
            class.uiXport.inc.php lines: +5 -5
            class.uiwo_hour.inc.php lines: +10 -10
            class.uitenant_claim.inc.php lines: +5 -5
            class.uistandard_entity.inc.php lines: +6 -6
            class.uitemplate.inc.php lines: +6 -6
            class.uilocation.inc.php lines: +8 -8
            class.uitts.inc.php lines: +4 -4
            class.uiinvoice.inc.php lines: +10 -10
            class.uiagreement.inc.php lines: +11 -11
            class.uiasync.inc.php lines: +4 -4
            class.uiadmin_location.inc.php lines: +8 -8
            class.uiadmin_entity.inc.php lines: +10 -10
            class.uiactor.inc.php lines: +8 -8
            class.uiadmin.inc.php lines: +5 -5
            class.uib_account.inc.php lines: +4 -4
            class.uialarm.inc.php lines: +5 -5
            class.uientity.inc.php lines: +7 -7
            class.uicategory.inc.php lines: +4 -4
            class.uiinvestment.inc.php lines: +5 -5
            class.uidrawing.inc.php lines: +5 -5
            class.uigab.inc.php lines: +6 -6
            class.uidocument.inc.php lines: +6 -6
            class.uicustom.inc.php lines: +5 -5

Log Message:
no message

====================================================
Index: property/inc/class.uiproject.inc.php
diff -u property/inc/class.uiproject.inc.php:1.14 
property/inc/class.uiproject.inc.php:1.15
--- property/inc/class.uiproject.inc.php:1.14   Thu Apr 14 14:48:39 2005
+++ property/inc/class.uiproject.inc.php        Thu May  5 15:01:20 2005
@@ -465,7 +465,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_project' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -521,7 +521,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('date_search' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit()
@@ -1112,7 +1112,7 @@
                        $appname                = lang('project');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -1155,7 +1155,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1357,7 +1357,7 @@
                        $appname                = lang('project');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uirequest.inc.php
diff -u property/inc/class.uirequest.inc.php:1.10 
property/inc/class.uirequest.inc.php:1.11
--- property/inc/class.uirequest.inc.php:1.10   Tue Mar  1 15:47:48 2005
+++ property/inc/class.uirequest.inc.php        Thu May  5 15:01:20 2005
@@ -424,7 +424,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -477,7 +477,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('priority_key' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1006,7 +1006,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -1048,7 +1048,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1303,7 +1303,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.16 
property/inc/class.uis_agreement.inc.php:1.17
--- property/inc/class.uis_agreement.inc.php:1.16       Wed Mar 16 12:24:07 2005
+++ property/inc/class.uis_agreement.inc.php    Thu May  5 15:01:21 2005
@@ -149,7 +149,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_file()
@@ -395,7 +395,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . lang('list ' . $this->role);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function list_content($list,$uicols,$edit_item='',$view_only='')
@@ -887,7 +887,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . ($id?lang('edit') . ' ' . 
lang($this->role):lang('add') . ' ' . lang($this->role));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function excel()
@@ -1178,7 +1178,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . ($values['id']?lang('edit item') . ' ' . 
$s_agreement['name']:lang('add item') . ' ' . $s_agreement['name']);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_item' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_item()
@@ -1262,7 +1262,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . lang('view item') . ' ' . 
$s_agreement['name'];

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view_item' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1314,7 +1314,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1456,7 +1456,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . lang('view');

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1589,7 +1589,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        //$this->save_sessiondata();
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_attrib()
@@ -1765,7 +1765,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>
\ No newline at end of file

====================================================
Index: property/inc/class.uipricebook.inc.php
diff -u property/inc/class.uipricebook.inc.php:1.8 
property/inc/class.uipricebook.inc.php:1.9
--- property/inc/class.uipricebook.inc.php:1.8  Wed Mar 16 12:11:00 2005
+++ property/inc/class.uipricebook.inc.php      Thu May  5 15:01:19 2005
@@ -320,7 +320,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -439,7 +439,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -569,7 +569,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -791,7 +791,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -965,7 +965,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1103,7 +1103,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1265,7 +1265,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -1368,7 +1368,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uip_of_town.inc.php
diff -u property/inc/class.uip_of_town.inc.php:1.5 
property/inc/class.uip_of_town.inc.php:1.6
--- property/inc/class.uip_of_town.inc.php:1.5  Thu Jan 13 16:52:48 2005
+++ property/inc/class.uip_of_town.inc.php      Thu May  5 15:01:19 2005
@@ -215,7 +215,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -303,7 +303,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -342,7 +342,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -369,7 +369,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uilookup.inc.php
diff -u property/inc/class.uilookup.inc.php:1.8 
property/inc/class.uilookup.inc.php:1.9
--- property/inc/class.uilookup.inc.php:1.8     Thu Jan 13 16:52:48 2005
+++ property/inc/class.uilookup.inc.php Thu May  5 15:01:19 2005
@@ -209,7 +209,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_contact' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -336,7 +336,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_vendor' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -427,7 +427,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_b_account' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -522,7 +522,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_street' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -624,7 +624,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_tenant' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -713,7 +713,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_ns3420' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -902,7 +902,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_entity' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }


====================================================
Index: property/inc/class.uimeter.inc.php
diff -u property/inc/class.uimeter.inc.php:1.5 
property/inc/class.uimeter.inc.php:1.6
--- property/inc/class.uimeter.inc.php:1.5      Thu Jan 13 16:52:48 2005
+++ property/inc/class.uimeter.inc.php  Thu May  5 15:01:19 2005
@@ -307,7 +307,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -479,7 +479,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -521,7 +521,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -585,7 +585,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uistandard_2.inc.php
diff -u property/inc/class.uistandard_2.inc.php:1.5 
property/inc/class.uistandard_2.inc.php:1.6
--- property/inc/class.uistandard_2.inc.php:1.5 Thu Jan 13 16:52:48 2005
+++ property/inc/class.uistandard_2.inc.php     Thu May  5 15:01:21 2005
@@ -164,7 +164,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -240,7 +240,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -279,7 +279,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uistandard_3.inc.php
diff -u property/inc/class.uistandard_3.inc.php:1.5 
property/inc/class.uistandard_3.inc.php:1.6
--- property/inc/class.uistandard_3.inc.php:1.5 Thu Jan 13 16:52:48 2005
+++ property/inc/class.uistandard_3.inc.php     Thu May  5 15:01:21 2005
@@ -164,7 +164,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -239,7 +239,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -278,7 +278,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uiworkorder.inc.php
diff -u property/inc/class.uiworkorder.inc.php:1.7 
property/inc/class.uiworkorder.inc.php:1.8
--- property/inc/class.uiworkorder.inc.php:1.7  Fri Apr 15 08:30:41 2005
+++ property/inc/class.uiworkorder.inc.php      Thu May  5 15:01:21 2005
@@ -470,7 +470,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_workorder' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -885,7 +885,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function add()
@@ -924,7 +924,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add' 
=> $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -965,7 +965,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1137,7 +1137,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uiXport.inc.php
diff -u property/inc/class.uiXport.inc.php:1.8 
property/inc/class.uiXport.inc.php:1.9
--- property/inc/class.uiXport.inc.php:1.8      Thu Jan 13 16:52:48 2005
+++ property/inc/class.uiXport.inc.php  Thu May  5 15:01:21 2005
@@ -394,7 +394,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('import' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function debug_import($buffer='',$invoice_common='')
@@ -506,7 +506,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('debug' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function export()
@@ -590,7 +590,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('export' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function rollback()
@@ -691,7 +691,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('rollback' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uiwo_hour.inc.php
diff -u property/inc/class.uiwo_hour.inc.php:1.8 
property/inc/class.uiwo_hour.inc.php:1.9
--- property/inc/class.uiwo_hour.inc.php:1.8    Mon Mar  7 09:54:58 2005
+++ property/inc/class.uiwo_hour.inc.php        Thu May  5 15:01:21 2005
@@ -177,7 +177,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_deviation' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_deviation()
@@ -278,7 +278,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_deviation' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function common_data($workorder_id,$view='')
@@ -497,7 +497,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add_template' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function index()
@@ -584,7 +584,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_hour' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -856,7 +856,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();

                        $this->save_sessiondata();
                }
@@ -1189,7 +1189,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('prizebook' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1420,7 +1420,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_template_hour' => 
$data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1594,7 +1594,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_hour' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -1672,7 +1672,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uitenant_claim.inc.php
diff -u property/inc/class.uitenant_claim.inc.php:1.4 
property/inc/class.uitenant_claim.inc.php:1.5
--- property/inc/class.uitenant_claim.inc.php:1.4       Wed Apr 27 13:01:21 2005
+++ property/inc/class.uitenant_claim.inc.php   Thu May  5 15:01:21 2005
@@ -289,7 +289,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Tenant claim') . ': ' . lang('list claim');

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -592,7 +592,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Tenant claim') . ': ' . ($claim_id?lang('edit claim'):lang('add claim'));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -639,7 +639,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -839,7 +839,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('Tenant claim') . ': ' . ($claim_id?lang('edit claim'):lang('add claim'));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }



====================================================
Index: property/inc/class.uistandard_entity.inc.php
diff -u property/inc/class.uistandard_entity.inc.php:1.5 
property/inc/class.uistandard_entity.inc.php:1.6
--- property/inc/class.uistandard_entity.inc.php:1.5    Thu Jan 13 16:52:48 2005
+++ property/inc/class.uistandard_entity.inc.php        Thu May  5 15:01:21 2005
@@ -176,7 +176,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -266,7 +266,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -316,7 +316,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -411,7 +411,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -521,7 +521,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uitemplate.inc.php
diff -u property/inc/class.uitemplate.inc.php:1.5 
property/inc/class.uitemplate.inc.php:1.6
--- property/inc/class.uitemplate.inc.php:1.5   Thu Jan 13 16:52:48 2005
+++ property/inc/class.uitemplate.inc.php       Thu May  5 15:01:21 2005
@@ -242,7 +242,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -458,7 +458,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_template_hour' => 
$data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -544,7 +544,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_template' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_hour()
@@ -699,7 +699,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_hour' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -736,7 +736,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uilocation.inc.php
diff -u property/inc/class.uilocation.inc.php:1.7 
property/inc/class.uilocation.inc.php:1.8
--- property/inc/class.uilocation.inc.php:1.7   Thu Jan 13 16:52:48 2005
+++ property/inc/class.uilocation.inc.php       Thu May  5 15:01:18 2005
@@ -476,7 +476,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();

                }
@@ -926,7 +926,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -972,7 +972,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1261,7 +1261,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function update_cat()
@@ -1306,7 +1306,7 @@
                        $function_msg   = lang('Update the not active category 
for locations');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('update_cat' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function stop()
@@ -1333,7 +1333,7 @@
                        $appname                = lang('Access error');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' : ' . $appname;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('stop' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function summary()
@@ -1425,7 +1425,7 @@
                        $appname                = lang('Summary');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' : ' . $appname;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('summary' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uitts.inc.php
diff -u property/inc/class.uitts.inc.php:1.12 
property/inc/class.uitts.inc.php:1.13
--- property/inc/class.uitts.inc.php:1.12       Fri Apr  8 10:49:20 2005
+++ property/inc/class.uitts.inc.php    Thu May  5 15:01:21 2005
@@ -508,7 +508,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -726,7 +726,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add' 
=> $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1048,7 +1048,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uiinvoice.inc.php
diff -u property/inc/class.uiinvoice.inc.php:1.14 
property/inc/class.uiinvoice.inc.php:1.15
--- property/inc/class.uiinvoice.inc.php:1.14   Thu Apr 14 14:48:39 2005
+++ property/inc/class.uiinvoice.inc.php        Thu May  5 15:01:18 2005
@@ -340,7 +340,7 @@
                                $data['table_header_list_voucher_paid'] = 
$table_header;
                                $data['values_list_voucher_paid']               
= $content;
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher_paid' => 
$data));
-                               $GLOBALS['phpgw']->xslttpl->pp();
+                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        else
                        {
@@ -362,7 +362,7 @@
                                $data['table_add_invoice']                      
        = $table_add;

                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher' => $data));
-                               $GLOBALS['phpgw']->xslttpl->pp();
+                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        $this->save_sessiondata();

@@ -560,7 +560,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_invoice_sub' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -604,7 +604,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_period' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function remark()
@@ -627,7 +627,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('remark' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function consume()
@@ -793,7 +793,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('consume' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();

                        $this->save_sessiondata();
                }
@@ -837,7 +837,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function add()
@@ -1155,7 +1155,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add' 
=> $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function debug($values)
@@ -1292,7 +1292,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('debug' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_order()

====================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.7 
property/inc/class.uiagreement.inc.php:1.8
--- property/inc/class.uiagreement.inc.php:1.7  Wed Mar 16 12:11:00 2005
+++ property/inc/class.uiagreement.inc.php      Thu May  5 15:01:17 2005
@@ -149,7 +149,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_file()
@@ -395,7 +395,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('agreement') . ': ' . lang('list ' . $this->role);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function list_content($list,$uicols,$edit_item='',$view_only='')
@@ -561,7 +561,7 @@
 //_debug_array($data);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add_activity' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit()
@@ -1064,7 +1064,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('agreement') . ': ' . ($id?lang('edit') . ' ' . 
lang($this->role):lang('add') . ' ' . lang($this->role));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function excel()
@@ -1332,7 +1332,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('agreement') . ': ' . ($values['id']?lang('edit item') . ' ' . 
$agreement['name']:lang('add item') . ' ' . $agreement['name']);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_item' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_item()
@@ -1406,7 +1406,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('agreement') . ': ' . lang('view item') . ' ' . $agreement['name'];

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view_item' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1458,7 +1458,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1619,7 +1619,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('agreement') . ': ' . lang('view');

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1752,7 +1752,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        //$this->save_sessiondata();
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_attrib()
@@ -1927,7 +1927,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>
\ No newline at end of file

====================================================
Index: property/inc/class.uiasync.inc.php
diff -u property/inc/class.uiasync.inc.php:1.6 
property/inc/class.uiasync.inc.php:1.7
--- property/inc/class.uiasync.inc.php:1.6      Thu Jan 13 16:52:48 2005
+++ property/inc/class.uiasync.inc.php  Thu May  5 15:01:17 2005
@@ -177,7 +177,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -279,7 +279,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -316,7 +316,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uiadmin_location.inc.php
diff -u property/inc/class.uiadmin_location.inc.php:1.5 
property/inc/class.uiadmin_location.inc.php:1.6
--- property/inc/class.uiadmin_location.inc.php:1.5     Thu Jan 13 16:52:48 2005
+++ property/inc/class.uiadmin_location.inc.php Thu May  5 15:01:17 2005
@@ -182,7 +182,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -273,7 +273,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -321,7 +321,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -453,7 +453,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -638,7 +638,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function config()
@@ -727,7 +727,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_config' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -788,7 +788,7 @@
 //_debug_array($data);
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_config' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }



====================================================
Index: property/inc/class.uiadmin_entity.inc.php
diff -u property/inc/class.uiadmin_entity.inc.php:1.6 
property/inc/class.uiadmin_entity.inc.php:1.7
--- property/inc/class.uiadmin_entity.inc.php:1.6       Tue Feb  1 11:35:09 2005
+++ property/inc/class.uiadmin_entity.inc.php   Thu May  5 15:01:17 2005
@@ -201,7 +201,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -319,7 +319,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_status' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -454,7 +454,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_category' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -581,7 +581,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_status()
@@ -672,7 +672,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_status' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_category()
@@ -792,7 +792,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -869,7 +869,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -1015,7 +1015,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1213,7 +1213,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uiactor.inc.php
diff -u property/inc/class.uiactor.inc.php:1.8 
property/inc/class.uiactor.inc.php:1.9
--- property/inc/class.uiactor.inc.php:1.8      Thu Apr 28 11:08:16 2005
+++ property/inc/class.uiactor.inc.php  Thu May  5 15:01:15 2005
@@ -157,7 +157,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -363,7 +363,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('actor') . ': ' . lang('list ' . $this->role);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit()
@@ -515,7 +515,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('actor') . ': ' . ($actor_id?lang('edit') . ' ' . 
lang($this->role):lang('add') . ' ' . lang($this->role));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -567,7 +567,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -616,7 +616,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function list_attribute()
@@ -748,7 +748,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        //$this->save_sessiondata();
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_attribute' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit_attrib()
@@ -924,7 +924,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>
\ No newline at end of file

====================================================
Index: property/inc/class.uiadmin.inc.php
diff -u property/inc/class.uiadmin.inc.php:1.6 
property/inc/class.uiadmin.inc.php:1.7
--- property/inc/class.uiadmin.inc.php:1.6      Thu Jan 13 16:52:48 2005
+++ property/inc/class.uiadmin.inc.php  Thu May  5 15:01:17 2005
@@ -266,7 +266,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg . ': ' . 
$owner_name;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_permission' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();

                }
@@ -529,7 +529,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_permission' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -592,7 +592,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_id' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -691,7 +691,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('contact_info' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }


====================================================
Index: property/inc/class.uib_account.inc.php
diff -u property/inc/class.uib_account.inc.php:1.6 
property/inc/class.uib_account.inc.php:1.7
--- property/inc/class.uib_account.inc.php:1.6  Thu Jan 13 16:52:48 2005
+++ property/inc/class.uib_account.inc.php      Thu May  5 15:01:17 2005
@@ -190,7 +190,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -281,7 +281,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -323,7 +323,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uialarm.inc.php
diff -u property/inc/class.uialarm.inc.php:1.6 
property/inc/class.uialarm.inc.php:1.7
--- property/inc/class.uialarm.inc.php:1.6      Thu Jan 13 16:52:48 2005
+++ property/inc/class.uialarm.inc.php  Thu May  5 15:01:17 2005
@@ -282,7 +282,7 @@
 //_debug_array($data);

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit()
@@ -404,7 +404,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('async') . ': ' . ($async_id?lang('edit timer'):lang('add timer'));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -448,7 +448,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -477,7 +477,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uientity.inc.php
diff -u property/inc/class.uientity.inc.php:1.8 
property/inc/class.uientity.inc.php:1.9
--- property/inc/class.uientity.inc.php:1.8     Tue Mar  1 15:04:27 2005
+++ property/inc/class.uientity.inc.php Thu May  5 15:01:17 2005
@@ -212,7 +212,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view_file()
@@ -504,12 +504,12 @@

                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname;
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('empty' => $data));
-                               $GLOBALS['phpgw']->xslttpl->pp();
+                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        else
                        {
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                               $GLOBALS['phpgw']->xslttpl->pp();
+                       //      $GLOBALS['phpgw']->xslttpl->pp();
                                $this->save_sessiondata();
                        }
                }
@@ -947,7 +947,7 @@
 //_debug_array($attributes_values);
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -991,7 +991,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1171,7 +1171,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uicategory.inc.php
diff -u property/inc/class.uicategory.inc.php:1.5 
property/inc/class.uicategory.inc.php:1.6
--- property/inc/class.uicategory.inc.php:1.5   Thu Jan 13 16:52:48 2005
+++ property/inc/class.uicategory.inc.php       Thu May  5 15:01:17 2005
@@ -167,7 +167,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -251,7 +251,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -292,7 +292,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uiinvestment.inc.php
diff -u property/inc/class.uiinvestment.inc.php:1.5 
property/inc/class.uiinvestment.inc.php:1.6
--- property/inc/class.uiinvestment.inc.php:1.5 Thu Jan 13 16:52:48 2005
+++ property/inc/class.uiinvestment.inc.php     Thu May  5 15:01:18 2005
@@ -290,7 +290,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -475,7 +475,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('history' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
 //                     $this->save_sessiondata();
                }

@@ -646,7 +646,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add' 
=> $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -692,7 +692,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

        }

====================================================
Index: property/inc/class.uidrawing.inc.php
diff -u property/inc/class.uidrawing.inc.php:1.5 
property/inc/class.uidrawing.inc.php:1.6
--- property/inc/class.uidrawing.inc.php:1.5    Thu Jan 13 16:52:48 2005
+++ property/inc/class.uidrawing.inc.php        Thu May  5 15:01:17 2005
@@ -367,7 +367,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_drawing' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -673,7 +673,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -715,7 +715,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -876,7 +876,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }



====================================================
Index: property/inc/class.uigab.inc.php
diff -u property/inc/class.uigab.inc.php:1.7 
property/inc/class.uigab.inc.php:1.8
--- property/inc/class.uigab.inc.php:1.7        Thu Jan 13 16:52:48 2005
+++ property/inc/class.uigab.inc.php    Thu May  5 15:01:18 2005
@@ -303,7 +303,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_gab' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -530,7 +530,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_gab_detail' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -707,7 +707,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -751,7 +751,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -823,7 +823,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>

====================================================
Index: property/inc/class.uidocument.inc.php
diff -u property/inc/class.uidocument.inc.php:1.5 
property/inc/class.uidocument.inc.php:1.6
--- property/inc/class.uidocument.inc.php:1.5   Thu Jan 13 16:52:48 2005
+++ property/inc/class.uidocument.inc.php       Thu May  5 15:01:17 2005
@@ -341,7 +341,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg . ' - ' . 
$appname_sub;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -606,7 +606,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg . ' - ' . 
$appname_sub;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_document' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }

@@ -1007,7 +1007,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function delete()
@@ -1053,7 +1053,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function view()
@@ -1194,7 +1194,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }



====================================================
Index: property/inc/class.uicustom.inc.php
diff -u property/inc/class.uicustom.inc.php:1.5 
property/inc/class.uicustom.inc.php:1.6
--- property/inc/class.uicustom.inc.php:1.5     Thu Jan 13 16:52:48 2005
+++ property/inc/class.uicustom.inc.php Thu May  5 15:01:17 2005
@@ -293,7 +293,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('custom') . ': ' . lang('list custom');

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function edit()
@@ -415,7 +415,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('custom') . ': ' . ($custom_id?lang('edit custom'):lang('add custom'));

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -454,7 +454,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();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }


@@ -557,7 +557,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
-                       $GLOBALS['phpgw']->xslttpl->pp();
+               //      $GLOBALS['phpgw']->xslttpl->pp();
                }

                function excel()






reply via email to

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