You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2008/12/27 23:14:30 UTC

svn commit: r729687 [4/4] - in /ofbiz/trunk/applications: ecommerce/config/ ecommerce/webapp/ecommerce/catalog/ ecommerce/widget/ order/config/ order/script/org/ofbiz/order/shoppinglist/ order/webapp/ordermgr/entry/catalog/ order/widget/ordermgr/ produ...

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml?rev=729687&r1=729686&r2=729687&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml Sat Dec 27 14:14:30 2008
@@ -50,7 +50,7 @@
         <!-- Check that the ProductCategory exists -->
         <entity-one entity-name="ProductCategory" value-name="productCategory"/>
         <if-empty field="productCategory">
-            <add-error><fail-property resource="ProductUiLabels" property="ProductCategoryNotFoundforCategoryID"/></add-error>
+            <add-error><fail-property resource="ProductUiLabels" property="ProductCategoryNotFoundForCategoryID"/></add-error>
         </if-empty>
         <check-errors/>
 

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?rev=729687&r1=729686&r2=729687&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl Sat Dec 27 14:14:30 2008
@@ -18,7 +18,7 @@
 -->
 <div class="screenlet">
   <div class="screenlet-title-bar">
-    <h3>${uiLabelMap.ProductAdvancedSearchinCategory}</h3>
+    <h3>${uiLabelMap.ProductAdvancedSearchInCategory}</h3>
   </div>   
   <div class="screenlet-body">
     <form name="advtokeywordsearchform" method="post" action="<@o...@ofbizUrl>" style="margin: 0;">
@@ -237,7 +237,7 @@
         </tr>
         <tr>
           <td class="label" align="right" valign="middle">
-            ${uiLabelMap.ProductPrioritizeProductsinCategory}:
+            ${uiLabelMap.ProductPrioritizeProductsInCategory}:
           </td>
           <td valign="middle">
             <input type="text" name="PRIORITIZE_CATEGORY_ID" size="20" maxlength="20" value="${requestParameters.PRIORITIZE_CATEGORY_ID?if_exists}"/>

Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml?rev=729687&r1=729686&r2=729687&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml Sat Dec 27 14:14:30 2008
@@ -47,7 +47,7 @@
                                         <container>
                                             <link target="EditCategory" text="${uiLabelMap.ProductNewCategory}" style="buttontext"/>
                                             <link target="createProductInCategoryStart?productCategoryId=${productCategoryId}" text="${uiLabelMap.ProductCreateProductInCategory}" style="buttontext"/>
-                                            <link target="advancedsearch?SEARCH_CATEGORY_ID=${productCategoryId}" text="${uiLabelMap.ProductSearchinCategory}" style="buttontext"/>
+                                            <link target="advancedsearch?SEARCH_CATEGORY_ID=${productCategoryId}" text="${uiLabelMap.ProductSearchInCategory}" style="buttontext"/>
                                             <link target="/ecommerce/control/category?category_id=${productCategoryId}" url-mode="plain" text="${uiLabelMap.ProductCategoryPage}" style="buttontext"/>
                                         </container>
                                     </widgets>

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?rev=729687&r1=729686&r2=729687&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/find/WorkEffortSearchOptions.ftl Sat Dec 27 14:14:30 2008
@@ -133,7 +133,7 @@
           <td valign="middle">
             <div>
               <select name="sortOrder">
-                <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevency}</option>
+                <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevancy}</option>
                 <option value="SortWorkEffortField:workEffortName">${uiLabelMap.WorkEffortName}</option>
               </select>
               ${uiLabelMap.ProductLowToHigh}<input type="radio" name="sortAscending" value="Y" checked/>