phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uis_agreement.inc.php, 1.12


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.11 
property/inc/class.uis_agreement.inc.php:1.12
--- property/inc/class.uis_agreement.inc.php:1.11       Fri Oct 22 13:59:42 2004
+++ property/inc/class.uis_agreement.inc.php    Sat Oct 23 08:55:46 2004
@@ -140,6 +140,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()
@@ -386,6 +387,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='')
@@ -877,6 +879,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()
@@ -1167,6 +1170,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();
                }
 
                function view_item()
@@ -1250,6 +1254,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();
                }
 
 
@@ -1301,6 +1306,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();
                }
 
 
@@ -1439,6 +1445,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();
                }
 
 
@@ -1571,6 +1578,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()
@@ -1746,6 +1754,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]