You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/23 10:35:27 UTC

svn commit: r883292 - /ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl

Author: jleroux
Date: Mon Nov 23 09:35:26 2009
New Revision: 883292

URL: http://svn.apache.org/viewvc?rev=883292&view=rev
Log:
Oops, I put a wrong tag in r883280 while doing some tests

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl?rev=883292&r1=883291&r2=883292&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/AddAdditionalImages.ftl Mon Nov 23 09:35:26 2009
@@ -12,7 +12,6 @@
         <td><#if productAdditionalImage1?has_content><a href="javascript:void(0);" swapDetail="<@o...@ofbizContentUrl>"><img src="<@o...@ofbizContentUrl>" height="50" width="50"/></a></#if></td>
         <td><input id="additionalImageOne" type="file" size="20" name="additionalImageOne" /></td>
       </tr>
-      </br></br>
       <tr>
         <td><#if productAdditionalImage2?has_content><a href="javascript:void(0);" swapDetail="<@o...@ofbizContentUrl>" ><img src="<@o...@ofbizContentUrl>" height="50" width="50" /></a></#if></td>
         <td><input type="file" size="20" name="additionalImageTwo" /></td>