[Yanel-commits] rev 29656 - public/yanel/trunk/src/contributions/resources/contact-form/xslt

michi at wyona.com michi at wyona.com
Fri Dec 7 18:31:02 CET 2007


Author: michi
Date: 2007-12-07 18:31:01 +0100 (Fri, 07 Dec 2007)
New Revision: 29656

Modified:
   public/yanel/trunk/src/contributions/resources/contact-form/xslt/contact-form.xsl
Log:
reformatted

Modified: public/yanel/trunk/src/contributions/resources/contact-form/xslt/contact-form.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/contact-form/xslt/contact-form.xsl	2007-12-07 17:30:18 UTC (rev 29655)
+++ public/yanel/trunk/src/contributions/resources/contact-form/xslt/contact-form.xsl	2007-12-07 17:31:01 UTC (rev 29656)
@@ -94,15 +94,15 @@
           <td>&#160;</td>
           <td>
             <div id="spamblock_hide">
-            <input name="spamblock_hidden" type="hidden" value="TRyAg41n" />
-            <p>For spam detection purposes, please copy<br/> the number <strong>8989890</strong> to the field below:</p>
-            <input name="spamblock_input" id="spamblock_input" tabindex="3" value="" />
+              <input name="spamblock_hidden" type="hidden" value="TRyAg41n" />
+              <p>For spam detection purposes, please copy<br/> the number <strong>8989890</strong> to the field below:</p>
+              <input name="spamblock_input" id="spamblock_input" tabindex="3" value="" />
             </div>
+            <script type="text/javascript">
+              document.getElementById("spamblock_input").value = 8989890;
+              document.getElementById("spamblock_hide").style.display = "none";
+            </script>
           </td>
-          <script type="text/javascript">
-            document.getElementById("spamblock_input").value = 8989890;
-            document.getElementById("spamblock_hide").style.display = "none";
-          </script>
         </tr>
         <tr>
           <td>&#160;</td>



More information about the Yanel-commits mailing list