fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10528] logistic: formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [10528] logistic: formatting
Date: Wed, 21 Nov 2012 13:32:46 +0000

Revision: 10528
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10528
Author:   sigurdne
Date:     2012-11-21 13:32:45 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
logistic: formatting

Modified Paths:
--------------
    trunk/logistic/inc/class.uiactivity.inc.php

Modified: trunk/logistic/inc/class.uiactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.uiactivity.inc.php 2012-11-21 13:31:57 UTC (rev 
10527)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2012-11-21 13:32:45 UTC (rev 
10528)
@@ -723,7 +723,8 @@
                {
                        $tabs = array();
 
-                       if($activity_id > 0){
+                       if($activity_id > 0)
+                       {
 
                                $activity = $this->so->get_single($activity_id);
 
@@ -731,13 +732,15 @@
                                                   array(
                                                        'label' => "1: " . 
lang('Activity details'),
                                                   'link'  => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'logistic.uiactivity.view',
-                                                                               
                                                                                
                                                                                
                         'id' => $activity->get_id()))
+                                                                               
                                                                                
                'id' => $activity->get_id()))
                                                ), array(
                                                        'label' => "2: " . 
lang('Requirement allocation'),
                                                        'link'  => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'logistic.uiactivity.view_resource_allocation',
-                                                                               
                                                                                
                                                                                
                         'activity_id' => $activity->get_id()))
+                                                                               
                                                                                
                 'activity_id' => $activity->get_id()))
                                                ));
-                       }else{
+                       }
+                       else
+                       {
                                $tabs = array(
                                                   array(
                                                        'label' => "1: " . 
lang('Activity details')




reply via email to

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