fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10273] Logistic: Changed template path to include fo


From: Torstein
Subject: [Fmsystem-commits] [10273] Logistic: Changed template path to include folder
Date: Fri, 19 Oct 2012 12:28:26 +0000

Revision: 10273
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10273
Author:   vator
Date:     2012-10-19 12:28:25 +0000 (Fri, 19 Oct 2012)
Log Message:
-----------
Logistic: Changed template path to include folder

Modified Paths:
--------------
    trunk/logistic/inc/class.uiproject.inc.php
    trunk/logistic/inc/class.uiresource_type_requirement.inc.php

Modified: trunk/logistic/inc/class.uiproject.inc.php
===================================================================
--- trunk/logistic/inc/class.uiproject.inc.php  2012-10-19 12:20:21 UTC (rev 
10272)
+++ trunk/logistic/inc/class.uiproject.inc.php  2012-10-19 12:28:25 UTC (rev 
10273)
@@ -371,7 +371,7 @@
                                );
 
                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('logistic') . '::' . lang('Project');
-                               
self::render_template_xsl(array('project_item'), $data);
+                               
self::render_template_xsl(array('project/project_item'), $data);
                        }
                }
 
@@ -405,7 +405,7 @@
                                );
 
                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('logistic') . '::' . lang('Project type');
-                               
self::render_template_xsl(array('project_type_item'), $data);
+                               
self::render_template_xsl(array('project/project_type_item'), $data);
                        }
                }
 

Modified: trunk/logistic/inc/class.uiresource_type_requirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uiresource_type_requirement.inc.php        
2012-10-19 12:20:21 UTC (rev 10272)
+++ trunk/logistic/inc/class.uiresource_type_requirement.inc.php        
2012-10-19 12:28:25 UTC (rev 10273)
@@ -455,7 +455,6 @@
                                                'value_id' => 
!empty($req_types[0]) ? $req_types[0]->get_id() : 0,
                                                'location_id' => $location_id,
                                                'project_type_id' => 
$project_type_id,
-                                               'img_go_home' => 
'rental/templates/base/images/32x32/actions/go-home.png',
                                                'req_type' => $req_types[0],
                                                'entity' => $entity,
                                                'category' => $category,
@@ -464,7 +463,7 @@
                                        );
 
                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('logistic') . '::' . lang('Project type');
-                               
self::render_template_xsl(array('resource_type_requirement_item'), $data);
+                               
self::render_template_xsl(array('project/resource_type_requirement_item'), 
$data);
                        }
                }
        }




reply via email to

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