phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sobuilding.inc.php,1.8,1.9 cl


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sobuilding.inc.php,1.8,1.9 class.sostandard_2.inc.php,1.10,1.11 class.uiadmin.inc.php,1.7,1.8 class.uiapartment.inc.php,1.5,1.6 class.uibuilding.inc.php,1.13,1.14 class.uidrawing.inc.php,1.9,1.10 class.uientrance.inc.php,1.6,1.7class.uiequipment.inc.php,1.14,1.15 class.uiinvoice.inc.php,1.18,1.19 class.uilookup.inc.php,1.14,1.15 class.uimeter.inc.php,1.3,1.4 class.uipricebook.inc.php,1.7,1.8 class.uiproject.inc.php,1.13,1.14 class.uiproperty.inc.php,1.17,1.18 class.uirequest.inc.php,1.6,1.7 class.uistandard_2.inc.php,1.7,1.8class.uistandard_3.inc.php,1.6,1.7 class.uistandard_entity.inc.php,1.9,1.10 class.uitemplate.inc.php,1.3,1.4 class.uitts.inc.php,1.19,1.20 class.uiwo_hour.inc.php,1.16,1.17class.uiworkorder.inc.php,1.14,1.15
Date: Fri, 25 Apr 2003 07:36:55 -0400

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

Modified Files:
        class.sobuilding.inc.php class.sostandard_2.inc.php 
        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.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 
Log Message:
no message

Index: class.sobuilding.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sobuilding.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.sobuilding.inc.php    4 Mar 2003 10:48:52 -0000       1.8
--- class.sobuilding.inc.php    25 Apr 2003 11:36:53 -0000      1.9
***************
*** 105,109 ****
                                $query = ereg_replace('"','',$query);
  
!                               $querymethod = " AND property_id LIKE 
'%$query%' or building_name LIKE '%$query%'";
                        }
  
--- 105,109 ----
                                $query = ereg_replace('"','',$query);
  
!                               $querymethod = " AND property_id LIKE 
'%$query%' or name LIKE '%$query%'";
                        }
  
***************
*** 126,130 ****
                                        'date'                  => 
$this->db->f('entry_date'),
                                        'cat_id'                => 
(int)$this->db->f('cat_id'),
!                                       'name'                  => 
stripslashes($this->db->f('building_name')),
                                        'grants'                => $ngrants
                                );
--- 126,130 ----
                                        'date'                  => 
$this->db->f('entry_date'),
                                        'cat_id'                => 
(int)$this->db->f('cat_id'),
!                                       'name'                  => 
stripslashes($this->db->f('name')),
                                        'grants'                => $ngrants
                                );
***************
*** 144,148 ****
                                $building['building_id']                = 
$this->db->f('building_id');
                                $building['owner']                              
= $this->db->f('owner');
!                               $building['name']                               
= stripslashes($this->db->f('building_name'));
                                $building['general_address']    = 
stripslashes($this->db->f('general_address'));
                                $building['access']                             
= $this->db->f('access');
--- 144,148 ----
                                $building['building_id']                = 
$this->db->f('building_id');
                                $building['owner']                              
= $this->db->f('owner');
!                               $building['name']                               
= stripslashes($this->db->f('name'));
                                $building['general_address']    = 
stripslashes($this->db->f('general_address'));
                                $building['access']                             
= $this->db->f('access');
***************
*** 160,164 ****
                        $building['remark'] = 
$this->db->db_addslashes($building['remark']);
  
!                       $this->db->query("INSERT INTO fm_building 
(location_code, 
property_id,building_id,owner,access,entry_date,building_name,general_address,cat_id,remark)
 "
                                . "VALUES ('" . $building['location_code']. 
"','" . $building['property_id'] . "','" . $building['building_id'] . "','" . 
$this->account . "','" . $building['access'] . "','" . time() . "','" . 
$building['name']
                                . "','" . $building['general_address'] ."','" . 
$building['cat_id'] ."','" . $building['remark']. "')",__LINE__,__FILE__);
--- 160,164 ----
                        $building['remark'] = 
$this->db->db_addslashes($building['remark']);
  
!                       $this->db->query("INSERT INTO fm_building 
(location_code, 
property_id,building_id,owner,access,entry_date,name,general_address,cat_id,remark)
 "
                                . "VALUES ('" . $building['location_code']. 
"','" . $building['property_id'] . "','" . $building['building_id'] . "','" . 
$this->account . "','" . $building['access'] . "','" . time() . "','" . 
$building['name']
                                . "','" . $building['general_address'] ."','" . 
$building['cat_id'] ."','" . $building['remark']. "')",__LINE__,__FILE__);
***************
*** 172,176 ****
                        $building['remark'] = 
$this->db->db_addslashes($building['remark']);
  
!                       $this->db->query("UPDATE fm_building set 
building_name='" . $building['name'] . "', entry_date='" . time()
                                                . "', cat_id='" . 
$building['cat_id'] . "', general_address='" . $building['general_address'] . 
"', access='" . $building['access'] . "', remark='" . $building['remark']
                                                . "' WHERE property_id= '" . 
$building['property_id']
--- 172,176 ----
                        $building['remark'] = 
$this->db->db_addslashes($building['remark']);
  
!                       $this->db->query("UPDATE fm_building set name='" . 
$building['name'] . "', entry_date='" . time()
                                                . "', cat_id='" . 
$building['cat_id'] . "', general_address='" . $building['general_address'] . 
"', access='" . $building['access'] . "', remark='" . $building['remark']
                                                . "' WHERE property_id= '" . 
$building['property_id']

Index: class.sostandard_2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sostandard_2.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.sostandard_2.inc.php  20 Apr 2003 22:24:30 -0000      1.10
--- class.sostandard_2.inc.php  25 Apr 2003 11:36:53 -0000      1.11
***************
*** 105,109 ****
                                        break;
                                case 'request_status':
!                                       $table='fm_request_status';
                                        break;
                                case 'equipment_status':
--- 105,109 ----
                                        break;
                                case 'request_status':
!                                       $table='fm_wo_request_status';
                                        break;
                                case 'equipment_status':

Index: class.uiadmin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiadmin.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uiadmin.inc.php       24 Apr 2003 07:41:01 -0000      1.7
--- class.uiadmin.inc.php       25 Apr 2003 11:36:53 -0000      1.8
***************
*** 178,182 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_acl2'                             
=> $table_header,
                                'values_acl2'                                   
=> $content,
--- 178,182 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_acl2'                             
=> $table_header,
                                'values_acl2'                                   
=> $content,

Index: class.uiapartment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiapartment.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uiapartment.inc.php   24 Apr 2003 07:41:01 -0000      1.5
--- class.uiapartment.inc.php   25 Apr 2003 11:36:53 -0000      1.6
***************
*** 172,176 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 172,176 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uibuilding.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uibuilding.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uibuilding.inc.php    24 Apr 2003 07:41:01 -0000      1.13
--- class.uibuilding.inc.php    25 Apr 2003 11:36:53 -0000      1.14
***************
*** 171,175 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 171,175 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uidrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uidrawing.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uidrawing.inc.php     25 Apr 2003 09:46:14 -0000      1.9
--- class.uidrawing.inc.php     25 Apr 2003 11:36:53 -0000      1.10
***************
*** 225,229 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_drawing'                  => 
$table_header,
                                'values_drawing'                                
=> $content,
--- 225,229 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_drawing'                  => 
$table_header,
                                'values_drawing'                                
=> $content,

Index: class.uientrance.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uientrance.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uientrance.inc.php    24 Apr 2003 07:41:01 -0000      1.6
--- class.uientrance.inc.php    25 Apr 2003 11:36:53 -0000      1.7
***************
*** 165,169 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 165,169 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uiequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiequipment.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uiequipment.inc.php   24 Apr 2003 07:41:01 -0000      1.14
--- class.uiequipment.inc.php   25 Apr 2003 11:36:53 -0000      1.15
***************
*** 211,215 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 211,215 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uiinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiinvoice.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.uiinvoice.inc.php     24 Apr 2003 10:42:08 -0000      1.18
--- class.uiinvoice.inc.php     25 Apr 2003 11:36:53 -0000      1.19
***************
*** 243,247 ****
                        $data['lang_searchfield_statustext']    = lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again');
                        $data['lang_searchbutton_statustext']   = lang('Submit 
the search string');
!                       $data['lang_submit']                                    
= lang('submit');
                        $data['query']                                          
        = $this->query;
                        $data['form_action']                                    
= $GLOBALS['phpgw']->link('/index.php',$link_data);
--- 243,247 ----
                        $data['lang_searchfield_statustext']    = lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again');
                        $data['lang_searchbutton_statustext']   = lang('Submit 
the search string');
!                       $data['lang_search']                                    
= lang('search');
                        $data['query']                                          
        = $this->query;
                        $data['form_action']                                    
= $GLOBALS['phpgw']->link('/index.php',$link_data);
***************
*** 650,654 ****
                        $data['lang_searchfield_statustext']    = lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again');
                        $data['lang_searchbutton_statustext']   = lang('Submit 
the search string');
!                       $data['lang_submit']                                    
= lang('submit');
                        $data['query']                                          
        = $this->query;
                        $data['form_action']                                    
= $GLOBALS['phpgw']->link('/index.php',$link_data);
--- 650,654 ----
                        $data['lang_searchfield_statustext']    = lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again');
                        $data['lang_searchbutton_statustext']   = lang('Submit 
the search string');
!                       $data['lang_search']                                    
= lang('search');
                        $data['query']                                          
        = $this->query;
                        $data['form_action']                                    
= $GLOBALS['phpgw']->link('/index.php',$link_data);

Index: class.uilookup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uilookup.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uilookup.inc.php      24 Apr 2003 07:41:01 -0000      1.14
--- class.uilookup.inc.php      25 Apr 2003 11:36:53 -0000      1.15
***************
*** 169,173 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_addressbook'              => 
$table_header,
                                'values_addressbook'                    => 
$content,
--- 169,173 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_addressbook'              => 
$table_header,
                                'values_addressbook'                    => 
$content,
***************
*** 267,271 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_b_account'                => 
$table_header,
                                'values_b_account'                      => 
$content,
--- 267,271 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_b_account'                => 
$table_header,
                                'values_b_account'                      => 
$content,
***************
*** 364,368 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_street'           => 
$table_header,
                                'values_street'                 => $content,
--- 364,368 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_street'           => 
$table_header,
                                'values_street'                 => $content,
***************
*** 460,464 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
-                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_ns3420'           => 
$table_header,
                                'values_ns3420'                 => $content,
--- 460,463 ----
***************
*** 635,639 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
-                               'lang_submit'                                   
=> lang('submit'),
                                'lang_select'                                   
=> lang('Select'),
                                'table_header_'.$list                   => 
$table_header,
--- 634,637 ----
***************
*** 762,766 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_equipment'                        
=> $table_header,
                                'values_equipment'                              
=> $content,
--- 760,764 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_equipment'                        
=> $table_header,
                                'values_equipment'                              
=> $content,

Index: class.uimeter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uimeter.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.uimeter.inc.php       24 Apr 2003 07:41:01 -0000      1.3
--- class.uimeter.inc.php       25 Apr 2003 11:36:53 -0000      1.4
***************
*** 174,178 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 174,178 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uipricebook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uipricebook.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uipricebook.inc.php   24 Apr 2003 07:41:01 -0000      1.7
--- class.uipricebook.inc.php   25 Apr 2003 11:36:53 -0000      1.8
***************
*** 228,232 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 228,232 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
***************
*** 343,347 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_agreement'                => 
$table_header,
                                'values_agreement'                              
=> $content,
--- 343,347 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_agreement'                => 
$table_header,
                                'values_agreement'                              
=> $content,
***************
*** 802,806 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_activities'               => 
$table_header,
                                'values_activities'                             
=> $content,
--- 802,806 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_activities'               => 
$table_header,
                                'values_activities'                             
=> $content,
***************
*** 930,934 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_activity_vendor'  => 
$table_header,
                                'values_activity_vendor'                => 
$content,
--- 930,934 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_activity_vendor'  => 
$table_header,
                                'values_activity_vendor'                => 
$content,

Index: class.uiproject.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproject.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.uiproject.inc.php     24 Apr 2003 07:41:01 -0000      1.13
--- class.uiproject.inc.php     25 Apr 2003 11:36:53 -0000      1.14
***************
*** 226,230 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_project'                  => 
$table_header,
                                'values_project'                                
=> $content,
--- 226,230 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_project'                  => 
$table_header,
                                'values_project'                                
=> $content,

Index: class.uiproperty.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproperty.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.uiproperty.inc.php    24 Apr 2003 07:41:01 -0000      1.17
--- class.uiproperty.inc.php    25 Apr 2003 11:36:53 -0000      1.18
***************
*** 182,186 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 182,186 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uirequest.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uirequest.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uirequest.inc.php     24 Apr 2003 10:42:08 -0000      1.6
--- class.uirequest.inc.php     25 Apr 2003 11:36:53 -0000      1.7
***************
*** 240,244 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_request'                  => 
$table_header,
                                'values_request'                                
=> $content,
--- 240,244 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_request'                  => 
$table_header,
                                'values_request'                                
=> $content,

Index: class.uistandard_2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_2.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uistandard_2.inc.php  24 Apr 2003 07:41:01 -0000      1.7
--- class.uistandard_2.inc.php  25 Apr 2003 11:36:53 -0000      1.8
***************
*** 137,141 ****
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 137,141 ----
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uistandard_3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_3.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uistandard_3.inc.php  24 Apr 2003 07:41:01 -0000      1.6
--- class.uistandard_3.inc.php  25 Apr 2003 11:36:53 -0000      1.7
***************
*** 59,65 ****
                        $type   = get_var('type',array('POST','GET'));
  
!                       $GLOBALS['phpgw']->xslttpl->add_file(array('standard_3',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'search_field',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'nextmatchs'));
  
                        $standard_list = $this->bo->read($type);
--- 59,64 ----
                        $type   = get_var('type',array('POST','GET'));
  
!                       
$GLOBALS['phpgw']->xslttpl->add_file(array('standard_3','nextmatchs',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'search_field'));
  
                        $standard_list = $this->bo->read($type);
***************
*** 137,141 ****
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 136,140 ----
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uistandard_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uistandard_entity.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uistandard_entity.inc.php     24 Apr 2003 07:41:01 -0000      1.9
--- class.uistandard_entity.inc.php     25 Apr 2003 11:36:53 -0000      1.10
***************
*** 148,152 ****
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 148,152 ----
                                'lang_searchbutton_standardtext'        => 
lang('Submit the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
***************
*** 378,382 ****
                                'lang_searchbutton_attribtext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_attrib'                   => 
$table_header,
                                'values_attrib'                                 
=> $content,
--- 378,382 ----
                                'lang_searchbutton_attribtext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_attrib'                   => 
$table_header,
                                'values_attrib'                                 
=> $content,

Index: class.uitemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitemplate.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.uitemplate.inc.php    24 Apr 2003 07:41:01 -0000      1.3
--- class.uitemplate.inc.php    25 Apr 2003 11:36:53 -0000      1.4
***************
*** 217,221 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_template'                 => 
$table_header_template,
                                'values_template'                               
=> $content_template,
--- 217,221 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_template'                 => 
$table_header_template,
                                'values_template'                               
=> $content_template,
***************
*** 430,434 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_template_hour'    => 
$table_header,
--- 430,434 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_template_hour'    => 
$table_header,

Index: class.uitts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uitts.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.uitts.inc.php 24 Apr 2003 07:41:01 -0000      1.19
--- class.uitts.inc.php 25 Apr 2003 11:36:53 -0000      1.20
***************
*** 224,228 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,
--- 224,228 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header'                                  
=> $table_header,
                                'values'                                        
        => $content,

Index: class.uiwo_hour.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiwo_hour.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.uiwo_hour.inc.php     25 Apr 2003 09:46:14 -0000      1.16
--- class.uiwo_hour.inc.php     25 Apr 2003 11:36:53 -0000      1.17
***************
*** 899,903 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_prizebook'                => 
$table_header_prizebook,
--- 899,903 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_prizebook'                => 
$table_header_prizebook,
***************
*** 1121,1125 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_template_hour'            => 
$table_header_template_hour,
--- 1121,1125 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'workorder_data'                                
=> $common_data['workorder_data'],
                                'table_header_template_hour'            => 
$table_header_template_hour,

Index: class.uiworkorder.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiworkorder.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uiworkorder.inc.php   24 Apr 2003 07:41:01 -0000      1.14
--- class.uiworkorder.inc.php   25 Apr 2003 11:36:53 -0000      1.15
***************
*** 234,238 ****
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
                                'table_header_workorder'                => 
$table_header,
                                'values_workorder'                              
=> $content,
--- 234,238 ----
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
                                'query'                                         
        => $this->query,
!                               'lang_search'                                   
=> lang('search'),
                                'table_header_workorder'                => 
$table_header,
                                'values_workorder'                              
=> $content,





reply via email to

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