phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uigab.inc.php,1.11,1.12


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uigab.inc.php,1.11,1.12
Date: Tue, 08 Jul 2003 04:11:45 -0400

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

Modified Files:
        class.uigab.inc.php 
Log Message:
no message

Index: class.uigab.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uigab.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uigab.inc.php 4 Jul 2003 09:56:25 -0000       1.11
--- class.uigab.inc.php 8 Jul 2003 08:11:41 -0000       1.12
***************
*** 101,105 ****
                        $gab_list = 
$this->bo->read($location_code,$gaards_nr,$bruksnr,$feste_nr,$seksjons_nr);
  
! //_debug_array($gab_list);
  
                        while (is_array($gab_list) && list(,$gab) = 
each($gab_list))
--- 101,109 ----
                        $gab_list = 
$this->bo->read($location_code,$gaards_nr,$bruksnr,$feste_nr,$seksjons_nr);
  
!                       if($this->acl_read)
!                       {
!                               $text_view      = lang('view');
!                       }
! 
  
                        while (is_array($gab_list) && list(,$gab) = 
each($gab_list))
***************
*** 114,125 ****
                                        'seksjons_nr'                           
=> substr($gab['gab_id'],17,3),
                                        'link_view'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.list_detail&gab_id='
 . $gab['gab_id']),
-                                       'link_edit'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.edit&gab_id='
 . $gab['gab_id']),
-                                       'link_delete'                           
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.delete&gab_id='
 . $gab['gab_id']),
                                        'lang_view_statustext'          => 
lang('view gab detail'),
!                                       'lang_edit_statustext'          => 
lang('edit information about the gab'),
!                                       'lang_delete_statustext'        => 
lang('delete this gab'),
!                                       'text_view'                             
        => lang('view'),
!                                       'text_edit'                             
        => lang('edit'),
!                                       'text_delete'                           
=> lang('delete')
                                );
                        }
--- 118,123 ----
                                        'seksjons_nr'                           
=> substr($gab['gab_id'],17,3),
                                        'link_view'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.list_detail&gab_id='
 . $gab['gab_id']),
                                        'lang_view_statustext'          => 
lang('view gab detail'),
!                                       'text_view'                             
        => $text_view
                                );
                        }
***************
*** 173,184 ****
                                );
  
! 
! 
!                       $table_add[] = array
!                       (
!                               'lang_add'                              => 
lang('add'),
!                               'lang_add_statustext'   => lang('add a gab'),
!                               'add_action'                    => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.edit&from=index')
!                       );
  
                        $link_data = array
--- 171,183 ----
                                );
  
!                       if($this->acl_add)
!                       {
!                               $table_add[] = array
!                               (
!                                       'lang_add'                              
=> lang('add'),
!                                       'lang_add_statustext'   => lang('add a 
gab'),
!                                       'add_action'                    => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uigab.edit&from=index')
!                               );
!                       }
  
                        $link_data = array





reply via email to

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