fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14128]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14128]
Date: Wed, 07 Oct 2015 00:24:30 +0000

Revision: 14128
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14128
Author:   nelson224
Date:     2015-10-07 00:24:29 +0000 (Wed, 07 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl

Modified: branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl 
2015-10-07 00:24:12 UTC (rev 14127)
+++ branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl 
2015-10-07 00:24:29 UTC (rev 14128)
@@ -150,13 +150,13 @@
             var colDefs = [
                 {key: 'time', label: '<xsl:value-of 
select="php:function('lang', 'Time')" />'}, 
                 {key: 'resource', label: '<xsl:value-of 
select="php:function('lang', 'Resources')" />', formatter: 
'scheduleResourceColumn'},
-                {key: '1', label: '<xsl:value-of select="php:function('lang', 
'Monday')" />', formatter: 'scheduleDateColumn'},
-                {key: '2', label: '<xsl:value-of select="php:function('lang', 
'Tuesday')" />', formatter: 'scheduleDateColumn'},
-                {key: '3', label: '<xsl:value-of select="php:function('lang', 
'Wednesday')" />', formatter: 'scheduleDateColumn'},
-                {key: '4', label: '<xsl:value-of select="php:function('lang', 
'Thursday')" />', formatter: 'scheduleDateColumn'},
-                {key: '5', label: '<xsl:value-of select="php:function('lang', 
'Friday')" />', formatter: 'scheduleDateColumn'},
-                {key: '6', label: '<xsl:value-of select="php:function('lang', 
'Saturday')" />', formatter: 'scheduleDateColumn'},
-                {key: '7', label: '<xsl:value-of select="php:function('lang', 
'Sunday')" />', formatter: 'scheduleDateColumn'}
+                {key: '1', label: '<xsl:value-of select="php:function('lang', 
'Monday')" />', formatter: 'seasonDateColumn'},
+                {key: '2', label: '<xsl:value-of select="php:function('lang', 
'Tuesday')" />', formatter: 'seasonDateColumn'},
+                {key: '3', label: '<xsl:value-of select="php:function('lang', 
'Wednesday')" />', formatter: 'seasonDateColumn'},
+                {key: '4', label: '<xsl:value-of select="php:function('lang', 
'Thursday')" />', formatter: 'seasonDateColumn'},
+                {key: '5', label: '<xsl:value-of select="php:function('lang', 
'Friday')" />', formatter: 'seasonDateColumn'},
+                {key: '6', label: '<xsl:value-of select="php:function('lang', 
'Saturday')" />', formatter: 'seasonDateColumn'},
+                {key: '7', label: '<xsl:value-of select="php:function('lang', 
'Sunday')" />', formatter: 'seasonDateColumn'}
             ];
             createTableSchedule('schedule_container', weekUrl, colDefs, r, 
'pure-table' );
         });




reply via email to

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