phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uidrawing.inc.php,1.7,1.8 cla


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uidrawing.inc.php,1.7,1.8 class.uiinvoice.inc.php,1.17,1.18 class.uirequest.inc.php,1.5,1.6 class.uiwo_hour.inc.php,1.14,1.15 class.uiXport.inc.php,1.19,1.20
Date: Thu, 24 Apr 2003 06:42:12 -0400

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

Modified Files:
        class.uidrawing.inc.php class.uiinvoice.inc.php 
        class.uirequest.inc.php class.uiwo_hour.inc.php 
        class.uiXport.inc.php 
Log Message:
no message

Index: class.uidrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uidrawing.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uidrawing.inc.php     24 Apr 2003 07:41:01 -0000      1.7
--- class.uidrawing.inc.php     24 Apr 2003 10:42:08 -0000      1.8
***************
*** 34,38 ****
                        $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);
--- 34,38 ----
                        $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);
***************
*** 73,79 ****
                function index()
                {
-                       define('PHPGW_FOOTER_RAN',True);
- 
- 
  
                        $GLOBALS['phpgw']->xslttpl->add_file(array('drawing',
--- 73,76 ----
***************
*** 245,255 ****
                function create_home_dir()
                {
- 
- /* echo $this->vfs->file_exists(array(
-                                       'string' => $this->fakebase. SEP . 
'drawing',
-                                       'relatives' => Array(RELATIVE_NONE)
-                               ));
- */
- //$this->vfs->rm(array('string' => $this->fakebase. SEP . 
'drawing','relatives' => Array(RELATIVE_NONE)));
                        if(!$this->vfs->file_exists(array(
                                        'string' => $this->fakebase. SEP . 
'drawing',
--- 242,245 ----
***************
*** 280,290 ****
                function view_file($file_array='')
                {
! //                    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'));
--- 270,274 ----
                function view_file($file_array='')
                {
!                       define('PHPGW_FINAL',True);
  
                        $drawing_id             = 
get_var('drawing_id',array('POST','GET'));

Index: class.uiinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvoice.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.uiinvoice.inc.php     24 Apr 2003 07:41:01 -0000      1.17
--- class.uiinvoice.inc.php     24 Apr 2003 10:42:08 -0000      1.18
***************
*** 57,61 ****
  /*                    if(!$this->acl2->check('.invoice',1) && 
!$this->acl2->check('.invoice',2) && !$this->acl2->check('.invoice',4) && 
!$this->acl2->check('.invoice',8) && !$this->acl2->check('.invoice',16) )
                        {
!                               define('PHPGW_FOOTER_RAN',True);
  
                                echo '<br>You lack sufficient rights to enter 
this section<br>';
--- 57,61 ----
  /*                    if(!$this->acl2->check('.invoice',1) && 
!$this->acl2->check('.invoice',2) && !$this->acl2->check('.invoice',4) && 
!$this->acl2->check('.invoice',8) && !$this->acl2->check('.invoice',16) )
                        {
!                               define('PHPGW_FINAL',True);
  
                                echo '<br>You lack sufficient rights to enter 
this section<br>';

Index: class.uirequest.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uirequest.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uirequest.inc.php     24 Apr 2003 07:41:01 -0000      1.5
--- class.uirequest.inc.php     24 Apr 2003 10:42:08 -0000      1.6
***************
*** 257,260 ****
--- 257,261 ----
                function priority_key()
                {
+ 
                        $GLOBALS['phpgw']->xslttpl->add_file(array('request',
                                                                                
'headonly'));

Index: class.uiwo_hour.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiwo_hour.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uiwo_hour.inc.php     24 Apr 2003 07:41:01 -0000      1.14
--- class.uiwo_hour.inc.php     24 Apr 2003 10:42:08 -0000      1.15
***************
*** 618,622 ****
                function tender()
                {
!                       define('PHPGW_FOOTER_RAN',True);
  
                        $workorder_id = 
get_var('workorder_id',array('POST','GET'));
--- 618,622 ----
                function tender()
                {
!                       define('PHPGW_FINAL',True);
  
                        $workorder_id = 
get_var('workorder_id',array('POST','GET'));

Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiXport.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.uiXport.inc.php       24 Apr 2003 07:41:01 -0000      1.19
--- class.uiXport.inc.php       24 Apr 2003 10:42:08 -0000      1.20
***************
*** 499,503 ****
                                        if(!$values['download'])
                                        {
!                                               define('PHPGW_FOOTER_RAN',True);
                                                echo '<pre>' . 
$message[0]['msg'] . '</pre>';
                                                echo '&nbsp<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiXport.export')
 . '">' . lang('Back') . '</a>';
--- 499,503 ----
                                        if(!$values['download'])
                                        {
!                                               define('PHPGW_FINAL',True);
                                                echo '<pre>' . 
$message[0]['msg'] . '</pre>';
                                                echo '&nbsp<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiXport.export')
 . '">' . lang('Back') . '</a>';





reply via email to

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