fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10321] Controller: Fixed setting url


From: Torstein
Subject: [Fmsystem-commits] [10321] Controller: Fixed setting url
Date: Wed, 24 Oct 2012 07:35:22 +0000

Revision: 10321
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10321
Author:   vator
Date:     2012-10-24 07:35:20 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
Controller: Fixed setting url

Modified Paths:
--------------
    trunk/controller/templates/base/check_list/add_check_list.xsl

Modified: trunk/controller/templates/base/check_list/add_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/add_check_list.xsl       
2012-10-24 07:31:16 UTC (rev 10320)
+++ trunk/controller/templates/base/check_list/add_check_list.xsl       
2012-10-24 07:35:20 UTC (rev 10321)
@@ -27,12 +27,9 @@
                </div>
                <div class="box-2 select-box">
                
-                       <xsl:variable name="calendar_for_year_url">
-                               <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicalendar.view_calendar_for_year' )" />
-                       </xsl:variable>
                        <a>
                                <xsl:attribute name="href">
-                                       <xsl:value-of 
select="{$calendar_for_year_url}"/>
+                                       <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicalendar.view_calendar_for_year' )" />
                                        <xsl:text>&amp;year=</xsl:text>
                                        <xsl:value-of select="current_year"/>
                                        <xsl:text>&amp;location_code=</xsl:text>
@@ -48,12 +45,9 @@
                                Kontrollplan for bygg/eiendom (år)
                        </a>
                                
-                       <xsl:variable name="calendar_for_year_url">
-                               <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicalendar.view_calendar_for_month' )" />
-                       </xsl:variable>
                        <a class="last">
                                <xsl:attribute name="href">
-                                       <xsl:value-of 
select="{$calendar_for_month_url}"/>
+                                       <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicalendar.view_calendar_for_month' )" />
                                        <xsl:text>&amp;year=</xsl:text>
                                        <xsl:value-of select="current_year"/>
                                        <xsl:text>&amp;month=</xsl:text>




reply via email to

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