phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.2 
property/inc/class.uiagreement.inc.php:1.3
--- property/inc/class.uiagreement.inc.php:1.2  Fri Oct 22 13:59:42 2004
+++ property/inc/class.uiagreement.inc.php      Sat Oct 23 08:55:46 2004
@@ -141,6 +141,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
$function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('columns' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function view_file()
@@ -387,6 +388,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();
                }
 
                function list_content($list,$uicols,$edit_item='',$view_only='')
@@ -552,6 +554,7 @@
 //_debug_array($data);
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('add_activity' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function edit()
@@ -1054,6 +1057,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();
                }
 
                function excel()
@@ -1322,6 +1326,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service 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();
                }
 
                function view_item()
@@ -1395,6 +1400,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('service agreement') . ': ' . lang('view item') . ' ' . $agreement['name'];
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view_item' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
 
@@ -1446,6 +1452,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();
                }
 
 
@@ -1606,6 +1613,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();
                }
 
 
@@ -1738,6 +1746,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();
                }
 
                function edit_attrib()
@@ -1912,6 +1921,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]