You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/03/29 22:28:59 UTC

svn commit: r523829 - /ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl

Author: sichen
Date: Thu Mar 29 13:28:58 2007
New Revision: 523829

URL: http://svn.apache.org/viewvc?view=rev&rev=523829
Log:
changed picklist screen to use buttontext

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl?view=diff&rev=523829&r1=523828&r2=523829
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl Thu Mar 29 13:28:58 2007
@@ -20,9 +20,9 @@
 <div class="screenlet">
     <div class="screenlet-header">
         <div class="simple-right-half">
-            <a href="<@o...@ofbizUrl>" class="submenutext">${uiLabelMap.ProductPicklistOptions}</a>
-            <a href="<@o...@ofbizUrl>" class="submenutext">${uiLabelMap.ProductPicklistManage}</a>
-            <a href="<@o...@ofbizUrl>" class="submenutextright">${uiLabelMap.ProductStockMoves}</a>
+            <a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.ProductPicklistOptions}</a>
+            <a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.ProductPicklistManage}</a>
+            <a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.ProductStockMoves}</a>
         </div>
         <div class="boxhead">${uiLabelMap.ProductPicklistManage}</div>
     </div>