fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8334] Property: nonavbar


From: Sigurd Nes
Subject: [Fmsystem-commits] [8334] Property: nonavbar
Date: Thu, 15 Dec 2011 17:52:33 +0000

Revision: 8334
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8334
Author:   sigurdne
Date:     2011-12-15 17:52:33 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Property: nonavbar

Modified Paths:
--------------
    trunk/property/inc/class.uientity.inc.php
    trunk/property/inc/class.uilocation.inc.php
    trunk/property/inc/class.uilookup.inc.php
    trunk/property/inc/class.uiproject.inc.php
    trunk/property/inc/class.uiworkorder.inc.php

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2011-12-15 17:51:58 UTC (rev 
8333)
+++ trunk/property/inc/class.uientity.inc.php   2011-12-15 17:52:33 UTC (rev 
8334)
@@ -64,7 +64,7 @@
 
                function property_uientity()
                {
-                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
+               //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
 
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];

Modified: trunk/property/inc/class.uilocation.inc.php
===================================================================
--- trunk/property/inc/class.uilocation.inc.php 2011-12-15 17:51:58 UTC (rev 
8333)
+++ trunk/property/inc/class.uilocation.inc.php 2011-12-15 17:52:33 UTC (rev 
8334)
@@ -63,7 +63,7 @@
 
                function __construct()
                {
-                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
+               //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::location';
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];

Modified: trunk/property/inc/class.uilookup.inc.php
===================================================================
--- trunk/property/inc/class.uilookup.inc.php   2011-12-15 17:51:58 UTC (rev 
8333)
+++ trunk/property/inc/class.uilookup.inc.php   2011-12-15 17:52:33 UTC (rev 
8334)
@@ -212,13 +212,13 @@
                                                                        
'onkeypress' => 'return pulsar(event)',
                                                                        
'tab_index' => 3
                                                                ),
-                                       /*                      array
+                                                               array
                                                                (
                                                                        'type'  
=> 'button',
                                                                        'id'    
=> 'btn_new',
                                                                        'value' 
=> lang('add'),
                                                                        
'tab_index' => 4
-                                                               ),*/
+                                                               ),
                                                        ),
                                                        'hidden_value' => array
                                                        (
@@ -285,8 +285,8 @@
                                        'text'                  => lang('add'),
                                        'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
                                        (
-                                               'menuaction'    => 
'addressbook.uiaddressbook.edit_person',
-                                               'noframe'               => true
+                                               'menuaction'    => 
'addressbook.uiaddressbook.add_person',
+                                               'nonavbar'              => true
                                        ))
                                );
 

Modified: trunk/property/inc/class.uiproject.inc.php
===================================================================
--- trunk/property/inc/class.uiproject.inc.php  2011-12-15 17:51:58 UTC (rev 
8333)
+++ trunk/property/inc/class.uiproject.inc.php  2011-12-15 17:52:33 UTC (rev 
8334)
@@ -63,7 +63,7 @@
 
                function property_uiproject()
                {
-                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
+               //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::project';
 

Modified: trunk/property/inc/class.uiworkorder.inc.php
===================================================================
--- trunk/property/inc/class.uiworkorder.inc.php        2011-12-15 17:51:58 UTC 
(rev 8333)
+++ trunk/property/inc/class.uiworkorder.inc.php        2011-12-15 17:52:33 UTC 
(rev 8334)
@@ -62,7 +62,7 @@
 
                function property_uiworkorder()
                {
-                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
+               //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::project::workorder';
 




reply via email to

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