[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [14034]
From: |
Nelson Guerra |
Subject: |
[Fmsystem-commits] [14034] |
Date: |
Mon, 28 Sep 2015 23:50:16 +0000 |
Revision: 14034
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14034
Author: nelson224
Date: 2015-09-28 23:50:16 +0000 (Mon, 28 Sep 2015)
Log Message:
-----------
Modified Paths:
--------------
branches/dev-syncromind/rental/templates/base/party.xsl
Modified: branches/dev-syncromind/rental/templates/base/party.xsl
===================================================================
--- branches/dev-syncromind/rental/templates/base/party.xsl 2015-09-28
23:12:42 UTC (rev 14033)
+++ branches/dev-syncromind/rental/templates/base/party.xsl 2015-09-28
23:50:16 UTC (rev 14034)
@@ -45,7 +45,11 @@
<label>
<xsl:value-of
select="php:function('lang', 'firstname')"/>
</label>
- <input type="text"
name="firstname" value="{value_firstname}"></input>
+ <input type="text"
name="firstname" value="{value_firstname}">
+ <xsl:attribute
name="data-validation">
+
<xsl:text>required</xsl:text>
+
</xsl:attribute>
+ </input>
</div>
<div class="pure-control-group">
<label>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [14034],
Nelson Guerra <=