fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7731]


From: Torstein
Subject: [Fmsystem-commits] [7731]
Date: Tue, 27 Sep 2011 07:15:21 +0000

Revision: 7731
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7731
Author:   vator
Date:     2011-09-27 07:15:18 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/control_items.xsl

Modified: trunk/controller/templates/base/control_items.xsl
===================================================================
--- trunk/controller/templates/base/control_items.xsl   2011-09-27 06:10:48 UTC 
(rev 7730)
+++ trunk/controller/templates/base/control_items.xsl   2011-09-27 07:15:18 UTC 
(rev 7731)
@@ -57,13 +57,13 @@
                        
                        <ul class="control_items">
                                <xsl:for-each select="control_receipt_items">
-                                       <ul>
+                               <ul>
                                <li>
                                        <h4><xsl:value-of 
select="control_group/group_name"/></h4>
                                        <ul>            
                                                        <xsl:for-each 
select="control_items">
                                                                <xsl:variable 
name="control_item_id"><xsl:value-of select="id"/></xsl:variable>
-                                                       <li><input 
type="checkbox"  name="control_item_ids[]" value="{$control_item_id}" 
/><xsl:value-of select="title"/></li>  
+                                                       <li><xsl:number/>. 
<xsl:value-of select="title"/></li>  
                                                        </xsl:for-each>
                                                </ul>
                                        </li>




reply via email to

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