Author: hansbak
Date: Sun May 29 11:24:09 2011 New Revision: 1128866 URL: http://svn.apache.org/viewvc?rev=1128866&view=rev Log: small display adjustments and missing label Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1128866&r1=1128865&r2=1128866&view=diff ============================================================================== --- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original) +++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sun May 29 11:24:09 2011 @@ -7600,6 +7600,9 @@ <value xml:lang="en">Find Category</value> <value xml:lang="th">à¸à¹à¸à¸«à¸²à¸«à¸¡à¸§à¸à¸«à¸¡à¸¹à¹</value> </property> + <property key="PageTitleFindCatalog"> + <value xml:lang="en">Find Catalog</value> + </property> <property key="PageTitleFindConfigItems"> <value xml:lang="de">Konfigurationsposition suchen</value> <value xml:lang="en">Find Config Items</value> Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml?rev=1128866&r1=1128865&r2=1128866&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml Sun May 29 11:24:09 2011 @@ -498,7 +498,7 @@ under the License. <parameter param-name="product_id" from-field="productId"/> </link> </menu-item> - <menu-item name="ProductBarCode" title="${uiLabelMap.ProductProductPage}"> + <menu-item name="ProductBarCode" title="${uiLabelMap.ProductBarcode}"> <condition> <not><if-empty field="product"/></not> </condition> Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1128866&r1=1128865&r2=1128866&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Sun May 29 11:24:09 2011 @@ -381,12 +381,15 @@ under the License. </condition> <widgets> <include-menu name="ImageManagementTabBar" location="component://product/widget/catalog/CatalogMenus.xml"/> - <decorator-section-include name="body"/> + <container style="h1"> + <label text=" "/> + </container> </widgets> <fail-widgets> <label style="h3">${uiLabelMap.ProductCatalogViewPermissionError}</label> </fail-widgets> </section> + <decorator-section-include name="body"/> </decorator-section> </decorator-screen> </widgets> Modified: ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml?rev=1128866&r1=1128865&r2=1128866&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml Sun May 29 11:24:09 2011 @@ -38,12 +38,12 @@ under the License. <condition><not><if-empty field="productPromoId"/></not></condition> <widgets> <include-menu name="PromoTabBar" location="component://product/widget/catalog/CatalogMenus.xml"/> - <container> - <label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productPromo.promoName} [${uiLabelMap.CommonId}:${productPromoId}] ${${extraFunctionName}}</label> - </container> <container style="button-bar"> <link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext"/> </container> + <container> + <label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productPromo.promoName} [${uiLabelMap.CommonId}:${productPromoId}] ${${extraFunctionName}}</label> + </container> </widgets> </section> |
Free forum by Nabble | Edit this page |