fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10819] Removed form


From: Torstein
Subject: [Fmsystem-commits] [10819] Removed form
Date: Thu, 14 Feb 2013 10:57:18 +0000

Revision: 10819
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10819
Author:   vator
Date:     2013-02-14 10:57:18 +0000 (Thu, 14 Feb 2013)
Log Message:
-----------
Removed form

Modified Paths:
--------------
    
trunk/controller/templates/base/check_list/fragments/select_buildings_on_property.xsl

Modified: 
trunk/controller/templates/base/check_list/fragments/select_buildings_on_property.xsl
===================================================================
--- 
trunk/controller/templates/base/check_list/fragments/select_buildings_on_property.xsl
       2013-02-14 10:36:30 UTC (rev 10818)
+++ 
trunk/controller/templates/base/check_list/fragments/select_buildings_on_property.xsl
       2013-02-14 10:57:18 UTC (rev 10819)
@@ -1,28 +1,19 @@
 <!-- $Id: view_calendar_month.xsl 9200 2012-04-21 20:05:34Z vator $ -->
 <xsl:template name="select_buildings_on_property">
-
-  <form action="#">
-    <input type="hidden" name="period_type" value="view_year" />
-    <input type="hidden" name="year">
-      <xsl:attribute name="value">
-        <xsl:value-of select="current_year"/>
-      </xsl:attribute>
-    </input>
-               
-    <select id="choose_building_on_property" class="selectLocation">
-      <option value="">Velg bygg</option>
-      <xsl:for-each select="buildings_on_property">
-        <option>
-          <xsl:if test="id = //current_location/location_code">
-            <xsl:attribute name="selected">selected</xsl:attribute>
-          </xsl:if>
-          <xsl:attribute name="value">
-            <xsl:value-of select="id"/>
-          </xsl:attribute>
-          <xsl:value-of select="name" />
-        </option>
-      </xsl:for-each>
-    </select>                                  
-  </form>
+               
+  <select id="choose_building_on_property" class="selectLocation">
+    <option value="">Velg bygg</option>
+    <xsl:for-each select="buildings_on_property">
+      <option>
+        <xsl:if test="id = //current_location/location_code">
+          <xsl:attribute name="selected">selected</xsl:attribute>
+        </xsl:if>
+        <xsl:attribute name="value">
+          <xsl:value-of select="id"/>
+        </xsl:attribute>
+        <xsl:value-of select="name" />
+      </option>
+    </xsl:for-each>
+  </select>                                    
                                
 </xsl:template>




reply via email to

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