Author: lektran
Date: Mon Feb  5 16:58:01 2007
New Revision: 503943

URL: http://svn.apache.org/viewvc?view=rev&rev=503943
Log:
The edit product screens now display the product's small image next to the 
screen title, based on work from Anil K Patel (OFBIZ-688)

Note the image could do with a vertical-align: middle, but I couldn't find 
anything in mainccs

Modified:
    ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml

Modified: 
ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml?view=diff&rev=503943&r1=503942&r2=503943
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml 
(original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml 
Mon Feb  5 16:58:01 2007
@@ -74,6 +74,7 @@
                                         </platform-specific>
                                         <container>
                                             <label 
style="head1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: 
${product.internalName} [${uiLabelMap.CommonId}:${productId}]  
${${extraFunctionName}}</label>
+                                            <image 
src="${product.smallImageUrl}" height="40" width="40" url-mode="content"/>
                                         </container>
                                         
                                         <!-- add Create Product and View 
Product (in ecommerce) links -->


Reply via email to