fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9401]


From: Torstein
Subject: [Fmsystem-commits] [9401]
Date: Tue, 15 May 2012 06:05:34 +0000

Revision: 9401
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9401
Author:   vator
Date:     2012-05-15 06:05:33 +0000 (Tue, 15 May 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/class.uicontrol_location.inc.php
    trunk/controller/templates/base/calendar/view_calendar_month.xsl
    trunk/controller/templates/base/calendar/view_calendar_year.xsl

Added Paths:
-----------
    trunk/controller/images/left_arrow_simple_light_blue.png
    trunk/controller/images/right_arrow_simple_light_blue.png

Added: trunk/controller/images/left_arrow_simple_light_blue.png
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/left_arrow_simple_light_blue.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/controller/images/right_arrow_simple_light_blue.png
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/right_arrow_simple_light_blue.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/controller/inc/class.uicontrol_location.inc.php
===================================================================
--- trunk/controller/inc/class.uicontrol_location.inc.php       2012-05-14 
12:31:19 UTC (rev 9400)
+++ trunk/controller/inc/class.uicontrol_location.inc.php       2012-05-15 
06:05:33 UTC (rev 9401)
@@ -58,12 +58,12 @@
        
                var $public_functions = array(
                                                                                
'index' => true,
-                                                                               
'view_locations_for_control'    => true,
-                                                                               
'register_control_to_location'  => true,
-                                                                               
'register_control_to_location_2'        => true,
-                                                                               
'get_locations_for_control'     => true,
-                                                                               
'get_location_category'                 => true,
-                                                                               
'get_district_part_of_town'             => true
+                                                                               
'view_locations_for_control'            => true,
+                                                                               
'register_control_to_location'          => true,
+                                                                               
'register_control_to_location_2'        => true,
+                                                                               
'get_locations_for_control'             => true,
+                                                                               
'get_location_category'                         => true,
+                                                                               
'get_district_part_of_town'                     => true
                                                                        );
 
                function __construct()

Modified: trunk/controller/templates/base/calendar/view_calendar_month.xsl
===================================================================
--- trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2012-05-14 12:31:19 UTC (rev 9400)
+++ trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2012-05-15 06:05:33 UTC (rev 9401)
@@ -41,7 +41,7 @@
                                                                
<xsl:text>&amp;location_code=</xsl:text>
                                                                <xsl:value-of 
select="//current_location/location_code"/>
                                                        </xsl:attribute>
-                                                       <img height="17" 
src="controller/images/left_arrow_simple_black.png" />
+                                                       <img height="17" 
src="controller/images/left_arrow_simple_light_blue.png" />
                                                        <xsl:variable 
name="month_str">month <xsl:value-of select="current_month_nr - 1"/> 
capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
                                                </a>
@@ -56,7 +56,7 @@
                                                                
<xsl:text>&amp;location_code=</xsl:text>
                                                                <xsl:value-of 
select="//current_location/location_code"/>
                                                        </xsl:attribute>
-                                                       <img height="17" 
src="controller/images/left_arrow_simple_black.png" />
+                                                       <img height="17" 
src="controller/images/left_arrow_simple_light_blue.png" />
                                                        <xsl:variable 
name="month_str">month 12 capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
                                                </a>
@@ -81,7 +81,7 @@
                                                        </xsl:attribute>
                                                        <xsl:variable 
name="month_str">month <xsl:value-of select="current_month_nr + 1"/> 
capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
-                                                       <img height="17" 
src="controller/images/right_arrow_simple_black.png" />
+                                                       <img height="17" 
src="controller/images/right_arrow_simple_light_blue.png" />
                                                </a>
                                        </xsl:when>
                                        <xsl:otherwise>
@@ -96,7 +96,7 @@
                                                        </xsl:attribute>
                                                        <xsl:variable 
name="month_str">month 1 capitalized</xsl:variable>
                                                        <xsl:value-of 
select="php:function('lang', $month_str)" />
-                                                       <img height="17" 
src="controller/images/right_arrow_simple_black.png" />
+                                                       <img height="17" 
src="controller/images/right_arrow_simple_light_blue.png" />
                                                </a>
                                        </xsl:otherwise>
                                </xsl:choose>

Modified: trunk/controller/templates/base/calendar/view_calendar_year.xsl
===================================================================
--- trunk/controller/templates/base/calendar/view_calendar_year.xsl     
2012-05-14 12:31:19 UTC (rev 9400)
+++ trunk/controller/templates/base/calendar/view_calendar_year.xsl     
2012-05-15 06:05:33 UTC (rev 9401)
@@ -27,7 +27,7 @@
                                                
<xsl:text>&amp;location_code=</xsl:text>
                                                <xsl:value-of 
select="current_location/location_code"/>
                                        </xsl:attribute>
-                                       <img height="17" 
src="controller/images/left_arrow_simple_black.png" />
+                                       <img height="17" 
src="controller/images/left_arrow_simple_light_blue.png" />
                                        <xsl:value-of select="current_year - 
1"/>
                                </a>
                                <span class="current">
@@ -42,7 +42,7 @@
                                                <xsl:value-of 
select="current_location/location_code"/>
                                        </xsl:attribute>
                                        <xsl:value-of select="current_year + 
1"/>
-                                       <img height="17" 
src="controller/images/right_arrow_simple_black.png" />
+                                       <img height="17" 
src="controller/images/right_arrow_simple_light_blue.png" />
                                </a>
                        </div>
                        




reply via email to

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