fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10711] bkbooking: hyttebooking bugfix


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [10711] bkbooking: hyttebooking bugfix
Date: Thu, 24 Jan 2013 08:53:49 +0000

Revision: 10711
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10711
Author:   kjell
Date:     2013-01-24 08:53:49 +0000 (Thu, 24 Jan 2013)
Log Message:
-----------
bkbooking: hyttebooking bugfix

Modified Paths:
--------------
    branches/dev-thomasez/bookingfrontend/templates/base/search.xsl

Modified: branches/dev-thomasez/bookingfrontend/templates/base/search.xsl
===================================================================
--- branches/dev-thomasez/bookingfrontend/templates/base/search.xsl     
2013-01-24 08:12:44 UTC (rev 10710)
+++ branches/dev-thomasez/bookingfrontend/templates/base/search.xsl     
2013-01-24 08:53:49 UTC (rev 10711)
@@ -34,7 +34,12 @@
         F.eks. "<i>Solstølen</i>", "<i>Tredalen</i>", "<i>kano</i>" eller 
"<i>leir</i>" 
       </div>
        <div class="freetime" id="field_freetime">
-      <input type="hidden" name="advsearch" id="field_advsearch" 
value="{resource/advsearch}" />
+     <xsl:if test="resource/advsearch != '1'">      
+         <input type="hidden" name="advsearch" id="field_advsearch" value="0" 
/>                                               
+     </xsl:if>      
+     <xsl:if test="resource/advsearch != '0'">      
+         <input type="hidden" name="advsearch" id="field_advsearch" value="1" 
/>                                               
+     </xsl:if>      
          <div class="settings" id="regions">
                        <select name='regions' id='field_regions'>
                        <option value=''><xsl:value-of 
select="php:function('lang', 'Select Area')" />...</option>




reply via email to

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