fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13540] add title to select


From: Sigurd Nes
Subject: [Fmsystem-commits] [13540] add title to select
Date: Tue, 30 Jun 2015 11:06:42 +0000

Revision: 13540
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13540
Author:   sigurdne
Date:     2015-06-30 11:06:41 +0000 (Tue, 30 Jun 2015)
Log Message:
-----------
add title to select

Modified Paths:
--------------
    trunk/property/templates/base/attributes_form.xsl

Modified: trunk/property/templates/base/attributes_form.xsl
===================================================================
--- trunk/property/templates/base/attributes_form.xsl   2015-06-26 22:58:52 UTC 
(rev 13539)
+++ trunk/property/templates/base/attributes_form.xsl   2015-06-30 11:06:41 UTC 
(rev 13540)
@@ -96,7 +96,7 @@
                                                                
<xsl:call-template name="choice"/>
                                                        </xsl:when>
                                                        <xsl:when 
test="datatype='LB'">
-                                                               <select 
id="id_{name}" name="values_attribute[{counter}][value]" class="forms">
+                                                               <select 
id="id_{name}" name="values_attribute[{counter}][value]" class="forms" 
title="{$statustext}">
                                                                        
<xsl:choose>
                                                                                
<xsl:when test="disabled!=''">
                                                                                
        <xsl:attribute name="disabled">




reply via email to

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