You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/02/22 08:32:21 UTC

svn commit: r1073236 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/CatalogScreens.xml

Author: jleroux
Date: Tue Feb 22 07:32:21 2011
New Revision: 1073236

URL: http://svn.apache.org/viewvc?rev=1073236&view=rev
Log:
Puts a line in Catalog creation screen to explain that an empty catalog (no categories in) will not show in the Browse Catalogs/Categories tree

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1073236&r1=1073235&r2=1073236&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Tue Feb 22 07:32:21 2011
@@ -10139,6 +10139,10 @@
         <value xml:lang="zh">目录</value>
         <value xml:lang="zh_TW">目錄</value>
     </property>
+    <property key="ProductCatalogEmptyWarning">
+        <value xml:lang="en">If you don't populate a Catalog with Categories, it will not shown in the Browse Catalogs/Categories tree</value>
+        <value xml:lang="fr">Si vous ne créez pas de catégories pour un catalogue, il n'apparaitra pas dans l'arbre des Catalogues/catégories</value>
+    </property>
     <property key="ProductCatalogAdministrationMainPage">
         <value xml:lang="de">Katalogverwaltung Hauptseite</value>
         <value xml:lang="en">Catalog Administration Main Page</value>

Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml?rev=1073236&r1=1073235&r2=1073236&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml Tue Feb 22 07:32:21 2011
@@ -37,6 +37,7 @@ under the License.
                            <label style="h1">${uiLabelMap.ProductCatalog} ${uiLabelMap.CommonFor} "${prodCatalog.catalogName}" [${prodCatalogId}]</label>
                         </container>
                         <screenlet title="${uiLabelMap.PageTitleEditProductCatalog}">
+                            <label style="h3">${uiLabelMap.ProductCatalogEmptyWarning}</label>
                             <include-form name="EditProdCatalog" location="component://product/widget/catalog/ProdCatalogForms.xml"/>
                         </screenlet>
                     </decorator-section>