phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uiworkorder.inc.php, 1.44, 1.45 cl


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/inc class.uiworkorder.inc.php, 1.44, 1.45 class.uiproject.inc.php, 1.50, 1.51
Date: Sat, 04 Oct 2003 20:47:12 +0000

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

Modified Files:
        class.uiworkorder.inc.php class.uiproject.inc.php 
Log Message:
no message

Index: class.uiworkorder.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiworkorder.inc.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** class.uiworkorder.inc.php   3 Oct 2003 16:01:26 -0000       1.44
--- class.uiworkorder.inc.php   4 Oct 2003 20:47:08 -0000       1.45
***************
*** 109,113 ****
                                                                
$content[$j]['row'][$k]['statustext']                   = lang('search');
                                                                
$content[$j]['row'][$k]['text']                                 = 
$workorder_entry[$uicols['name'][$k]];
!                                                               
$content[$j]['row'][$k]['link']                         = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiworkorder.index&query='
 . $workorder_entry['query_location'][$uicols['name'][$k]] . '&lookup=' . 
$lookup);
                                                        }
                                                        else
--- 109,113 ----
                                                                
$content[$j]['row'][$k]['statustext']                   = lang('search');
                                                                
$content[$j]['row'][$k]['text']                                 = 
$workorder_entry[$uicols['name'][$k]];
!                                                               
$content[$j]['row'][$k]['link']                         = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiworkorder.index&query='
 . $workorder_entry['query_location'][$uicols['name'][$k]] . '&lookup=' . 
$lookup . '&filter=' . $this->filter);
                                                        }
                                                        else

Index: class.uiproject.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiproject.inc.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** class.uiproject.inc.php     3 Oct 2003 16:01:26 -0000       1.50
--- class.uiproject.inc.php     4 Oct 2003 20:47:08 -0000       1.51
***************
*** 112,116 ****
                                                                
$content[$j]['row'][$k]['statustext']                   = lang('search');
                                                                
$content[$j]['row'][$k]['text']                                 = 
$project_entry[$uicols['name'][$k]];
!                                                               
$content[$j]['row'][$k]['link']                         = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiproject.index&query='
 . $project_entry['query_location'][$uicols['name'][$k]] . '&lookup=' . 
$lookup);
                                                        }
                                                        else
--- 112,116 ----
                                                                
$content[$j]['row'][$k]['statustext']                   = lang('search');
                                                                
$content[$j]['row'][$k]['text']                                 = 
$project_entry[$uicols['name'][$k]];
!                                                               
$content[$j]['row'][$k]['link']                         = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiproject.index&query='
 . $project_entry['query_location'][$uicols['name'][$k]] . '&lookup=' . $lookup 
. '&filter=' . $this->filter);
                                                        }
                                                        else





reply via email to

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