phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uidrawing.inc.php, 1.3.2.6


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uidrawing.inc.php, 1.3.2.6
Date: Wed, 15 Dec 2004 14:25:25 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uidrawing.inc.php

date: 2004/12/15 13:25:25;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/inc/class.uidrawing.inc.php
diff -u property/inc/class.uidrawing.inc.php:1.3.2.5 
property/inc/class.uidrawing.inc.php:1.3.2.6
--- property/inc/class.uidrawing.inc.php:1.3.2.5        Thu Nov 18 22:12:08 2004
+++ property/inc/class.uidrawing.inc.php        Wed Dec 15 13:25:25 2004
@@ -351,7 +351,7 @@
                                'lang_user_statustext'                  => 
lang('Select the user the drawing belongs to. 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('filter',$this->filter),
+                               'user_list'                                     
        => 
$this->bocommon->get_user_list('filter',$this->filter,$extra=False,$default=False,$start=-1,$sort='ASC',$order='account_lastname',$query='',$offset=-1),
 
                                'lang_searchfield_statustext'   => lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again'),
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
@@ -654,7 +654,7 @@
                                'lang_user_statustext'                  => 
lang('Select the coordinator the drawing belongs to. To do not use a category 
select NO USER'),
                                'select_user_name'                              
=> 'values[coordinator]',
                                'lang_no_user'                                  
=> lang('Select coordinator'),
-                               'user_list'                                     
        => $this->bocommon->get_user_list('select',$values['coordinator']),
+                               'user_list'                                     
        => 
$this->bocommon->get_user_list('select',$values['coordinator'],$extra=False,$default=False,$start=-1,$sort='ASC',$order='account_lastname',$query='',$offset=-1),
 
                                'status_list'                                   
=> $this->bo->select_status_list('select',$values['status']),
                                'select_status_name'                    => 
'values[status]',
@@ -853,7 +853,7 @@
                                'lang_user_statustext'                  => 
lang('Select the coordinator the drawing belongs to. To do not use a category 
select NO USER'),
                                'select_user_name'                              
=> 'values[coordinator]',
                                'lang_no_user'                                  
=> lang('Select coordinator'),
-                               'user_list'                                     
        => $this->bocommon->get_user_list('select',$values['coordinator']),
+                               'user_list'                                     
        => 
$this->bocommon->get_user_list('select',$values['coordinator'],$extra=False,$default=False,$start=-1,$sort='ASC',$order='account_lastname',$query='',$offset=-1),
 
                                'status_list'                                   
=> $this->bo->select_status_list('select',$values['status']),
                                'select_status_name'                    => 
'values[status]',




reply via email to

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