svn commit: r677855 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r677855 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl

lektran
Author: lektran
Date: Fri Jul 18 01:42:03 2008
New Revision: 677855

URL: http://svn.apache.org/viewvc?rev=677855&view=rev
Log:
Fixed bug reported by Bruno Busco in the user list

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl?rev=677855&r1=677854&r2=677855&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl Fri Jul 18 01:42:03 2008
@@ -69,7 +69,7 @@
     
     <table cellspacing="0" class="basic-table">
         <tr>
-          <td align="left"><input type="checkbox" name="selectAll" value="0" onclick="javascript:toggleAll(this);"> <b>${uiLabelMap.ProductProduct}</b></td>
+          <td align="left"><input type="checkbox" name="selectAll" value="0" onclick="javascript:toggleAll(this);"/> <b>${uiLabelMap.ProductProduct}</b></td>
           <td align="right">
             <b>
             <#if 0 < viewIndex?int>
@@ -112,7 +112,7 @@
           </#if>
         </#list>
       </table>
-    <form>
+    </form>
     
     <table cellspacing="0" class="basic-table">
         <tr><td colspan="2"><hr/></td></tr>