fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10881]


From: Torstein
Subject: [Fmsystem-commits] [10881]
Date: Sat, 16 Feb 2013 12:57:28 +0000

Revision: 10881
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10881
Author:   vator
Date:     2013-02-16 12:57:28 +0000 (Sat, 16 Feb 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/case/add_case.xsl
    trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl
    trunk/controller/templates/mobilefrontend/case/add_case.xsl
    
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_menu.xsl

Modified: trunk/controller/templates/base/case/add_case.xsl
===================================================================
--- trunk/controller/templates/base/case/add_case.xsl   2013-02-16 12:56:41 UTC 
(rev 10880)
+++ trunk/controller/templates/base/case/add_case.xsl   2013-02-16 12:57:28 UTC 
(rev 10881)
@@ -15,7 +15,7 @@
                <h3 class="box_header ext">Registrer sak/måling</h3>
                <div class="tab_item active ext">
                
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicase.add_case,phpgw_return_as:json')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicase.save_case_ajax,phpgw_return_as:json')" 
/></xsl:variable>
 
                <ul class="add-cases">
                        <xsl:for-each select="control_groups_with_items_array">

Modified: 
trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl
===================================================================
--- trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl    
2013-02-16 12:56:41 UTC (rev 10880)
+++ trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl    
2013-02-16 12:57:28 UTC (rev 10881)
@@ -60,7 +60,7 @@
                        <!-- ==================  REGISTER NEW CASE  
===================== -->
                        <a class="btn focus first">
                                <xsl:attribute name="href">
-                                       
<xsl:text>index.php?menuaction=controller.uicheck_list.add_case</xsl:text>
+                                       
<xsl:text>index.php?menuaction=controller.uicase.add_case</xsl:text>
                                        <xsl:text>&amp;check_list_id=</xsl:text>
                                        <xsl:value-of select="check_list/id"/>
                                        <xsl:value-of select="$session_url"/>

Modified: trunk/controller/templates/mobilefrontend/case/add_case.xsl
===================================================================
--- trunk/controller/templates/mobilefrontend/case/add_case.xsl 2013-02-16 
12:56:41 UTC (rev 10880)
+++ trunk/controller/templates/mobilefrontend/case/add_case.xsl 2013-02-16 
12:57:28 UTC (rev 10881)
@@ -15,7 +15,7 @@
                <h3 class="box_header ext">Registrer sak/måling</h3>
                <div class="tab_item active ext">
                
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicase.add_case,phpgw_return_as:json')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicase.save_case_ajax,phpgw_return_as:json')" 
/></xsl:variable>
 
                <ul class="add-cases">
                        <xsl:for-each select="control_groups_with_items_array">

Modified: 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_menu.xsl
===================================================================
--- 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_menu.xsl
  2013-02-16 12:56:41 UTC (rev 10880)
+++ 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_menu.xsl
  2013-02-16 12:57:28 UTC (rev 10881)
@@ -13,7 +13,7 @@
       </xsl:otherwise>
     </xsl:choose>
     <xsl:attribute name="href">
-      
<xsl:text>index.php?menuaction=controller.uicheck_list.add_case</xsl:text>
+      <xsl:text>index.php?menuaction=controller.uicase.add_case</xsl:text>
       <xsl:text>&amp;check_list_id=</xsl:text>
       <xsl:value-of select="check_list/id"/>
       <xsl:value-of select="$session_url"/>




reply via email to

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