Modified: ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryCheckExisting.ftl Sat Jul 28 04:47:08 2007 @@ -21,7 +21,7 @@ <a href="<@ofbizUrl>EditCategory?productCategoryId=${productCategoryId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductBackToEditCategory}]</a> </#if> -<div class="head1"> +<h1> ${uiLabelMap.ProductCheckingForExistingProductInCategory} <#if (productCategory.description)?has_content>"${productCategory.description}"</#if> [${uiLabelMap.CommonId}:${productCategoryId?if_exists}] <#if productFeatureAndTypeDatas?has_content> @@ -33,7 +33,7 @@ <#if productFeatureAndTypeData_has_next>,${uiLabelMap.CommonAnd} </#if> </#list> </#if> -</div> +</h1> <#if products?has_content> <table cellpadding="1" cellspacing="0" border="1"> @@ -51,7 +51,7 @@ </#list> </table> <#else> - <div class="head3"> ${uiLabelMap.ProductNoExistingProductsFound}.</div> + <h3> ${uiLabelMap.ProductNoExistingProductsFound}.</h3> </#if> <br/> Modified: ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigItemContent.ftl Sat Jul 28 04:47:08 2007 @@ -26,7 +26,7 @@ </script> <#if fileType?has_content> - <div class='head3'>${uiLabelMap.ProductResultOfImageUpload}</div> + <h3>${uiLabelMap.ProductResultOfImageUpload}</h3> <#if !(clientFileName?has_content)> <div class='tabletext'>${uiLabelMap.ProductNoFileSpecifiedForUpload}.</div> <#else> @@ -62,18 +62,18 @@ </tr> </#list> </table> - <div class="head2">${uiLabelMap.ProductCreateNewProductConfigItemContent}</div> + <h2>${uiLabelMap.ProductCreateNewProductConfigItemContent}</h2> <#if configItemId?has_content && configItem?has_content> ${prepareAddProductContentWrapper.renderFormString(context)} </#if> - <div class="head2">${uiLabelMap.ProductAddContentProductConfigItem}</div> + <h2>${uiLabelMap.ProductAddContentProductConfigItem}</h2> <#if configItemId?has_content && configItem?has_content> ${addProductContentWrapper.renderFormString(context)} </#if> <hr class="sepbar"/> - <div class="head2">${uiLabelMap.ProductOverrideSimpleFields}</div> + <h2>${uiLabelMap.ProductOverrideSimpleFields}</h2> <form action="<@ofbizUrl>updateProductConfigItemContent</@ofbizUrl>" method="post" style="margin: 0;" name="productForm"> <table border="0" cellpadding="2" cellspacing="0"> <input type="hidden" name="configItemId" value="${configItemId?if_exists}"> @@ -121,7 +121,7 @@ <hr class="sepbar"/> - <div class="head3">${uiLabelMap.ProductUploadImage}</div> + <h3>${uiLabelMap.ProductUploadImage}</h3> <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>UploadProductConfigItemImage?configItemId=${configItemId}&upload_file_type=small</@ofbizUrl>" name="imageUploadForm"> <input type="file" class="inputBox" size="50" name="fname"> <input type="submit" class="smallSubmit" value="${uiLabelMap.ProductUploadImage}"> Modified: ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigOptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigOptions.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigOptions.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/config/EditProductConfigOptions.ftl Sat Jul 28 04:47:08 2007 @@ -48,17 +48,17 @@ <#-- new question / category --> <#if configOptionId?has_content> - <div class="head2">${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigOptions}:</div> + <h2>${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigOptions}:</h2> <a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}#edit</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonNew} ${uiLabelMap.ProductConfigOptions}]</a> <#else> - <div class="head2">${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigOptions}</div> + <h2>${uiLabelMap.CommonCreateNew} ${uiLabelMap.ProductConfigOptions}</h2> </#if> ${sections.render("CreateConfigOptionForm")} <#if (configOption?has_content)> <br/> <hr class="sepbar"> - <div class="head1">${uiLabelMap.ProductComponents} - <span class="head2">${uiLabelMap.CommonId}: ${configOption.configOptionId?if_exists} - ${configOption.description?if_exists}</div> + <h1>${uiLabelMap.ProductComponents} - <span class="head2">${uiLabelMap.CommonId}: ${configOption.configOptionId?if_exists} - ${configOption.description?if_exists}</h1> <table border="1" cellpadding='2' cellspacing='0'> <tr> <td><div class="tableheadtext">${uiLabelMap.CommonSequenceNum}</div></td> @@ -81,9 +81,9 @@ </table> <#if !productConfigProduct?has_content> - <div class="head2">${uiLabelMap.CommonAddA} ${uiLabelMap.ProductConfigs}:</div> + <h2>${uiLabelMap.CommonAddA} ${uiLabelMap.ProductConfigs}:</h2> <#else> - <div class="head2">${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigs}:</div> + <h2>${uiLabelMap.CommonEdit} ${uiLabelMap.ProductConfigs}:</h2> <a href="<@ofbizUrl>EditProductConfigOptions?configItemId=${requestParameters.configItemId}&configOptionId=${productConfigProduct.configOptionId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonNew} ${uiLabelMap.ProductConfigs}]</a> </#if> ${sections.render("CreateConfigProductForm")} Modified: ofbiz/trunk/applications/product/webapp/catalog/config/FindProductConfigItems.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/config/FindProductConfigItems.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/config/FindProductConfigItems.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/config/FindProductConfigItems.ftl Sat Jul 28 04:47:08 2007 @@ -80,7 +80,7 @@ </#list> <#else> <tr> - <td colspan="4"><div class="head3">${uiLabelMap.CommonNo} ${uiLabelMap.ProductConfigItems} ${uiLabelMap.CommonFound}.</div></td> + <td colspan="4"><h3>${uiLabelMap.CommonNo} ${uiLabelMap.ProductConfigItems} ${uiLabelMap.CommonFound}.</h3></td> </tr> </#if> </table> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/BulkAddFeature.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/BulkAddFeature.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/BulkAddFeature.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/BulkAddFeature.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductAddProductFeatureInBulk} ${uiLabelMap.CommonFor} ${featureCategory.description}</div> +<h1>${uiLabelMap.ProductAddProductFeatureInBulk} ${uiLabelMap.CommonFor} ${featureCategory.description}</h1> <table border="1" cellpadding='2' cellspacing='0'> <form method='POST' action='<@ofbizUrl>BulkAddProductFeatures</@ofbizUrl>' name="selectAllForm"> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/CreateFeatureCategory.ftl Sat Jul 28 04:47:08 2007 @@ -18,7 +18,7 @@ --> <form method="post" action="<@ofbizUrl>/CreateFeatureCategory</@ofbizUrl>" style="margin: 0;"> - <div class="head2">${uiLabelMap.ProductCreateAProductFeatureCategory}:</div> + <h2>${uiLabelMap.ProductCreateAProductFeatureCategory}:</h2> <br/> <table> <tr> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeature.ftl Sat Jul 28 04:47:08 2007 @@ -18,12 +18,12 @@ --> <hr/> -<div class="head1">${uiLabelMap.ProductSupplierSpecificFeatureInformation}</div> +<h1>${uiLabelMap.ProductSupplierSpecificFeatureInformation}</h1> <#if editSupplierFeaturesForm?has_content> ${editSupplierFeaturesForm.renderFormString()} </#if> <br/> -<div class="head2">${uiLabelMap.ProductCreateInformationNewSupplier}</div> +<h2>${uiLabelMap.ProductCreateInformationNewSupplier}</h2> <#if createSupplierFeatureForm?has_content> ${createSupplierFeatureForm.renderFormString()} </#if> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategories.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategories.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategories.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategories.ftl Sat Jul 28 04:47:08 2007 @@ -17,12 +17,12 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductProductFeatureCategories}</div> +<h1>${uiLabelMap.ProductProductFeatureCategories}</h1> <br/> <form method="post" action="<@ofbizUrl>EditFeature</@ofbizUrl>" style="margin: 0;"> - <div class="head2">${uiLabelMap.ProductEditFeatureId} :</div> + <h2>${uiLabelMap.ProductEditFeatureId} :</h2> <input type="text" class="inputBox" size="12" name="productFeatureId" value=""/> <input type="submit" value="${uiLabelMap.CommonEdit}"/> </form> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductEditFeaturesForFeatureCategory} "${(curProductFeatureCategory.description)?if_exists}"</div> +<h1>${uiLabelMap.ProductEditFeaturesForFeatureCategory} "${(curProductFeatureCategory.description)?if_exists}"</h1> <a href="<@ofbizUrl>EditFeature?productFeatureCategoryId=${productFeatureCategoryId?if_exists}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewFeature}]</a> <br> <form action="<@ofbizUrl>QuickAddProductFeatures</@ofbizUrl>" method="post"> Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureGroups.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureGroups.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureGroups.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureGroups.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductFeatureGroup}</div> +<h1>${uiLabelMap.ProductFeatureGroup}</h1> <br/> <table border="1" cellpadding='2' cellspacing='0'> @@ -43,7 +43,7 @@ <br/> <form method="post" action="<@ofbizUrl>CreateProductFeatureGroup</@ofbizUrl>" style='margin: 0;'> - <div class='head2'>${uiLabelMap.ProductCreateProductFeatureGroup}:</div> + <h2>${uiLabelMap.ProductCreateProductFeatureGroup}:</h2> <br/> <table> <tr> Modified: ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl Sat Jul 28 04:47:08 2007 @@ -30,12 +30,12 @@ </div> -<div class="head1">${uiLabelMap.ProductSearchResultsWithIdValue}: [${idValue?if_exists}]</div> +<h1>${uiLabelMap.ProductSearchResultsWithIdValue}: [${idValue?if_exists}]</h1> <#if !goodIdentifications?has_content && !idProduct?has_content> <br/> - <div class="head2"> ${uiLabelMap.ProductNoResultsFound}.</div> + <h2> ${uiLabelMap.ProductNoResultsFound}.</h2> <#else/> <table cellpadding="2"> <#if idProduct?has_content> Modified: ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl Sat Jul 28 04:47:08 2007 @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<div class="head1">${uiLabelMap.ProductAdvancedSearchinCategory}</div> +<h1>${uiLabelMap.ProductAdvancedSearchinCategory}</h1> <br/> <form name="advtokeywordsearchform" method="post" action="<@ofbizUrl>keywordsearch</@ofbizUrl>" style="margin: 0;"> <input type="hidden" name="VIEW_SIZE" value="25"/> 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?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductSearchProducts}, <span class="head2">${uiLabelMap.ProductSearchFor}:</span></div> +<h1>${uiLabelMap.ProductSearchProducts}, <span class="head2">${uiLabelMap.ProductSearchFor}:</span></h1> <#list searchConstraintStrings as searchConstraintString> <div class="tabletext"> <a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">X</a> ${searchConstraintString}</div> </#list> @@ -25,7 +25,7 @@ <div class="tabletext"><a href="<@ofbizUrl>advancedsearch?SEARCH_CATEGORY_ID=${(requestParameters.SEARCH_CATEGORY_ID)?if_exists}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonRefine} ${uiLabelMap.CommonSearch}</a></div> <#if !productIds?has_content> - <br/><div class="head2"> ${uiLabelMap.ProductNoResultsFound}.</div> + <br/><h2> ${uiLabelMap.ProductNoResultsFound}.</h2> </#if> <#if productIds?has_content> Modified: ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl Sat Jul 28 04:47:08 2007 @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<div class="head1">${uiLabelMap.ProductGlobalPriceRule}</div> +<h1>${uiLabelMap.ProductGlobalPriceRule}</h1> <a href="<@ofbizUrl>FindProductPriceRules</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductFindRule}]</a> <br/> Modified: ofbiz/trunk/applications/product/webapp/catalog/price/FindProductPriceRule.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/price/FindProductPriceRule.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/price/FindProductPriceRule.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/price/FindProductPriceRule.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductGlobalPriceRules}</div> +<h1>${uiLabelMap.ProductGlobalPriceRules}</h1> <#if activeOnly> <a href="<@ofbizUrl>FindProductPriceRules?activeOnly=false</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductActiveAndInactive}]</a> <#else> @@ -64,7 +64,7 @@ <br/> <form method="post" action="<@ofbizUrl>createProductPriceRule</@ofbizUrl>" style="margin: 0;"> - <div class="head2">${uiLabelMap.ProductAddPriceRule}:</div> + <h2>${uiLabelMap.ProductAddPriceRule}:</h2> <br/> ${uiLabelMap.ProductName}: <input type="text" size="30" class="inputBox" name="ruleName"/> <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonAdd}"/> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl Sat Jul 28 04:47:08 2007 @@ -171,7 +171,7 @@ <br/> <#if productId?exists && product?exists> <hr class="sepbar"> - <div class="head2">${uiLabelMap.ProductAssociationsFromProduct}...</div> + <h2>${uiLabelMap.ProductAssociationsFromProduct}...</h2> <table border="1" cellpadding="2" cellspacing="0"> <tr> @@ -211,7 +211,7 @@ </table> <hr class="sepbar"> - <div class="head2">${uiLabelMap.ProductAssociationsToProduct}...</div> + <h2>${uiLabelMap.ProductAssociationsToProduct}...</h2> <table border="1" cellpadding="2" cellspacing="0"> <tr> <td><div class="tabletext"><b>${uiLabelMap.ProductProductId}</b></div></td> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl Sat Jul 28 04:47:08 2007 @@ -26,7 +26,7 @@ </script> <#if fileType?has_content> - <div class='head3'>${uiLabelMap.ProductResultOfImageUpload}</div> + <h3>${uiLabelMap.ProductResultOfImageUpload}</h3> <#if !(clientFileName?has_content)> <div class='tabletext'>${uiLabelMap.ProductNoFileSpecifiedForUpload}.</div> <#else> @@ -75,18 +75,18 @@ </tr> </#list> </table> - <div class="head2">${uiLabelMap.ProductCreateNewProductContent}</div> + <h2>${uiLabelMap.ProductCreateNewProductContent}</h2> <#if productId?has_content && product?has_content> ${sections.render("PrepareAddProductContentAssoc")} </#if> - <div class="head2">${uiLabelMap.ProductAddContentProduct}</div> + <h2>${uiLabelMap.ProductAddContentProduct}</h2> <#if productId?has_content && product?has_content> ${sections.render("AddProductContentAssoc")} </#if> <hr class="sepbar"/> - <div class="head2">${uiLabelMap.ProductOverrideSimpleFields}</div> + <h2>${uiLabelMap.ProductOverrideSimpleFields}</h2> <form action="<@ofbizUrl>updateProductContent</@ofbizUrl>" method="post" style="margin: 0;" name="productForm"> <table border="0" cellpadding="2" cellspacing="0"> <input type="hidden" name="productId" value="${productId?if_exists}"> @@ -215,7 +215,7 @@ eval(toExec); }; </script> - <div class="head3">${uiLabelMap.ProductUploadImage}</div> + <h3>${uiLabelMap.ProductUploadImage}</h3> <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>UploadProductImage?productId=${productId}&upload_file_type=small</@ofbizUrl>" name="imageUploadForm"> <input type="file" class="inputBox" size="50" name="fname"> <br/> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl Sat Jul 28 04:47:08 2007 @@ -18,7 +18,7 @@ --> <#if productId?exists> <hr class="sepbar"/> - <div class="head2">${uiLabelMap.ProductDuplicateProduct}</div> + <h2>${uiLabelMap.ProductDuplicateProduct}</h2> <form action="<@ofbizUrl>DuplicateProduct</@ofbizUrl>" method="post" style="margin: 0;"> <input type="hidden" name="oldProductId" value="${productId}"/> <div> @@ -50,7 +50,7 @@ </form> <#if product?exists && product.isVirtual?if_exists == "Y"> <hr class="sepbar"/> - <div class="head2">${uiLabelMap.ProductUpdateProductVariants}</div> + <h2>${uiLabelMap.ProductUpdateProductVariants}</h2> <form action="<@ofbizUrl>UpdateProductVariants?productId=${productId}</@ofbizUrl>" method="post" style="margin: 0;"> <input type="hidden" name="virtualProductId" value="${productId}"/> <div class="tabletext"> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl Sat Jul 28 04:47:08 2007 @@ -86,7 +86,7 @@ <br/> <form method="post" action="<@ofbizUrl>ApplyFeaturesFromCategory</@ofbizUrl>" style='margin: 0;'> <input type="hidden" name="productId" value="${productId}"> - <div class='head2'>${uiLabelMap.ProductAddProductFeatureFromCategory}:</div> + <h2>${uiLabelMap.ProductAddProductFeatureFromCategory}:</h2> <br/> <select class='selectBox' name='productFeatureCategoryId' size="1"> <option value='' selected>${uiLabelMap.ProductChooseFeatureCategory}</option> @@ -116,7 +116,7 @@ <form method="post" action="<@ofbizUrl>ApplyFeatureToProductFromTypeAndCode</@ofbizUrl>" style='margin: 0;' name='addFeatureByTypeIdCode'> <input type="hidden" name="productId" value="${productId}"> - <div class='head2'>${uiLabelMap.ProductAddProductFeatureTypeId}:</div> + <h2>${uiLabelMap.ProductAddProductFeatureTypeId}:</h2> <br/> <span class='tabletext'>${uiLabelMap.ProductFeatureType}: </span><select class='selectBox' name='productFeatureTypeId' size="1"> <#list productFeatureTypes as productFeatureType> @@ -147,7 +147,7 @@ <form method="post" action="<@ofbizUrl>ApplyFeatureToProduct</@ofbizUrl>" style="margin: 0;" name="addFeatureById"> <input type="hidden" name="productId" value="${productId}"> - <div class="head2">${uiLabelMap.ProductAddProductFeatureID}:</div> + <h2>${uiLabelMap.ProductAddProductFeatureID}:</h2> <br/> <span class="tabletext">${uiLabelMap.CommonId}: </span> <input type="text" size="10" name="productFeatureId" value="" class="inputBox"> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl Sat Jul 28 04:47:08 2007 @@ -92,7 +92,7 @@ <hr class="sepbar"/> -<div class="head1">${uiLabelMap.ProductInventoryItems} <span class="head2">${uiLabelMap.CommonFor} <#if product?exists>${(product.internalName)?if_exists} </#if> [${uiLabelMap.CommonId}:${productId?if_exists}]</span></div> +<h1>${uiLabelMap.ProductInventoryItems} <span class="head2">${uiLabelMap.CommonFor} <#if product?exists>${(product.internalName)?if_exists} </#if> [${uiLabelMap.CommonId}:${productId?if_exists}]</span></h1> <#if productId?has_content> <a href="/facility/control/EditInventoryItem?productId=${productId}${externalKeyParam}" class="buttontext">${uiLabelMap.ProductCreateNewInventoryItemProduct}</a> <#if showEmpty> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoCode.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoCode.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoCode.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoCode.ftl Sat Jul 28 04:47:08 2007 @@ -22,7 +22,7 @@ <#if productPromoCode.requireEmailOrParty?if_exists == "N"> <div class="tableheadtext">${uiLabelMap.ProductNoteRequireEmailParty}</div> </#if> - <div class="head3">${uiLabelMap.ProductPromoCodeEmails}</div> + <h3>${uiLabelMap.ProductPromoCodeEmails}</h3> <#list productPromoCodeEmails as productPromoCodeEmail> <div class="tabletext"><a href="<@ofbizUrl>deleteProductPromoCodeEmail?productPromoCodeId=${productPromoCodeEmail.productPromoCodeId}&emailAddress=${productPromoCodeEmail.emailAddress}</@ofbizUrl>" class="buttontext">[X]</a> ${productPromoCodeEmail.emailAddress}</div> </#list> @@ -34,7 +34,7 @@ </form> </div> - <div class="head3">${uiLabelMap.ProductPromoCodeParties}</div> + <h3>${uiLabelMap.ProductPromoCodeParties}</h3> <#list productPromoCodeParties as productPromoCodeParty> <div class="tabletext"><a href="<@ofbizUrl>deleteProductPromoCodeParty?productPromoCodeId=${productPromoCodeParty.productPromoCodeId}&partyId=${productPromoCodeParty.partyId}</@ofbizUrl>" class="buttontext">[X]</a> ${productPromoCodeParty.partyId}</div> </#list> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl Sat Jul 28 04:47:08 2007 @@ -353,7 +353,7 @@ <br/> - <div class="head3">${uiLabelMap.ProductAddPromoRule}:</div> + <h3>${uiLabelMap.ProductAddPromoRule}:</h3> <div class="tabletext"> <form method="post" action="<@ofbizUrl>createProductPromoRule</@ofbizUrl>" style="margin: 0;"> <input type="hidden" name="productPromoId" value="${productPromoId?if_exists}"> @@ -365,7 +365,7 @@ <br/> <#-- ======================= Categories ======================== --> - <div class="head3">${uiLabelMap.ProductPromotion} ${uiLabelMap.ProductCategories}:</div> + <h3>${uiLabelMap.ProductPromotion} ${uiLabelMap.ProductCategories}:</h3> <#list promoProductPromoCategories as promoProductPromoCategory> <#assign promoProductCategory = promoProductPromoCategory.getRelatedOneCache("ProductCategory")> <#assign promoApplEnumeration = promoProductPromoCategory.getRelatedOneCache("ApplEnumeration")> @@ -401,7 +401,7 @@ </div> <br/> <#-- ======================= Products ======================== --> - <div class="head3">${uiLabelMap.ProductPromotionProducts} :</div> + <h3>${uiLabelMap.ProductPromotionProducts} :</h3> <#list promoProductPromoProducts as promoProductPromoProduct> <#assign promoProduct = promoProductPromoProduct.getRelatedOneCache("Product")?if_exists> <#assign promoApplEnumeration = promoProductPromoProduct.getRelatedOneCache("ApplEnumeration")> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl Sat Jul 28 04:47:08 2007 @@ -60,7 +60,7 @@ <input type="hidden" name="productPromoId" value="${productPromoId}"/> <input type="hidden" name="tryEntity" value="true"/> - <div class="head2">${uiLabelMap.ProductAddStorePromo} :</div> + <h2>${uiLabelMap.ProductAddStorePromo} :</h2> <br/> <select name="productStoreId" class="selectBox"> <#list productStores as productStore> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromo.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromo.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromo.ftl Sat Jul 28 04:47:08 2007 @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<div class="head1">${uiLabelMap.ProductProductPromotionsList}</div> +<h1>${uiLabelMap.ProductProductPromotionsList}</h1> <div class="tabletext"> <a href="<@ofbizUrl>EditProductPromo</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductCreateNewProductPromo}]</a> <#if manualOnly?if_exists == "Y"> Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromoCode.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromoCode.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromoCode.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/promo/FindProductPromoCode.ftl Sat Jul 28 04:47:08 2007 @@ -50,7 +50,7 @@ </#list> </table> <br/> - <div class="head3">${uiLabelMap.ProductPromotionAddSetOfPromotionCodes}:</div> + <h3>${uiLabelMap.ProductPromotionAddSetOfPromotionCodes}:</h3> <div class="tabletext"> <form method="post" action="<@ofbizUrl>createProductPromoCodeSet</@ofbizUrl>" style="margin: 0;"> <input type="hidden" name="userEntered" value="N"/> Modified: ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl Sat Jul 28 04:47:08 2007 @@ -17,11 +17,11 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductReviewsPendingApproval}</div> +<h1>${uiLabelMap.ProductReviewsPendingApproval}</h1> <br/> <#if !pendingReviews?has_content> - <div class="head3">${uiLabelMap.CommonNo} ${uiLabelMap.ProductReviewsPendingApproval}</div> + <h3>${uiLabelMap.CommonNo} ${uiLabelMap.ProductReviewsPendingApproval}</h3> </#if> <#list pendingReviews as review> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePromos.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePromos.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePromos.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePromos.ftl Sat Jul 28 04:47:08 2007 @@ -27,11 +27,11 @@ <a href="<@ofbizUrl>EditProductStorePromos?productStoreId=${productStoreId}&activeOnly=${activeOnly?string}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonUserEnteredOnly}]</a> </#if> <br/> - <div class="head3">${uiLabelMap.CommonShow} + <h3>${uiLabelMap.CommonShow} <#if activeOnly>${uiLabelMap.CommonActiveOnly}<#else>${uiLabelMap.CommonActiveInactive}</#if> ${uiLabelMap.CommonAnd} <#if userEntered>${uiLabelMap.CommonUserEnteredOnly}<#else>${uiLabelMap.CommonUserAutoEntered}</#if> - </div> + </h3> <#if productStoreId?exists && productStore?exists> <#if (listSize > 0)> @@ -116,7 +116,7 @@ <input type="hidden" name="productStoreId" value="${productStoreId?if_exists}"/> <input type="hidden" name="tryEntity" value="true"/> - <div class="head2">${uiLabelMap.ProductAddStorePromoOptionalDate}:</div> + <h2>${uiLabelMap.ProductAddStorePromoOptionalDate}:</h2> <br/> <select name="productPromoId" class="selectBox"> <#list productPromos as productPromo> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreRoles.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreRoles.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreRoles.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreRoles.ftl Sat Jul 28 04:47:08 2007 @@ -52,7 +52,7 @@ </table> <br/> - <div class="head2">${uiLabelMap.ProductCreateProductStoreRole}:</div> + <h2>${uiLabelMap.ProductCreateProductStoreRole}:</h2> <form name="addProductStoreRole" action="<@ofbizUrl>storeCreateRole</@ofbizUrl>" method="post"> <input type="hidden" name="productStoreId" value="${productStoreId}"> <table cellspacing="2" cellpadding="2"> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl Sat Jul 28 04:47:08 2007 @@ -44,7 +44,7 @@ </table> <br/> -<div class="head2">${uiLabelMap.PageTitleEditProductStoreSurveys}:</div> +<h2>${uiLabelMap.PageTitleEditProductStoreSurveys}:</h2> <form name="addSurvey" action="<@ofbizUrl>createProductStoreSurveyAppl</@ofbizUrl>" method="post"> <input type="hidden" name="productStoreId" value="${productStoreId}"> <table cellspacing="2" cellpadding="2"> Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreWebSites.ftl Sat Jul 28 04:47:08 2007 @@ -38,7 +38,7 @@ </table> <br/> -<div class="head2">${uiLabelMap.ProductSetStoreOnWebSite}:</div> +<h2>${uiLabelMap.ProductSetStoreOnWebSite}:</h2> <form name="addWebSite" action="<@ofbizUrl>storeUpdateWebSite</@ofbizUrl>" method="post"> <input type="hidden" name="viewProductStoreId" value="${productStoreId}"> <input type="hidden" name="productStoreId" value="${productStoreId}"> Modified: ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl Sat Jul 28 04:47:08 2007 @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<div class="head1">${uiLabelMap.ProductAlternateKeyWordThesaurus}</div> +<h1>${uiLabelMap.ProductAlternateKeyWordThesaurus}</h1> <form method="post" action="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>"> <div class="tabletext"> ${uiLabelMap.ProductKeyword} :<input type="text" name="enteredKeyword" size="10" class="inputBox"/> Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl Sat Jul 28 04:47:08 2007 @@ -119,12 +119,12 @@ </td> </tr> <#else> - <tr><td colspan="13"><div class="head3">${uiLabelMap.ProductNoStockMovesNeeded}.</div></td></tr> + <tr><td colspan="13"><h3>${uiLabelMap.ProductNoStockMovesNeeded}.</h3></td></tr> </#if> <#assign messageCount = 0> <#list pflWarningMessageList?if_exists as pflWarningMessage> <#assign messageCount = messageCount + 1> - <tr><td colspan="13"><div class="head3">${messageCount}:${pflWarningMessage}.</div></td></tr> + <tr><td colspan="13"><h3>${messageCount}:${pflWarningMessage}.</h3></td></tr> </#list> </table> <input type="hidden" name="_rowCount" value="${rowCount}"> Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl Sat Jul 28 04:47:08 2007 @@ -163,7 +163,7 @@ </#if> </#list> <#else/> - <div class="head3">${uiLabelMap.ProductNoPicksStarted}.</div> + <h3>${uiLabelMap.ProductNoPicksStarted}.</h3> </#if> </div> </div> Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl Sat Jul 28 04:47:08 2007 @@ -106,7 +106,7 @@ </td> </tr> <#else> - <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductNoOrdersFoundReadyToPickOrNeedStockMoves}.</div></td></tr> + <tr><td colspan="4"><h3>${uiLabelMap.ProductNoOrdersFoundReadyToPickOrNeedStockMoves}.</h3></td></tr> </#if> </table> </div> Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl Sat Jul 28 04:47:08 2007 @@ -21,7 +21,7 @@ <div class="errorMessage">${invalidProductId}</div> </#if> -<div class="head1">${uiLabelMap.ProductReceiveInventory} <span class="head2">${uiLabelMap.CommonInto} <#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId} :${facility.facilityId?if_exists}]</span></div> +<h1>${uiLabelMap.ProductReceiveInventory} <span class="head2">${uiLabelMap.CommonInto} <#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId} :${facility.facilityId?if_exists}]</span></h1> <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a> <script language="JavaScript"> @@ -33,7 +33,7 @@ <#-- Receiving Results --> <#if receivedItems?has_content> <table width="100%" border="0" cellpadding="2" cellspacing="0"> - <tr><td colspan="9"><div class="head3">${uiLabelMap.ProductReceiptPurchaseOrder} #${purchaseOrder.orderId}</div></td></tr> + <tr><td colspan="9"><h3>${uiLabelMap.ProductReceiptPurchaseOrder} #${purchaseOrder.orderId}</h3></td></tr> <tr><td colspan="9"><hr class="sepbar"></td></tr> <tr> <td><div class="tableheadtext">${uiLabelMap.ProductShipmentId}#</div></td> @@ -248,7 +248,7 @@ <table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td> - <div class="head3">${uiLabelMap.ProductSelectShipmentReceive}</div> + <h3>${uiLabelMap.ProductSelectShipmentReceive}</h3> </td> </tr> <#list shipments?if_exists as shipment> @@ -314,9 +314,9 @@ <#else/> <tr> <td> - <div class="head3">${uiLabelMap.ProductReceivePurchaseOrder} #${purchaseOrder.orderId}</div> + <h3>${uiLabelMap.ProductReceivePurchaseOrder} #${purchaseOrder.orderId}</h3> <#if shipment?has_content> - <div class="head3">${uiLabelMap.ProductShipmentId} #${shipment.shipmentId}</div> + <h3>${uiLabelMap.ProductShipmentId} #${shipment.shipmentId}</h3> </#if> </td> <td align="right"> @@ -489,7 +489,7 @@ <input type="hidden" name="facilityId" value="${requestParameters.facilityId?if_exists}"/> <input type="hidden" name="initialSelected" value="Y"/> <table border="0" cellpadding="2" cellspacing="0"> - <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductReceiveItem}</div></td></tr> + <tr><td colspan="4"><h3>${uiLabelMap.ProductReceiveItem}</h3></td></tr> <tr> <td width="25%" align="right"><div class="tabletext">${uiLabelMap.ProductPurchaseOrderNumber}</div></td> <td> </td> Modified: ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.ProductReceiveReturn} <span class='head2'>${uiLabelMap.CommonInto} <#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId}:${facility.facilityId?if_exists}]</span></div> +<h1>${uiLabelMap.ProductReceiveReturn} <span class='head2'>${uiLabelMap.CommonInto} <#if facility?has_content>"${facility.facilityName?default("Not Defined")}"</#if> [${uiLabelMap.CommonId}:${facility.facilityId?if_exists}]</span></h1> <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductNewFacility}]</a> <div> </div> @@ -73,7 +73,7 @@ <#else> <tr> <td> - <div class="head3">${uiLabelMap.ProductReceiveReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></div> + <h3>${uiLabelMap.ProductReceiveReturn} <a href="/ordermgr/control/returnMain?returnId=${returnHeader.returnId}${externalKeyParam?if_exists}" class="buttontext">#${returnHeader.returnId}</a></h3> </td> <td align="right"> <span class="tableheadtext">${uiLabelMap.ProductSelectAll}</span> @@ -248,7 +248,7 @@ <input type="hidden" name="facilityId" value="${requestParameters.facilityId?if_exists}"> <input type="hidden" name="initialSelected" value="Y"> <table border='0' cellpadding='2' cellspacing='0'> - <tr><td colspan="4"><div class="head3">${uiLabelMap.ProductReceiveReturn}</div></td></tr> + <tr><td colspan="4"><h3>${uiLabelMap.ProductReceiveReturn}</h3></td></tr> <tr> <td width="15%" align='right'><div class="tabletext">${uiLabelMap.ProductReturnNumber}</div></td> <td> </td> Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl Sat Jul 28 04:47:08 2007 @@ -32,7 +32,7 @@ </div> </form> -<div class="head2">${uiLabelMap.ProductAddItemsShipment}: [${shipmentId?if_exists}]; ${uiLabelMap.OrderFromOrder}: [${orderId?if_exists}], ${uiLabelMap.OrderShipGroup}: [${shipGroupSeqId?if_exists}]</div> +<h2>${uiLabelMap.ProductAddItemsShipment}: [${shipmentId?if_exists}]; ${uiLabelMap.OrderFromOrder}: [${orderId?if_exists}], ${uiLabelMap.OrderShipGroup}: [${shipGroupSeqId?if_exists}]</h2> <#if orderId?has_content && !orderHeader?exists> <div class="head3" style="color: red;"><#assign uiLabelWithVar=uiLabelMap.ProductErrorOrderIdNotFound?interpret><@uiLabelWithVar/>.</div> </#if> @@ -42,18 +42,18 @@ <#elseif orderHeader.orderTypeId == "PURCHASE_ORDER" && shipment.shipmentTypeId?if_exists != "PURCHASE_SHIPMENT" && shipment.shipmentTypeId?if_exists != "DROP_SHIPMENT"> <div class="head3" style="color: red;">${uiLabelMap.ProductWarningOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}, ${uiLabelMap.ProductNotPurchaseShipment}.</div> <#else> - <div class="head3">${uiLabelMap.ProductNoteOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}.</div> - <div class="head3">${uiLabelMap.ProductShipmentType}: ${shipment.shipmentTypeId?if_exists}.</div> + <h3>${uiLabelMap.ProductNoteOrderType} ${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}.</h3> + <h3>${uiLabelMap.ProductShipmentType}: ${shipment.shipmentTypeId?if_exists}.</h3> </#if> <#if shipment.shipmentTypeId?if_exists == "SALES_SHIPMENT"> - <div class="head3">${uiLabelMap.ProductOriginFacilityIs}: <#if originFacility?exists>${originFacility.facilityName?if_exists} [${originFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></div> + <h3>${uiLabelMap.ProductOriginFacilityIs}: <#if originFacility?exists>${originFacility.facilityName?if_exists} [${originFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></h3> <#elseif shipment.shipmentTypeId?if_exists == "PURCHASE_SHIPMENT"> - <div class="head3">${uiLabelMap.ProductDestinationFacilityIs}: <#if destinationFacility?exists>${destinationFacility.facilityName?if_exists} [${destinationFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></div> + <h3>${uiLabelMap.ProductDestinationFacilityIs}: <#if destinationFacility?exists>${destinationFacility.facilityName?if_exists} [${destinationFacility.facilityId}]<#else><span style="color: red;">${uiLabelMap.ProductNotSet}</span></#if></h3> </#if> <#if "ORDER_APPROVED" == orderHeader.statusId || "ORDER_BACKORDERED" == orderHeader.statusId> - <div class="head3">${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}.</div> + <h3>${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}.</h3> <#elseif "ORDER_COMPLETED" == orderHeader.statusId> - <div class="head3">${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}, ${uiLabelMap.ProductNoItemsLeft}.</div> + <h3>${uiLabelMap.ProductNoteOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}, ${uiLabelMap.ProductNoItemsLeft}.</h3> <#else> <div class="head3" style="color: red;">${uiLabelMap.ProductWarningOrderStatus} ${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)}; ${uiLabelMap.ProductApprovedBeforeShipping}.</div> </#if> Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl Sat Jul 28 04:47:08 2007 @@ -231,7 +231,7 @@ </#list> <#else> <tr> - <td colspan="4"><div class="head3">${uiLabelMap.ProductNoShipmentsFound}.</div></td> + <td colspan="4"><h3>${uiLabelMap.ProductNoShipmentsFound}.</h3></td> </tr> </#if> </table> Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl Sat Jul 28 04:47:08 2007 @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. --> -<div class="head1">${uiLabelMap.ProductAdvancedSearch}</div> +<h1>${uiLabelMap.ProductAdvancedSearch}</h1> <br/> <form name="advToKeyWordSearchForm" method="post" action="<@ofbizUrl>WorkEffortSearchResults</@ofbizUrl>" style="margin: 0;"> <input type="hidden" name="VIEW_SIZE" value="25"/> Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchResults.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchResults.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchResults.ftl (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchResults.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head1">${uiLabelMap.WorkEffortSearchWorkEfforts}, <span class="head2">${uiLabelMap.ProductSearchFor}:</span></div> +<h1>${uiLabelMap.WorkEffortSearchWorkEfforts}, <span class="head2">${uiLabelMap.ProductSearchFor}:</span></h1> <#list searchConstraintStrings as searchConstraintString> <div class="tabletext"> <a href="<@ofbizUrl>WorkEffortSearchResults?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">X</a> ${searchConstraintString}</div> </#list> @@ -25,7 +25,7 @@ <div class="tabletext"><a href="<@ofbizUrl>WorkEffortSearchOptions</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonRefine} ${uiLabelMap.CommonSearch}</a></div> <#if !workEffortIds?has_content> - <br/><div class="head2"> ${uiLabelMap.ProductNoResultsFound}.</div> + <br/><h2> ${uiLabelMap.ProductNoResultsFound}.</h2> </#if> <#if workEffortIds?has_content> Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/task/mytasks.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/task/mytasks.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/task/mytasks.ftl (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/task/mytasks.ftl Sat Jul 28 04:47:08 2007 @@ -37,7 +37,7 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom"> <tr> <td> - <div class="head3">${uiLabelMap.WorkEffortAssignedTasks}</div> + <h3>${uiLabelMap.WorkEffortAssignedTasks}</h3> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td><div class="tabletext"><b>${uiLabelMap.CommonStartDateTime}</b></div></td> @@ -68,7 +68,7 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom"> <tr> <td> - <div class="head3">${uiLabelMap.WorkEffortWorkflowActivitiesUser}</div> + <h3>${uiLabelMap.WorkEffortWorkflowActivitiesUser}</h3> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td><div class="tabletext"><b>${uiLabelMap.CommonStartDateTime}</b></div></td> @@ -106,7 +106,7 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom"> <tr> <td> - <div class="head3">${uiLabelMap.WorkEffortWorkflowActivitiesUserRole}</div> + <h3>${uiLabelMap.WorkEffortWorkflowActivitiesUserRole}</h3> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td><div class="tabletext"><b>${uiLabelMap.CommonStartDateTime}</b></div></td> @@ -144,7 +144,7 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom"> <tr> <td> - <div class="head3">${uiLabelMap.WorkEffortWorkflowActivitiesUserGroup}</div> + <h3>${uiLabelMap.WorkEffortWorkflowActivitiesUserGroup}</h3> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td><div class="tabletext"><b>${uiLabelMap.CommonStartDateTime}</b></div></td> Modified: ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/process/processDetailList.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">Process Detail List</div> +<h2>Process Detail List</h2> <#if processes?has_content> <#assign proc1 = processes[0]> <div> </div> Modified: ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/process/processHistory.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">Process History</div> +<h2>Process History</h2> <#if historyList?has_content> <div> </div> <div class="tabletext"><b>Process :</b> ${process.name()} - ${process.description()?default("N/A")} [${process.key()}]</div> Modified: ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/process/processList.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">Process List</div> +<h2>Process List</h2> <#if processMgrs?has_content> <div> </div> <table cellpadding="2" cellspacing="0" border="1"> Modified: ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/process/processSteps.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">Process Steps</div> +<h2>Process Steps</h2> <#if steps?has_content> <div> </div> <div class="tabletext"><b>Process :</b> ${process.name()} - ${process.description()?default("N/A")} [${process.key()}]</div> Modified: ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/repository/showRepository.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">XPDL Repository</div> +<h2>XPDL Repository</h2> <#if packages?has_content> <div> </div> <div class="tabletext">XPDL packages loaded into the repository.</div> @@ -54,7 +54,7 @@ </#if> <br/> -<div class="head2">Upload XPDL</div> +<h2>Upload XPDL</h2> <div> </div> <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>repository?upload=xpdl</@ofbizUrl>" name="xpdlUploadForm"> <input type="file" class="inputBox" size="50" name="fname"> Modified: ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl (original) +++ ofbiz/trunk/framework/shark/webapp/shark/tasklist/worklist.ftl Sat Jul 28 04:47:08 2007 @@ -17,7 +17,7 @@ under the License. --> -<div class="head2">Work List</div> +<h2>Work List</h2> <#if assignments?has_content> <div> </div> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl?view=diff&rev=560530&r1=560529&r2=560530 ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/FindGeneric.ftl Sat Jul 28 04:47:08 2007 @@ -112,7 +112,7 @@ <#else> <tr> <td colspan="${columnCount}"> - <div class="head2">${uiLabelMap.WebtoolsNoRecordsFound} ${entityName}.</div> + <h2>${uiLabelMap.WebtoolsNoRecordsFound} ${entityName}.</h2> </td> </tr> </#if> |
Free forum by Nabble | Edit this page |