fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12759]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12759]
Date: Tue, 17 Feb 2015 23:04:59 +0000

Revision: 12759
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12759
Author:   nelson224
Date:     2015-02-17 23:04:58 +0000 (Tue, 17 Feb 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/project.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/project.xsl 2015-02-17 
18:17:48 UTC (rev 12758)
+++ branches/dev-syncromind/property/templates/base/project.xsl 2015-02-17 
23:04:58 UTC (rev 12759)
@@ -293,8 +293,11 @@
                                                </label>
                                                <input type="text" 
id="values_start_date" name="values[start_date]" size="10" 
value="{value_start_date}" readonly="readonly">
                                                        <xsl:attribute 
name="title">
-                                                       <xsl:value-of 
select="lang_start_date_statustext"/>
+                                                               <xsl:value-of 
select="lang_start_date_statustext"/>
                                                        </xsl:attribute>
+                                                       <xsl:attribute 
name="data-validation">
+                                                               
<xsl:text>required</xsl:text>
+                                                       </xsl:attribute>
                                                </input>
                                        </div>
                                        <div class="pure-control-group">
@@ -303,8 +306,11 @@
                                                </label>
                                                <input type="text" 
id="values_end_date" name="values[end_date]" size="10" value="{value_end_date}" 
readonly="readonly">
                                                        <xsl:attribute 
name="title">
-                                                       <xsl:value-of 
select="lang_end_date_statustext"/>
+                                                               <xsl:value-of 
select="lang_end_date_statustext"/>
                                                        </xsl:attribute>
+                                                       <xsl:attribute 
name="data-validation">
+                                                               
<xsl:text>required</xsl:text>
+                                                       </xsl:attribute>
                                                </input>
                                        </div>
                                        <xsl:call-template 
name="project_group_form"/>
@@ -331,10 +337,13 @@
                                                                <label 
for="name">
                                                                        
<xsl:value-of select="php:function('lang', 'move')"/>
                                                                </label>
-                                                               <input 
type="text" name="values[new_project_id]" value="">
+                                                               <input 
type="text" data-validation="number" name="values[new_project_id]" value="">
                                                                        
<xsl:attribute name="title">
-                                                                       
<xsl:value-of select="php:function('lang', 'move budget and orders to another 
project')"/>
+                                                                               
<xsl:value-of select="php:function('lang', 'move budget and orders to another 
project')"/>
                                                                        
</xsl:attribute>
+                                                                       
<xsl:attribute name="data-validation-optional">
+                                                                               
<xsl:text>true</xsl:text>
+                                                                       
</xsl:attribute>
                                                                </input>
                                                        </div>
                                                </xsl:when>




reply via email to

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