fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7369]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [7369]
Date: Tue, 14 Jun 2011 05:13:08 +0000

Revision: 7369
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7369
Author:   erikhl
Date:     2011-06-14 05:13:08 +0000 (Tue, 14 Jun 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendar/templates/base/activity_list_partial.php

Modified: trunk/activitycalendar/templates/base/activity_list_partial.php
===================================================================
--- trunk/activitycalendar/templates/base/activity_list_partial.php     
2011-06-10 11:54:10 UTC (rev 7368)
+++ trunk/activitycalendar/templates/base/activity_list_partial.php     
2011-06-14 05:13:08 UTC (rev 7369)
@@ -42,6 +42,11 @@
            sortable: true
        },
        {
+               key: "office",
+               label: "<?php echo lang('office') ?>",
+           sortable: true
+       },
+       {
                key: "category",
                label: "<?php echo lang('category') ?>",
            sortable: true
@@ -171,7 +176,7 @@
                        <option value="4" ><?php echo lang('processed') 
?></option>
                        <option value="5" ><?php echo lang('rejected') 
?></option>
                </select>
-               <label class="toolbar_element_label" 
for="ctrl_toggle_activity_district"><?php echo lang('district') ?></label>
+               <label class="toolbar_element_label" 
for="ctrl_toggle_activity_district"><?php echo lang('office') ?></label>
                <?php
                        $districts = 
activitycalendar_soactivity::get_instance()->select_district_list(); 
                ?>




reply via email to

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