fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14298] more on controller


From: Sigurd Nes
Subject: [Fmsystem-commits] [14298] more on controller
Date: Sun, 08 Nov 2015 15:18:08 +0000

Revision: 14298
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14298
Author:   sigurdne
Date:     2015-11-08 15:18:07 +0000 (Sun, 08 Nov 2015)
Log Message:
-----------
more on controller

Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php
    trunk/controller/templates/base/check_list/add_check_list.xsl
    trunk/controller/templates/base/check_list/edit_check_list.xsl

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2015-11-08 14:58:08 UTC 
(rev 14297)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2015-11-08 15:18:07 UTC 
(rev 14298)
@@ -382,6 +382,7 @@
                                'type' => $type,
                                'current_year' => $year,
                                'current_month_nr' => $month_nr,
+                               'current_month_name'             => lang("month 
{$month_nr} capitalized"),
                                'building_location_code' => 
$building_location_code,
                                'location_level' => $level,
                                'check_list_type' => 'add_check_list',
@@ -510,6 +511,7 @@
                                'type' => $type,
                                'current_year' => $year,
                                'current_month_nr' => $month,
+                               'current_month_name'             => lang("month 
{$month} capitalized"),
                                'building_location_code' => 
$building_location_code,
                                'location_level' => $level,
                                'required_actual_hours' => 
$required_actual_hours,

Modified: trunk/controller/templates/base/check_list/add_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/add_check_list.xsl       
2015-11-08 14:58:08 UTC (rev 14297)
+++ trunk/controller/templates/base/check_list/add_check_list.xsl       
2015-11-08 15:18:07 UTC (rev 14298)
@@ -14,7 +14,7 @@
        
                <!-- ==================  CHECKLIST DETAILS  
===================== -->
                <div id="check_list_details">
-                       <h3 class="box_header">Sjekklistedetaljer</h3>
+                       <h3 
class="box_header">Sjekklistedetaljer::<xsl:value-of 
select="current_month_name"/></h3>
                
                        <xsl:variable name="action_url">
                                <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicheck_list.save_check_list')" />

Modified: trunk/controller/templates/base/check_list/edit_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/edit_check_list.xsl      
2015-11-08 14:58:08 UTC (rev 14297)
+++ trunk/controller/templates/base/check_list/edit_check_list.xsl      
2015-11-08 15:18:07 UTC (rev 14298)
@@ -12,7 +12,7 @@
                        
        <!-- ==================  CHECKLIST DETAILS  ===================== -->
        <div id="check_list_details">
-               <h3 class="box_header">Sjekklistedetaljer</h3>
+               <h3 class="box_header">Sjekklistedetaljer::<xsl:value-of 
select="current_month_name"/></h3>
                        <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicheck_list.save_check_list')" /></xsl:variable>
                        <form id="frm_update_check_list" action="{$action_url}" 
method="post">  
                        <xsl:variable name="check_list_id"><xsl:value-of 
select="check_list/id"/></xsl:variable>




reply via email to

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