fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10045] controller: generated url's


From: Sigurd Nes
Subject: [Fmsystem-commits] [10045] controller: generated url's
Date: Thu, 27 Sep 2012 11:45:43 +0000

Revision: 10045
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10045
Author:   sigurdne
Date:     2012-09-27 11:45:43 +0000 (Thu, 27 Sep 2012)
Log Message:
-----------
controller: generated url's

Modified Paths:
--------------
    trunk/controller/js/controller/ajax.js
    trunk/controller/templates/base/check_list/add_case.xsl
    trunk/controller/templates/base/check_list/edit_check_list.xsl
    trunk/controller/templates/base/control_group/control_groups.xsl
    trunk/controller/templates/base/control_item/choose_control_items.xsl
    trunk/controller/templates/base/control_item/control_item.xsl
    trunk/controller/templates/base/control_item/control_item_option.xsl
    trunk/controller/templates/base/procedure/procedure_documents.xsl

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2012-09-27 11:01:04 UTC (rev 
10044)
+++ trunk/controller/js/controller/ajax.js      2012-09-27 11:45:43 UTC (rev 
10045)
@@ -1081,4 +1081,4 @@
        
        // Updating order number in front of row
        $(span_order_nr).text(updated_order_nr);
-}
\ No newline at end of file
+}

Modified: trunk/controller/templates/base/check_list/add_case.xsl
===================================================================
--- trunk/controller/templates/base/check_list/add_case.xsl     2012-09-27 
11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/check_list/add_case.xsl     2012-09-27 
11:45:43 UTC (rev 10045)
@@ -79,7 +79,7 @@
                
                <div class="expand_menu"><div class="expand_all">Vis 
alle</div><div class="collapse_all focus">Skjul alle</div></div>
                
-               <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.add_case,phpgw_return_as:json')" /></xsl:variable>
 
                <ul class="control_groups">
                        <xsl:for-each select="control_groups_with_items_array">

Modified: trunk/controller/templates/base/check_list/edit_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/edit_check_list.xsl      
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/check_list/edit_check_list.xsl      
2012-09-27 11:45:43 UTC (rev 10045)
@@ -76,7 +76,7 @@
        <!-- ==================  CHECKLIST DETAILS  ===================== -->
        <div id="check_list_details">
                <h3 class="box_header">Sjekklistedetaljer</h3>
-                       <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uicheck_list.save_check_list')" /></xsl:variable>
+                       <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicheck_list.save_check_list')" /></xsl:variable>
                        <form id="frm_update_check_list" action="{$action_url}" 
method="post">  
                        <xsl:variable name="check_list_id"><xsl:value-of 
select="check_list/id"/></xsl:variable>
                        <input id="check_list_id" type="hidden" 
name="check_list_id" value="{$check_list_id}" />

Modified: trunk/controller/templates/base/control_group/control_groups.xsl
===================================================================
--- trunk/controller/templates/base/control_group/control_groups.xsl    
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/control_group/control_groups.xsl    
2012-09-27 11:45:43 UTC (rev 10045)
@@ -6,7 +6,7 @@
        
                <h2><xsl:value-of select="control_area/title"/></h2>
                
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uicontrol.save_control_groups')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicontrol.save_control_groups')" /></xsl:variable>
 
                <form id="frm_save_control_groups" action="{$action_url}" 
method="post">
                        <xsl:variable name="control_area_id"><xsl:value-of 
select="control_area/id"/></xsl:variable>

Modified: trunk/controller/templates/base/control_item/choose_control_items.xsl
===================================================================
--- trunk/controller/templates/base/control_item/choose_control_items.xsl       
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/control_item/choose_control_items.xsl       
2012-09-27 11:45:43 UTC (rev 10045)
@@ -9,7 +9,7 @@
           <!-- ==== CHOOSE NONE/ALL ===== -->
                <div class="expand_menu"><div class="expand_all">Vis 
alle</div><div class="collapse_all focus">Skjul alle</div></div>
                
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uicontrol.save_control_items')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicontrol.save_control_items')" /></xsl:variable>
                <form id="frm_control_items" action="{$action_url}" 
method="post">      
                        <xsl:variable name="control_id"><xsl:value-of 
select="control/id"/></xsl:variable>
                        <input type="hidden" name="control_id" 
value="{$control_id}" />

Modified: trunk/controller/templates/base/control_item/control_item.xsl
===================================================================
--- trunk/controller/templates/base/control_item/control_item.xsl       
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/control_item/control_item.xsl       
2012-09-27 11:45:43 UTC (rev 10045)
@@ -17,7 +17,7 @@
 </xsl:choose>
        
        <div id="control_item_details">
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uicontrol_item.save')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicontrol_item.save')" /></xsl:variable>
                <form action="{$action_url}" method="post">
                        <input type="hidden" name="id" 
value="{control_item/id}" />
                        <dl class="proplist">

Modified: trunk/controller/templates/base/control_item/control_item_option.xsl
===================================================================
--- trunk/controller/templates/base/control_item/control_item_option.xsl        
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/control_item/control_item_option.xsl        
2012-09-27 11:45:43 UTC (rev 10045)
@@ -13,7 +13,7 @@
        
 <div class="yui-content">
        <div id="details">
-               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uicontrol_item_option.save')" /></xsl:variable>
+               <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uicontrol_item_option.save')" /></xsl:variable>
                <form id="frm_add_control_item_option" action="{$action_url}" 
method="post">
                        <input type="hidden" name="control_item_id">
                                <xsl:attribute name="value"><xsl:value-of 
select="control_item/id"/></xsl:attribute>

Modified: trunk/controller/templates/base/procedure/procedure_documents.xsl
===================================================================
--- trunk/controller/templates/base/procedure/procedure_documents.xsl   
2012-09-27 11:01:04 UTC (rev 10044)
+++ trunk/controller/templates/base/procedure/procedure_documents.xsl   
2012-09-27 11:45:43 UTC (rev 10045)
@@ -7,7 +7,7 @@
 
 <div class="yui-content">
                <div id="details">
-                       <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', 'index.php', 
'menuaction:controller.uidocument.add')" /></xsl:variable>
+                       <xsl:variable name="action_url"><xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:controller.uidocument.add')" /></xsl:variable>
                        <form enctype="multipart/form-data" 
action="{$action_url}" method="POST">
                                <xsl:variable name="lang_upload"><xsl:value-of 
select="php:function('lang', 'upload')" /></xsl:variable>
                                <input type="hidden" name="procedure_id" value 
= "{procedure_id}" />




reply via email to

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