svn commit: r453517 - in /incubator/ofbiz/trunk/applications: ecommerce/webapp/ecommerce/forum/ manufacturing/webapp/manufacturing/bom/ order/webapp/ordermgr/entry/catalog/ product/webapp/catalog/category/ product/webapp/catalog/feature/ product/webapp...

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

svn commit: r453517 - in /incubator/ofbiz/trunk/applications: ecommerce/webapp/ecommerce/forum/ manufacturing/webapp/manufacturing/bom/ order/webapp/ordermgr/entry/catalog/ product/webapp/catalog/category/ product/webapp/catalog/feature/ product/webapp...

jacopoc
Author: jacopoc
Date: Fri Oct  6 00:09:59 2006
New Revision: 453517

URL: http://svn.apache.org/viewvc?view=rev&rev=453517
Log:
Changed <br> to <br/>.

Modified:
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl
    incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
    incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
    incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl
    incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl Fri Oct  6 00:09:59 2006
@@ -34,7 +34,7 @@
         <a class="tabButton" href="<@ofbizUrl>ViewBlog?contentId=${pair[0]?if_exists}&nodeTrailCsv=${csv?if_exists}"></@ofbizUrl>${uiLabelMap.CommonView}</a> <br/>
             <#assign indent = indent + "&nbsp;&nbsp;&nbsp;&nbsp;">
             <#else>
-        <hr>
+        <hr/>
         <u>${uiLabelMap.EcommerceAddResponseFor}${pair[0]?if_exists} - ${pair[1]?if_exists}:</u><br/>
             </#if>
             <#assign counter = counter + 1>

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl Fri Oct  6 00:09:59 2006
@@ -30,7 +30,7 @@
         <#assign pair=trailList[trailList?size - 1]/>
         <#assign pair0 = pair[0]?if_exists>
         <#assign pair1 = pair[1]?if_exists>
-        <hr>
+        <hr/>
         <div class="head1">${uiLabelMap.EcommerceContentFor} ${pair1?if_exists}[${pair0?if_exists}]:</div><br/>
     </#if>
 <#else>

Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl Fri Oct  6 00:09:59 2006
@@ -18,13 +18,13 @@
 <#if requestParameters.lookupFlag?default("N") == "Y">
 
 <#if selectedFeatures?has_content>
-<hr>
+<hr/>
 <div class="tableheadtext">${uiLabelMap.ManufacturingSelectedFeatures}</div>
 <#list selectedFeatures as selectedFeature>
     <div class="tabletext">${selectedFeature.productFeatureTypeId} = ${selectedFeature.description?if_exists} [${selectedFeature.productFeatureId}]</div>
 </#list>
 </#if>
-<hr>
+<hr/>
       <table border='0' cellspacing='0' cellpadding='2' class='boxbottom'>
         <tr>
           <td width="10%" align="left"><div class="tableheadtext">${uiLabelMap.ManufacturingProductLevel}</div></td>
@@ -66,8 +66,8 @@
           </tr>        
         </#if>
       </table>
-<hr>
-<hr>
+<hr/>
+<hr/>
       <table border='0' cellspacing='0' cellpadding='2' class='boxbottom'>
         <tr>
           <td width="18%" align="left"><div class="tableheadtext">${uiLabelMap.ProductProductId}</div></td>

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl Fri Oct  6 00:09:59 2006
@@ -416,7 +416,7 @@
                 </div>
             </td>
           </tr>
-          <tr><td><hr></td></tr>
+          <tr><td><hr/></td></tr>
           <#assign counter = 0>
           <#assign questions = configwrapper.questions>
           <#list questions as question>
@@ -520,7 +520,7 @@
             </#if>
             </td>
           </tr>
-          <tr><td><hr></td></tr>
+          <tr><td><hr/></td></tr>
           <#assign counter = counter + 1>
         </#list>
         </table>

Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl Fri Oct  6 00:09:59 2006
@@ -84,7 +84,7 @@
   <input type="submit" value="${uiLabelMap.CommonAdd}">
 </form>
 <br/>
-<hr>
+<hr/>
 <br/>
 
 <p class="head2">${uiLabelMap.ProductCategoryRollupChildCategories}</p>

Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl Fri Oct  6 00:09:59 2006
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<hr>
+<hr/>
 <div class="head1">${uiLabelMap.ProductSupplierSpecificFeatureInformation}</div>
 <#if editSupplierFeaturesForm?has_content>
 ${editSupplierFeaturesForm.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl?view=diff&rev=453517&r1=453516&r2=453517
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/group/EditFacilityGroupRollup.ftl Fri Oct  6 00:09:59 2006
@@ -77,7 +77,7 @@
   <input type="submit" value="${uiLabelMap.CommonAdd}">
 </form>
 <br/>
-<hr>
+<hr/>
 <br/>
 <p class="head2">${uiLabelMap.ProductGroupRollupChildGroups}</p>