fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11167] Added column for party unit


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [11167] Added column for party unit
Date: Wed, 12 Jun 2013 05:04:09 +0000

Revision: 11167
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11167
Author:   erikhl
Date:     2013-06-12 05:04:09 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
Added column for party unit

Modified Paths:
--------------
    trunk/rental/templates/base/contract_list.php

Modified: trunk/rental/templates/base/contract_list.php
===================================================================
--- trunk/rental/templates/base/contract_list.php       2013-06-12 05:03:43 UTC 
(rev 11166)
+++ trunk/rental/templates/base/contract_list.php       2013-06-12 05:04:09 UTC 
(rev 11167)
@@ -9,7 +9,7 @@
                function(e)
                {
                YAHOO.util.Event.stopEvent(e);
-               
+
                window.location = 
'index.php?menuaction=rental.uicontract.add&location_id=' + 
document.getElementById('location_id').value;
     }
    );
@@ -36,7 +36,7 @@
                                
if($this->hasPermissionOn($names['location'],PHPGW_ACL_ADD))
                                {
                                ?>
-                                       <option 
+                                       <option
                                                value="<?php echo $id ?>"
                                        >
                                                <?php echo lang($label) ?>
@@ -52,7 +52,7 @@
 <?php
 }
 
-$list_form = true; 
+$list_form = true;
 $list_id = 'all_contracts';
 $url_add_on = '&amp;type='.$list_id;
 $editable = false;
@@ -60,6 +60,7 @@
        array("key" => "type", "label" => lang('responsibility'), "index" => 3),
        array("key" => "composite", "label" => lang('composite'), 
"sortable"=>'true', "index" => 4),
        array("key" => "party", "label" => lang('party'), "sortable"=>'true', 
"index" => 5),
+       array("key" => "department", "label" => lang('department'), "sortable" 
=> 'false', "index" => 6),
        array("key" => "contract_notification_status", "label" => 
lang('notification_status'), "sortable"=>false)
 );
 include('contract_list_partial.php');




reply via email to

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