Author: jleroux
Date: Fri May  6 09:18:50 2011
New Revision: 1100141

URL: http://svn.apache.org/viewvc?rev=1100141&view=rev
Log:
A patch from Andreas König "EditCategory.ftl is missing a "screenlet-body"-part 
showing the summery of an image-upload." 
https://issues.apache.org/jira/browse/OFBIZ-4244

After uploading a product-category-image, you receive the result of the 
upload-process in a screenlet.
Up to now, the screenlet has a div of the class "screenlet-title-bar", but no 
"screenlet-body".
To be consitent and to ensure a clear rendering, we should have the 
result-message in a div of the class "screenlet-body"

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl

Modified: 
ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl?rev=1100141&r1=1100140&r2=1100141&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl 
(original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl 
Fri May  6 09:18:50 2011
@@ -25,6 +25,8 @@ function insertImageName(type,nameValue)
     <div class="screenlet">
         <div class="screenlet-title-bar">
             <h3>${uiLabelMap.ProductResultOfImageUpload}</h3>
+        </div>
+        <div class="screenlet-body">
             <#if !(clientFileName?has_content)>
                 <div>${uiLabelMap.ProductNoFileSpecifiedForUpload}.</div>
             <#else>


Reply via email to