fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13301] cat_select.xsl


From: Saul
Subject: [Fmsystem-commits] [13301] cat_select.xsl
Date: Wed, 27 May 2015 23:27:33 +0000

Revision: 13301
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13301
Author:   psaul
Date:     2015-05-27 23:27:33 +0000 (Wed, 27 May 2015)
Log Message:
-----------
cat_select.xsl

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/cat_select.xsl

Modified: branches/dev-syncromind/property/templates/base/cat_select.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/cat_select.xsl      
2015-05-27 23:27:12 UTC (rev 13300)
+++ branches/dev-syncromind/property/templates/base/cat_select.xsl      
2015-05-27 23:27:33 UTC (rev 13301)
@@ -17,6 +17,27 @@
                </select>
        </xsl:template>
 
+       <xsl:template name="cat_select_investment">
+               <xsl:variable name="lang_cat_statustext">
+                       <xsl:value-of select="lang_cat_statustext"/>
+               </xsl:variable>
+               <xsl:variable name="select_name">
+                       <xsl:value-of select="select_name"/>
+               </xsl:variable>
+               <select name="{$select_name}" 
data-validation="write_period_num" id="period_num" class="forms" 
title="{$lang_cat_statustext}">
+                       <!--xsl:attribute name="data-validation">
+                               <xsl:text>required</xsl:text>
+                       </xsl:attribute-->
+                        <xsl:attribute name="data-validation-error-msg">
+                            <xsl:value-of select="php:function('lang', 'Please 
- select write off period or enter new number of period !')"/>
+                        </xsl:attribute>
+                       <option value="">
+                               <xsl:value-of select="lang_no_cat"/>
+                       </option>
+                       <xsl:apply-templates select="cat_list"/>
+                        
+               </select>
+       </xsl:template>
        <!-- New template-->
        <xsl:template match="cat_list">
                <xsl:variable name="id">




reply via email to

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