phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uientity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uientity.inc.php
Date: Wed, 28 Mar 2007 08:05:46 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/03/28 08:05:46

Modified files:
        inc            : class.uientity.inc.php 

Log message:
        tuning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uientity.inc.php?cvsroot=phpgroupware&r1=1.41&r2=1.42

Patches:
Index: class.uientity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uientity.inc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- class.uientity.inc.php      14 Feb 2007 14:22:22 -0000      1.41
+++ class.uientity.inc.php      28 Mar 2007 08:05:46 -0000      1.42
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.uientity.inc.php,v 1.41 2007/02/14 14:22:22 
sigurdne Exp $
+       * @version $Id: class.uientity.inc.php,v 1.42 2007/03/28 08:05:46 
sigurdne Exp $
        */
 
        /**
@@ -542,7 +542,6 @@
                                'lang_user_statustext'          => lang('Select 
the user. To do not use a category select NO USER'),
                                'select_user_name'                      => 
'filter',
                                'lang_no_user'                          => 
lang('No user'),
-                               'user_list'                                     
=> 
$this->bocommon->get_user_list_right2($group_filters,4,$this->filter,$this->acl_location,array('all'),$default='all'),
 
                                'lang_filter_statustext'                => 
lang('Select the filter. To show all entries select SHOW ALL'),
                                'lang_searchfield_statustext'   => lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again'),
@@ -554,7 +553,6 @@
                                'table_add'                                     
=> $table_add
                        );
 
-
                        if(!$this->entity_id || !$this->cat_id)
                        {
                                
$GLOBALS['phpgw']->xslttpl->add_file(array('cat_filter'));
@@ -563,12 +561,11 @@
 
                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname;
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('empty' => $data));
-                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        else
                        {
+                               $data['user_list']      = 
$this->bocommon->get_user_list_right2($group_filters,4,$this->filter,$this->acl_location,array('all'),$default='all');
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
-                       //      $GLOBALS['phpgw']->xslttpl->pp();
                                $this->save_sessiondata();
                        }
                }




reply via email to

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