Author: buscob
Date: Sun Oct 4 09:43:14 2009 New Revision: 821491 URL: http://svn.apache.org/viewvc?rev=821491&view=rev Log: MarMarkup cleanup. All the screenlet content should be contained in the screenlet-body tag Modified: ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml Modified: ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml?rev=821491&r1=821490&r2=821491&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml Sun Oct 4 09:43:14 2009 @@ -83,20 +83,20 @@ <label text="${uiLabelMap.PageTitleEditProductPromotionCode}"/> </container> </container> - <container> - <link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext"/> - </container> - <container> - <label style="label">${uiLabelMap.CommonView}</label> - <link target="FindProductPromo" text="${uiLabelMap.CommonAll}" style="buttontext"/> - <link target="FindProductPromo" text="${uiLabelMap.CommonUserEnteredOnly}" style="buttontext"> - <parameter param-name="userEntered" value="Y"/> - </link> - <link target="FindProductPromo" text="${uiLabelMap.ProductPromotionImported}" style="buttontext"> - <parameter param-name="userEntered" value="N"/> - </link> - </container> <container style="screenlet-body"> + <container> + <link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext"/> + </container> + <container> + <label style="label">${uiLabelMap.CommonView}</label> + <link target="FindProductPromo" text="${uiLabelMap.CommonAll}" style="buttontext"/> + <link target="FindProductPromo" text="${uiLabelMap.CommonUserEnteredOnly}" style="buttontext"> + <parameter param-name="userEntered" value="Y"/> + </link> + <link target="FindProductPromo" text="${uiLabelMap.ProductPromotionImported}" style="buttontext"> + <parameter param-name="userEntered" value="N"/> + </link> + </container> <section> <widgets> <include-form name="GoToProductPromoCode" location="component://product/webapp/catalog/promo/PromoForms.xml"/> |
Free forum by Nabble | Edit this page |