phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uiadmin.inc.php,1.6,1.7 class


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uiadmin.inc.php,1.6,1.7 class.uiapartment.inc.php,1.4,1.5 class.uibuilding.inc.php,1.12,1.13 class.uidrawing.inc.php,1.6,1.7 class.uientrance.inc.php,1.5,1.6class.uiequipment.inc.php,1.13,1.14 class.uiinvestment.inc.php,1.12,1.13 class.uiinvoice.inc.php,1.16,1.17 class.uilookup.inc.php,1.13,1.14 class.uimeter.inc.php,1.2,1.3 class.uipricebook.inc.php,1.6,1.7 class.uiproject.inc.php,1.12,1.13 class.uiproperty.inc.php,1.16,1.17 class.uirequest.inc.php,1.4,1.5 class.uistandard_2.inc.php,1.6,1.7class.uistandard_3.inc.php,1.5,1.6 class.uistandard_entity.inc.php,1.8,1.9 class.uitemplate.inc.php,1.2,1.3 class.uitts.inc.php,1.18,1.19 class.uiwo_hour.inc.php,1.13,1.14 class.uiworkorder.inc.php,1.13,1.14 class.uiXport.inc.php,1.18,1.19
Date: Thu, 24 Apr 2003 03:41:04 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv3089/inc

Modified Files:
        class.uiadmin.inc.php class.uiapartment.inc.php 
        class.uibuilding.inc.php class.uidrawing.inc.php 
        class.uientrance.inc.php class.uiequipment.inc.php 
        class.uiinvestment.inc.php class.uiinvoice.inc.php 
        class.uilookup.inc.php class.uimeter.inc.php 
        class.uipricebook.inc.php class.uiproject.inc.php 
        class.uiproperty.inc.php class.uirequest.inc.php 
        class.uistandard_2.inc.php class.uistandard_3.inc.php 
        class.uistandard_entity.inc.php class.uitemplate.inc.php 
        class.uitts.inc.php class.uiwo_hour.inc.php 
        class.uiworkorder.inc.php class.uiXport.inc.php 
Log Message:
no message

Index: class.uiadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiadmin.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uiadmin.inc.php       23 Apr 2003 07:21:34 -0000      1.6
--- class.uiadmin.inc.php       24 Apr 2003 07:41:01 -0000      1.7
***************
*** 29,32 ****
--- 29,33 ----
                function uiadmin()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiapartment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiapartment.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uiapartment.inc.php   23 Apr 2003 07:21:34 -0000      1.4
--- class.uiapartment.inc.php   24 Apr 2003 07:41:01 -0000      1.5
***************
*** 28,31 ****
--- 28,32 ----
                function uiapartment()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uibuilding.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uibuilding.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uibuilding.inc.php    23 Apr 2003 07:21:34 -0000      1.12
--- class.uibuilding.inc.php    24 Apr 2003 07:41:01 -0000      1.13
***************
*** 30,33 ****
--- 30,34 ----
                function uibuilding()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uidrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uidrawing.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uidrawing.inc.php     23 Apr 2003 10:58:57 -0000      1.6
--- class.uidrawing.inc.php     24 Apr 2003 07:41:01 -0000      1.7
***************
*** 30,37 ****
                function uidrawing()
                {
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];
! 
                        $this->grants                           = 
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
                        $this->grants[$this->account] = PHPGW_ACL_READ + 
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
--- 30,39 ----
                function uidrawing()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];
!                       $GLOBALS['phpgw_info']['flags']['headonly'] = True;
! //$GLOBALS['phpgw_info']['flags']['noheader'] = True;
                        $this->grants                           = 
$GLOBALS['phpgw']->acl->get_grants($this->currentapp);
                        $this->grants[$this->account] = PHPGW_ACL_READ + 
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
***************
*** 71,75 ****
                function index()
                {
! //                    define('PHPGW_FOOTER_RAN',True);
  
  
--- 73,77 ----
                function index()
                {
!                       define('PHPGW_FOOTER_RAN',True);
  
  
***************
*** 279,287 ****
                {
  //                    define('PHPGW_FOOTER_RAN',True);
!                       $GLOBALS['phpgw']->common->stop_xslt_capture();
!                       $GLOBALS['phpgw_info']['flags']['noheader']=true;
!                       $GLOBALS['phpgw_info']['flags']['nonavbar']=true;
!                       $GLOBALS['phpgw_info']['flags']['xslt_app']=false;
  //_debug_array($GLOBALS['phpgw_info']['flags']);
                        $drawing_id             = 
get_var('drawing_id',array('POST','GET'));
                        $values = $this->bo->read_single($drawing_id);
--- 281,291 ----
                {
  //                    define('PHPGW_FOOTER_RAN',True);
! //                    $GLOBALS['phpgw']->common->stop_xslt_capture();
! //                    $GLOBALS['phpgw_info']['flags']['noheader']=true;
! //                    $GLOBALS['phpgw_info']['flags']['nonavbar']=true;
! //                    $GLOBALS['phpgw_info']['flags']['xslt_app']=false;
!                       $GLOBALS['phpgw_info']['flags']['headonly'] = True;
  //_debug_array($GLOBALS['phpgw_info']['flags']);
+ 
                        $drawing_id             = 
get_var('drawing_id',array('POST','GET'));
                        $values = $this->bo->read_single($drawing_id);

Index: class.uientrance.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uientrance.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uientrance.inc.php    23 Apr 2003 07:21:34 -0000      1.5
--- class.uientrance.inc.php    24 Apr 2003 07:41:01 -0000      1.6
***************
*** 28,31 ****
--- 28,32 ----
                function uientrance()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiequipment.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uiequipment.inc.php   23 Apr 2003 07:21:34 -0000      1.13
--- class.uiequipment.inc.php   24 Apr 2003 07:41:01 -0000      1.14
***************
*** 30,33 ****
--- 30,34 ----
                function uiequipment()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiinvestment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvestment.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uiinvestment.inc.php  23 Apr 2003 07:21:34 -0000      1.12
--- class.uiinvestment.inc.php  24 Apr 2003 07:41:01 -0000      1.13
***************
*** 30,33 ****
--- 30,34 ----
                function uiinvestment()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uiinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvoice.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uiinvoice.inc.php     23 Apr 2003 07:21:34 -0000      1.16
--- class.uiinvoice.inc.php     24 Apr 2003 07:41:01 -0000      1.17
***************
*** 31,34 ****
--- 31,35 ----
                function uiinvoice()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uilookup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uilookup.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uilookup.inc.php      23 Apr 2003 07:21:34 -0000      1.13
--- class.uilookup.inc.php      24 Apr 2003 07:41:01 -0000      1.14
***************
*** 33,36 ****
--- 33,37 ----
                function uilookup()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uimeter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uimeter.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.uimeter.inc.php       23 Apr 2003 07:21:34 -0000      1.2
--- class.uimeter.inc.php       24 Apr 2003 07:41:01 -0000      1.3
***************
*** 30,33 ****
--- 30,34 ----
                function uimeter()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uipricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uipricebook.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uipricebook.inc.php   23 Apr 2003 07:21:34 -0000      1.6
--- class.uipricebook.inc.php   24 Apr 2003 07:41:01 -0000      1.7
***************
*** 34,37 ****
--- 34,38 ----
                function uipricebook()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uiproject.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproject.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uiproject.inc.php     23 Apr 2003 07:21:34 -0000      1.12
--- class.uiproject.inc.php     24 Apr 2003 07:41:01 -0000      1.13
***************
*** 30,33 ****
--- 30,34 ----
                function uiproject()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiproperty.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproperty.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uiproperty.inc.php    23 Apr 2003 07:21:34 -0000      1.16
--- class.uiproperty.inc.php    24 Apr 2003 07:41:01 -0000      1.17
***************
*** 31,34 ****
--- 31,35 ----
                function uiproperty()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uirequest.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uirequest.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uirequest.inc.php     23 Apr 2003 07:21:34 -0000      1.4
--- class.uirequest.inc.php     24 Apr 2003 07:41:01 -0000      1.5
***************
*** 31,34 ****
--- 31,35 ----
                function uirequest()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uistandard_2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_2.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uistandard_2.inc.php  23 Apr 2003 07:21:34 -0000      1.6
--- class.uistandard_2.inc.php  24 Apr 2003 07:41:01 -0000      1.7
***************
*** 27,30 ****
--- 27,31 ----
                function uistandard_2()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uistandard_3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_3.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uistandard_3.inc.php  23 Apr 2003 07:21:34 -0000      1.5
--- class.uistandard_3.inc.php  24 Apr 2003 07:41:01 -0000      1.6
***************
*** 27,30 ****
--- 27,31 ----
                function uistandard_3()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uistandard_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_entity.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.uistandard_entity.inc.php     23 Apr 2003 07:21:34 -0000      1.8
--- class.uistandard_entity.inc.php     24 Apr 2003 07:41:01 -0000      1.9
***************
*** 29,32 ****
--- 29,33 ----
                function uistandard_entity()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uitemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitemplate.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.uitemplate.inc.php    23 Apr 2003 07:21:34 -0000      1.2
--- class.uitemplate.inc.php    24 Apr 2003 07:41:01 -0000      1.3
***************
*** 30,33 ****
--- 30,34 ----
                function uitemplate()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uitts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitts.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uitts.inc.php 23 Apr 2003 15:21:20 -0000      1.18
--- class.uitts.inc.php 24 Apr 2003 07:41:01 -0000      1.19
***************
*** 30,33 ****
--- 30,34 ----
                function uitts()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cats                                     = 
CreateObject('phpgwapi.categories');

Index: class.uiwo_hour.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiwo_hour.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uiwo_hour.inc.php     23 Apr 2003 07:21:34 -0000      1.13
--- class.uiwo_hour.inc.php     24 Apr 2003 07:41:01 -0000      1.14
***************
*** 37,40 ****
--- 37,41 ----
                function uiwo_hour()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiworkorder.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiworkorder.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uiworkorder.inc.php   23 Apr 2003 07:21:34 -0000      1.13
--- class.uiworkorder.inc.php   24 Apr 2003 07:41:01 -0000      1.14
***************
*** 31,34 ****
--- 31,35 ----
                function uiworkorder()
                {
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiXport.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uiXport.inc.php       23 Apr 2003 15:07:17 -0000      1.18
--- class.uiXport.inc.php       24 Apr 2003 07:41:01 -0000      1.19
***************
*** 24,27 ****
--- 24,28 ----
                {
  
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
                        $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->cat      = CreateObject('phpgwapi.categories');





reply via email to

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