fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10299] Logistic: Added empty value to select box


From: Torstein
Subject: [Fmsystem-commits] [10299] Logistic: Added empty value to select box
Date: Tue, 23 Oct 2012 07:16:14 +0000

Revision: 10299
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10299
Author:   vator
Date:     2012-10-23 07:16:14 +0000 (Tue, 23 Oct 2012)
Log Message:
-----------
Logistic: Added empty value to select box

Modified Paths:
--------------
    trunk/logistic/templates/base/activity/activity_item.xsl

Modified: trunk/logistic/templates/base/activity/activity_item.xsl
===================================================================
--- trunk/logistic/templates/base/activity/activity_item.xsl    2012-10-23 
07:15:45 UTC (rev 10298)
+++ trunk/logistic/templates/base/activity/activity_item.xsl    2012-10-23 
07:16:14 UTC (rev 10299)
@@ -144,6 +144,7 @@
                                                                        <div 
class='input_error_msg'><xsl:value-of select="php:function('lang', $error_msg)" 
/></div>
                                                                </xsl:if>
                                                                <select 
name="responsible_user_id">
+                                                                       <option 
value="">Velg ansvarlig bruker</option>
                                                <xsl:for-each 
select="responsible_users">
                                                        <xsl:variable 
name="full_name">
                                                                <xsl:value-of 
disable-output-escaping="yes" select="account_firstname"/><xsl:text> </xsl:text>




reply via email to

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