phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uitenant.inc.php, 1.1.1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uitenant.inc.php, 1.1.1.3
Date: Tue, 18 May 2004 19:53:52 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uitenant.inc.php

date: 2004/05/18 17:53:52;  author: sigurdne;  state: Exp;  lines: +5 -5

Log Message:
no message
=====================================================================
Index: property/inc/class.uitenant.inc.php
diff -u property/inc/class.uitenant.inc.php:1.1.1.2 
property/inc/class.uitenant.inc.php:1.1.1.3
--- property/inc/class.uitenant.inc.php:1.1.1.2 Tue May 18 13:45:25 2004
+++ property/inc/class.uitenant.inc.php Tue May 18 17:53:52 2004
@@ -149,7 +149,7 @@
                        
$GLOBALS['phpgw']->session->appsession('session_data','tenant_receipt','');
 
                        $tenants_list = $this->bo->read();
-
+//_debug_array($tenants_list);
                        $uicols = $this->bo->uicols;
 
                        $j=0;
@@ -171,19 +171,19 @@
                                        {
                                                
$content[$j]['row'][$i]['statustext']                   = lang('view the 
entity');
                                                $content[$j]['row'][$i]['text'] 
                                = lang('view');
-                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.view&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.view&tenant_id='
 . $tenant_entry['id']);
                                        }
                                        if($this->acl_edit)
                                        {
                                                
$content[$j]['row'][$i]['statustext']                   = lang('edit the 
tenant');
                                                $content[$j]['row'][$i]['text'] 
                                = lang('edit');
-                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.edit&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.edit&tenant_id='
 . $tenant_entry['id']);
                                        }
                                        if($this->acl_delete)
                                        {
                                                
$content[$j]['row'][$i]['statustext']                   = lang('delete the 
tenant');
                                                $content[$j]['row'][$i]['text'] 
                                = lang('delete');
-                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.delete&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitenant.delete&tenant_id='
 . $tenant_entry['id']);
                                        }
 
                                        $j++;




reply via email to

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