fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12658] modifying request class


From: Alejandro
Subject: [Fmsystem-commits] [12658] modifying request class
Date: Fri, 23 Jan 2015 23:15:33 +0000

Revision: 12658
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12658
Author:   nudrick
Date:     2015-01-23 23:15:32 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------
modifying request class

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uirequest.inc.php

Modified: branches/dev-syncromind/property/inc/class.uirequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-01-23 12:31:03 UTC (rev 12657)
+++ branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-01-23 23:15:32 UTC (rev 12658)
@@ -663,6 +663,24 @@
                                {
                                        $data['datatable']['actions'][] = array
                                                (
+                                                       'my_name'               
        => 'edit',
+                                                       'statustext'    => 
lang('edit the actor'),
+                                                       'text'                  
=> lang('edit'),
+                                                       'action'                
=> $GLOBALS['phpgw']->link('/index.php',array
+                                                       (
+                                                               'menuaction'    
=> 'property.uirequest.edit',
+                                                               'appname'       
        => $this->appname,
+                                                               'type'          
        => $this->type,
+                                                               'type_id'       
        => $this->type_id
+                                                       )),
+                                                       'parameters'    => 
json_encode($parameters)
+                                               );
+                               }
+                               
+                               /*if($this->acl_edit)
+                               {
+                                       $data['datatable']['actions'][] = array
+                                               (
                                                        'my_name'               
=> 'edit',
                                                        'statustext'    => 
lang('edit the actor'),
                                                        'text'                  
=> lang('edit'),
@@ -691,7 +709,7 @@
                                                        'target'                
=> '_blank',
                                                        'parameters'    => 
json_encode($parameters)
                                                );
-                               }
+                               }*/
                                
                                if($this->acl_delete)
                                {




reply via email to

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