fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9073] Changed sorting functionality to sort both gro


From: Torstein
Subject: [Fmsystem-commits] [9073] Changed sorting functionality to sort both groups and items before saving
Date: Thu, 29 Mar 2012 10:22:38 +0000

Revision: 9073
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9073
Author:   vator
Date:     2012-03-29 10:22:38 +0000 (Thu, 29 Mar 2012)
Log Message:
-----------
Changed sorting functionality to sort both groups and items before saving

Modified Paths:
--------------
    trunk/controller/templates/base/control_item/sort_check_list.xsl

Modified: trunk/controller/templates/base/control_item/sort_check_list.xsl
===================================================================
--- trunk/controller/templates/base/control_item/sort_check_list.xsl    
2012-03-29 10:13:14 UTC (rev 9072)
+++ trunk/controller/templates/base/control_item/sort_check_list.xsl    
2012-03-29 10:22:38 UTC (rev 9073)
@@ -6,9 +6,8 @@
 <div class="yui-content tab_content">
                
          <!-- ===========================  SHOWS CONTROL ITEMS RECEIPT   
=============================== -->
-               <input type="hidden" id="control_id" name="control_id" 
value="{$control_id}" />
-               
-               <form action="#" id="frmSaveOrder"> 
+               <form action="#" id="frmSaveOrder">
+                       <input type="hidden" id="control_id" name="control_id" 
value="{$control_id}" /> 
                        <ul class="groups">
                                <xsl:for-each 
select="saved_groups_with_items_array">
                                <xsl:choose>




reply via email to

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