Author: buscob
Date: Wed Oct 14 17:52:26 2009
New Revision: 825206
URL:
http://svn.apache.org/viewvc?rev=825206&view=revLog:
Fixed screenlet pattern in FTL files
Modified:
ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl
ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl?rev=825206&r1=825205&r2=825206&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl Wed Oct 14 17:52:26 2009
@@ -18,10 +18,10 @@
-->
<a href="<@ofbizUrl>attachProductFeaturesToCategory?productCategoryId=${productCategoryId?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductFeatureCategoryAttach}]</a>
<#if productCategoryId?exists && productCategory?exists>
+ <div class="screenlet">
<div class="screenlet-title-bar">
- <h3>${uiLabelMap.PageTitleEditCategoryFeatureCategories}</h3>
+ <h3>${uiLabelMap.PageTitleEditCategoryFeatureCategories}</h3>
</div>
- <div class="screenlet">
<div class="screenlet-body">
<#-- Feature Groups -->
<table cellspacing="0" class="basic-table">
Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl?rev=825206&r1=825205&r2=825206&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl Wed Oct 14 17:52:26 2009
@@ -18,10 +18,10 @@
-->
<#if productCategoryId?exists && productCategory?exists>
+ <div class="screenlet">
<div class="screenlet-title-bar">
- <h3>${uiLabelMap.PageTitleEditCategoryProductCatalogs}</h3>
+ <h3>${uiLabelMap.PageTitleEditCategoryProductCatalogs}</h3>
</div>
- <div class="screenlet">
<div class="screenlet-body">
<table cellspacing="0" class="basic-table">
<tr class="header-row">