fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10851] Recactoring


From: Torstein
Subject: [Fmsystem-commits] [10851] Recactoring
Date: Fri, 15 Feb 2013 12:54:01 +0000

Revision: 10851
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10851
Author:   vator
Date:     2013-02-15 12:54:00 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
Recactoring

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

Modified: 
trunk/controller/templates/base/check_list/fragments/cases_tab_menu.xsl
===================================================================
--- trunk/controller/templates/base/check_list/fragments/cases_tab_menu.xsl     
2013-02-15 12:50:30 UTC (rev 10850)
+++ trunk/controller/templates/base/check_list/fragments/cases_tab_menu.xsl     
2013-02-15 12:54:00 UTC (rev 10851)
@@ -8,7 +8,7 @@
                                <xsl:attribute 
name="class">active</xsl:attribute>
                        </xsl:if>                               
                        <xsl:attribute name="href">
-                               
<xsl:text>index.php?menuaction=controller.uicheck_list.view_open_cases</xsl:text>
+                               
<xsl:text>index.php?menuaction=controller.uicase.view_open_cases</xsl:text>
                                <xsl:text>&amp;check_list_id=</xsl:text>
                                <xsl:value-of select="check_list/id"/>
                                
<xsl:text>&amp;phpgw_return_as=stripped_html</xsl:text>
@@ -21,7 +21,7 @@
                                <xsl:attribute 
name="class">active</xsl:attribute>
                        </xsl:if>                                       
                        <xsl:attribute name="href">
-                               
<xsl:text>index.php?menuaction=controller.uicheck_list.view_closed_cases</xsl:text>
+                               
<xsl:text>index.php?menuaction=controller.uicase.view_closed_cases</xsl:text>
                                <xsl:text>&amp;check_list_id=</xsl:text>
                                <xsl:value-of select="check_list/id"/>
                                
<xsl:text>&amp;phpgw_return_as=stripped_html</xsl:text>

Modified: 
trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl    
2013-02-15 12:50:30 UTC (rev 10850)
+++ trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl    
2013-02-15 12:54:00 UTC (rev 10851)
@@ -91,7 +91,7 @@
        
                <a id="view_open_cases">
                        <xsl:attribute name="href">
-                               
<xsl:text>index.php?menuaction=controller.uicheck_list.view_open_cases</xsl:text>
+                               
<xsl:text>index.php?menuaction=controller.uicase.view_open_cases</xsl:text>
                                <xsl:text>&amp;check_list_id=</xsl:text>
                                <xsl:value-of select="check_list/id"/>
                                
<xsl:text>&amp;phpgw_return_as=stripped_html</xsl:text>

Modified: trunk/controller/templates/mobilefrontend/case/add_case.xsl
===================================================================
--- trunk/controller/templates/mobilefrontend/case/add_case.xsl 2013-02-15 
12:50:30 UTC (rev 10850)
+++ trunk/controller/templates/mobilefrontend/case/add_case.xsl 2013-02-15 
12:54:00 UTC (rev 10851)
@@ -23,7 +23,12 @@
                        </xsl:choose>
                </div>
        </div>
-               
+       
+  <!-- ==================  CHECKLIST TAB MENU  ===================== -->
+       <xsl:call-template name="cases_menu">
+               <xsl:with-param name="active_tab">reg_case</xsl:with-param>
+       </xsl:call-template>
+    
        <div style="margin:20px 0;">
                        <xsl:call-template name="select_buildings_on_property" 
/>
        </div>




reply via email to

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