phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/class.uitenant.php
diff -u property/class.uitenant.php:1.1.1.11 
property/class.uitenant.php:1.1.1.12
--- property/class.uitenant.php:1.1.1.11        Tue May 18 13:40:00 2004
+++ property/class.uitenant.php Tue May 18 17:53:21 2004
@@ -165,19 +165,19 @@
                                        {
                                                
$content[$j]['row'][$i]['statustext']                   = lang('view the 
entity');
                                                $content[$j]['row'][$i]['text'] 
                                = lang('view');
-                                               
$content[$j]['row'][$i++]['link']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uitenant.view&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$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']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uitenant.edit&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$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']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uitenant.delete&tenant_id='
 . $tenant_entry['tenant_id']);
+                                               
$content[$j]['row'][$i++]['link']                               = 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uitenant.delete&tenant_id='
 . $tenant_entry['id']);
                                        }
 
                                        $j++;
@@ -410,7 +410,7 @@
                        (
                                //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'edit_url'                                      
        => $this->bocommon->link('/index.php',$link_data),
-                               'lang_tenant_id'                                
        => lang('Owner ID'),
+                               'lang_tenant_id'                                
        => lang('ID'),
                                'value_tenant_id'                               
=> $tenant_id,
                                'lang_first_name'                               
=> lang('first name'),
                                'lang_last_name'                                
=> lang('last name'),




reply via email to

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