Author: buscob
Date: Sun Oct 4 08:04:35 2009 New Revision: 821476 URL: http://svn.apache.org/viewvc?rev=821476&view=rev Log: Cleanup of the screenlet title in all FTL files. Removed all occurrences of <div class="screenlet-header"><div class="boxhead"></div></div> Replaced with the new <div class="screenlet-title-bar"><div class="h3"></div></div> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotioncategories.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotiondetails.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotionproducts.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderpaymentinfo.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/shipGroupConfirmSummary.ftl ofbiz/trunk/applications/order/webapp/ordermgr/entry/poheader.ftl ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteDate.ftl ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteInfo.ftl ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteRoles.ftl ofbiz/trunk/applications/order/webapp/ordermgr/request/ViewRequestItemInfo.ftl ofbiz/trunk/applications/order/webapp/ordermgr/request/requestContactMech.ftl ofbiz/trunk/applications/order/webapp/ordermgr/request/requestDate.ftl ofbiz/trunk/applications/order/webapp/ordermgr/return/quickReturn.ftl ofbiz/trunk/applications/order/webapp/ordermgr/task/ordertasklist.ftl ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl ofbiz/trunk/framework/images/webapp/images/ecommain.css ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/customersurvey.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newmsg.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutpayment.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/survey/TestWorkEffortSurvey.ftl ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css ofbiz/trunk/themes/multiflex/webapp/multiflex/style.css Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl Sun Oct 4 08:04:35 2009 @@ -21,8 +21,8 @@ <#if (shoppingLists?exists) && (shoppingCartSize > 0)> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderAddOrderToShoppingList}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderAddOrderToShoppingList}</div> </div> <div class="screenlet-body"> <table border="0" cellspacing="0" cellpadding="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/associatedProducts.ftl Sun Oct 4 08:04:35 2009 @@ -23,8 +23,8 @@ <#if associatedProducts?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderHelpAlsoInterestedIn}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderHelpAlsoInterestedIn}</div> </div> <div class="screenlet-body"> <table cellspacing="0" cellpadding="1" border="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotioncategories.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotioncategories.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotioncategories.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotioncategories.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <#if productPromoCategoryIncludeList?has_content || productPromoCategoryExcludeList?has_content || productPromoCategoryAlwaysList?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderPromotionCategories}:</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderPromotionCategories}:</div> </div> <div class="screenlet-body"> <#if productPromoCategoryIncludeList?has_content> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotiondetails.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotiondetails.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotiondetails.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotiondetails.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderPromotionDetails}:</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderPromotionDetails}:</div> </div> <div class="screenlet-body"> <div>${StringUtil.wrapString(productPromo.promoText?if_exists)}</div> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotionproducts.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotionproducts.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotionproducts.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/promotionproducts.ftl Sun Oct 4 08:04:35 2009 @@ -19,8 +19,8 @@ <#if productIds?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderProductsForPromotion}:</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderProductsForPromotion}:</div> </div> <div class="screenlet-body"> <#if (listSize > 0)> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl Sun Oct 4 08:04:35 2009 @@ -81,11 +81,11 @@ <tr valign="top"> <td height="100%"> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <#if shipping == true> - <div class="boxhead">1) ${uiLabelMap.OrderWhereShallWeShipIt}?</div> + <div class="h3">1) ${uiLabelMap.OrderWhereShallWeShipIt}?</div> <#else> - <div class="boxhead">1) ${uiLabelMap.OrderInformationAboutYou}</div> + <div class="h3">1) ${uiLabelMap.OrderInformationAboutYou}</div> </#if> </div> <div class="screenlet-body" style="height: 100%;"> @@ -158,11 +158,11 @@ <td bgcolor="white" width="1"> </td> <td height="100%"> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <#if shipping == true> - <div class="boxhead">2) ${uiLabelMap.OrderHowShallWeShipIt}?</div> + <div class="h3">2) ${uiLabelMap.OrderHowShallWeShipIt}?</div> <#else> - <div class="boxhead">2) ${uiLabelMap.OrderOptions}?</div> + <div class="h3">2) ${uiLabelMap.OrderOptions}?</div> </#if> </div> <div class="screenlet-body" style="height: 100%;"> @@ -293,8 +293,8 @@ <#-- Payment Method Selection --> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> - <div class="boxhead">3) ${uiLabelMap.OrderHowShallYouPay}?</div> + <div class="screenlet-title-bar"> + <div class="h3">3)${uiLabelMap.OrderHowShallYouPay}?</div> </div> <div class="screenlet-body" style="height: 100%;"> <table width="100%" cellpadding="1" cellspacing="0" border="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl Sun Oct 4 08:04:35 2009 @@ -57,8 +57,8 @@ <form method="post" name="checkoutInfoForm" style="margin:0;"> <input type="hidden" name="checkoutpage" value="shippingaddress"/> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> - <div class="boxhead">1) ${uiLabelMap.OrderWhereShallWeShipIt}?</div> + <div class="screenlet-title-bar"> + <div class="h3">1) ${uiLabelMap.OrderWhereShallWeShipIt}?</div> </div> <div class="screenlet-body" style="height: 100%;"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl Sun Oct 4 08:04:35 2009 @@ -18,14 +18,14 @@ --> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if maySelectItems?default(false)> <a href="javascript:document.addOrderToCartForm.add_all.value="true";document.addOrderToCartForm.submit()" class="lightbuttontext">${uiLabelMap.OrderAddAllToCart}</a> <a href="javascript:document.addOrderToCartForm.add_all.value="false";document.addOrderToCartForm.submit()" class="lightbuttontext">${uiLabelMap.OrderAddCheckedToCart}</a> </#if> </div> - <div class="boxhead"> ${uiLabelMap.OrderOrderItems}</div> + <div class="h3">${uiLabelMap.OrderOrderItems}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderpaymentinfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderpaymentinfo.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderpaymentinfo.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderpaymentinfo.ftl Sun Oct 4 08:04:35 2009 @@ -19,8 +19,8 @@ <#if paymentMethod?has_content || paymentMethodType?has_content || billingAccount?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.AccountingPaymentInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.AccountingPaymentInformation}</div> </div> <div class="screenlet-body"> <#-- order payment info --> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/shipGroupConfirmSummary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/shipGroupConfirmSummary.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/shipGroupConfirmSummary.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/shipGroupConfirmSummary.ftl Sun Oct 4 08:04:35 2009 @@ -28,8 +28,8 @@ <#if cart?exists> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderShippingInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderShippingInformation}</div> </div> <div class="screenlet-body"> <table width="100%"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/poheader.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/poheader.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/entry/poheader.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/poheader.ftl Sun Oct 4 08:04:35 2009 @@ -24,8 +24,8 @@ <#-- header box --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> PO For ${partyId?if_exists}</div> + <div class="screenlet-title-bar"> + <div class="h3">PO For ${partyId?if_exists}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> @@ -37,8 +37,8 @@ <#-- payment box --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> Place Holder</div> + <div class="screenlet-title-bar"> + <div class="h3">Place Holder</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> @@ -60,8 +60,8 @@ <#-- contact box --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> Place Holder</div> + <div class="screenlet-title-bar"> + <div class="h3">Place Holder</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> @@ -73,8 +73,8 @@ <#-- shipping info box --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> Place Holder</div> + <div class="screenlet-title-bar"> + <div class="h3">Place Holder</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1" cellspacing="0"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl Sun Oct 4 08:04:35 2009 @@ -17,13 +17,13 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if maySelectItems?default("N") == "Y"> <a href="javascript:document.addCommonToCartForm.add_all.value='true';document.addCommonToCartForm.submit()" class="buttontext">${uiLabelMap.OrderAddAllToCart}</a> </#if> </div> - <div class="boxhead"> ${uiLabelMap.OrderOrderQuoteItems}</div> + <div class="h3">${uiLabelMap.OrderOrderQuoteItems}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteDate.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteDate.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteDate.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteDate.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.CommonDate}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.CommonDate}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteInfo.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteInfo.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteInfo.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OrderOrderQuoteId} ${quote.quoteId} ${uiLabelMap.CommonInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderOrderQuoteId} ${quote.quoteId} ${uiLabelMap.CommonInformation}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteRoles.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteRoles.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteRoles.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/quoteRoles.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderOrderQuoteRoles}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderOrderQuoteRoles}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/ViewRequestItemInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/ViewRequestItemInfo.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/request/ViewRequestItemInfo.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/request/ViewRequestItemInfo.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderRequestItems}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderRequestItems}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/requestContactMech.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/requestContactMech.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/request/requestContactMech.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/request/requestContactMech.ftl Sun Oct 4 08:04:35 2009 @@ -31,8 +31,8 @@ </#if> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.PartyContactInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.PartyContactInformation}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/requestDate.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/requestDate.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/request/requestDate.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/request/requestDate.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.CommonDate}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.CommonDate}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/quickReturn.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/quickReturn.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/return/quickReturn.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/return/quickReturn.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OrderReturnItems}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderReturnItems}</div> </div> <div class="screenlet-body"> <#-- DO NOT CHANGE THE NAME OF THIS FORM, it will break the some of the multi-service pattern features --> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/task/ordertasklist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/task/ordertasklist.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/task/ordertasklist.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/task/ordertasklist.ftl Sun Oct 4 08:04:35 2009 @@ -41,8 +41,8 @@ <#if security.hasRolePermission("ORDERMGR", "_VIEW", "", "", session) || security.hasRolePermission("ORDERMGR_ROLE", "_VIEW", "", "", session)> <#assign tasksFound = false> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OrderOrderNeedingAttention}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderOrderNeedingAttention}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/ChooseTopCategory.ftl Sun Oct 4 08:04:35 2009 @@ -18,14 +18,14 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.ProductCategoryWithNoParent}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.ProductCategoryWithNoParent}</div> </div> <div class="screenlet-body"> <#list noParentCategories as category> <div> <a href="<@ofbizUrl>EditCategory?CATALOG_TOP_CATEGORY=${category.productCategoryId}&productCategoryId=${category.productCategoryId}</@ofbizUrl>" class="buttontext"> - ${category.description?if_exists} [${category.productCategoryId}] + ${category.description?if_exists} [${category.productCategoryId}] </a> </div> </#list> Modified: ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/FastLoadCache.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.ProductLoadingCatalogCaches}...</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.ProductLoadingCatalogCaches}...</div> </div> <div class="screenlet-body"> <#list messageList as message> Modified: ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/find/FindProductById.ftl Sun Oct 4 08:04:35 2009 @@ -19,8 +19,8 @@ <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.ProductFindProductWithIdValue}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.ProductFindProductWithIdValue}</div> </div> <div class="screenlet-body"> <form name="idsearchform" method="post" action="<@ofbizUrl>FindProductById</@ofbizUrl>" style="margin: 0;"> Modified: ofbiz/trunk/framework/images/webapp/images/ecommain.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/ecommain.css?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/ecommain.css (original) +++ ofbiz/trunk/framework/images/webapp/images/ecommain.css Sun Oct 4 08:04:35 2009 @@ -325,7 +325,7 @@ margin-bottom:10px; } -#ecom-mainarea .screenlet-header { +#ecom-mainarea .screenlet-title-bar { background:#1C334D; height:auto!important; padding:1px 4px 3px; Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl Sun Oct 4 08:04:35 2009 @@ -20,8 +20,8 @@ <#if baseEcommerceSecureUrl?exists><#assign urlPrefix = baseEcommerceSecureUrl/></#if> <#if shipment?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${title?if_exists}<br/><br/></div> + <div class="screenlet-title-bar"> + <div class="h3">${title?if_exists}<br/><br/></div> </div> <table border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -39,8 +39,8 @@ </tbody> </table> <br/> - <div class="screenlet-header"> - <div class="boxhead"><b>${uiLabelMap.EcommerceShipmentItems}</b></div> + <div class="screenlet-title-bar"> + <div class="h3"><b>${uiLabelMap.EcommerceShipmentItems}</b></div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="0"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div id="serialized-inventory-summary" class="screenlet"> - <div class="screenlet-header"> - <span class="boxhead">${uiLabelMap.ProductSerializedInventorySummary}</span> + <div class="screenlet-title-bar"> + <span class="h3">${uiLabelMap.ProductSerializedInventorySummary}</span> </div> <div class="screenlet-body"> <table width="100%" cellspacing="0" cellpadding="2"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div id="subscription-summary" class="screenlet"> - <div class="screenlet-header"> - <span class="boxhead">${uiLabelMap.ProductSubscriptions}</span> + <div class="screenlet-title-bar"> + <span class="h3">${uiLabelMap.ProductSubscriptions}</span> </div> <div class="screenlet-body"> <table width="100%" cellspacing="0" cellpadding="2"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/customersurvey.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/customersurvey.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/customersurvey.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/customersurvey.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${survey.surveyName}</div> + <div class="screenlet-title-bar"> + <div class="h3">${survey.surveyName}</div> </div> <div class="screenlet-body"> <#-- Render the survey --> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl Sun Oct 4 08:04:35 2009 @@ -20,8 +20,8 @@ <#assign productPrice = productPriceList[0]?if_exists/> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.PageTitleDigitalProductEdit}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.PageTitleDigitalProductEdit}</div> </div> <div class="screenlet-body"> <#if !supplierProduct?has_content && parameters.productId?has_content> @@ -71,8 +71,8 @@ <#if supplierProduct?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OrderDigitalProductFiles}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderDigitalProductFiles}</div> </div> <div class="screenlet-body"> <#list productContentAndInfoList as productContentAndInfo> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.PageTitleDigitalProductList}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.PageTitleDigitalProductList}</div> </div> <div class="screenlet-body"> <div> <a href="<@ofbizUrl>digitalproductedit</@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceDigitalNewProduct}</a></div> @@ -60,8 +60,8 @@ </div> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.EcommerceDigitalProductPurchaseHistoryCommission}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.EcommerceDigitalProductPurchaseHistoryCommission}</div> </div> <div class="screenlet-body"> <div> <a href="<@ofbizUrl>digitalproductedit</@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceDigitalNewProduct}</a></div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl Sun Oct 4 08:04:35 2009 @@ -26,14 +26,14 @@ </#if> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if (communicationEvent.partyIdFrom?if_exists != (userLogin.partyId)?if_exists)> <a href="<@ofbizUrl>newmessage?communicationEventId=${communicationEvent.communicationEventId}</@ofbizUrl>" class="submenutext">${uiLabelMap.PartyReply}</a> </#if> <a href="<@ofbizUrl>messagelist</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceViewList}</a> </div> - <div class="boxhead">${uiLabelMap.EcommerceReadMessage}</div> + <div class="h3">${uiLabelMap.EcommerceReadMessage}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl Sun Oct 4 08:04:35 2009 @@ -46,7 +46,7 @@ </#macro> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if parameters.showSent?if_exists == "true"> <a href="<@ofbizUrl>messagelist</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceViewReceivedOnly}</a> @@ -54,7 +54,7 @@ <a href="<@ofbizUrl>messagelist?showSent=true</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceViewSent}</a> </#if> </div> - <div class="boxhead"> ${uiLabelMap.CommonMessages}</div> + <div class="h3">${uiLabelMap.CommonMessages}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newmsg.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newmsg.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newmsg.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/newmsg.ftl Sun Oct 4 08:04:35 2009 @@ -18,13 +18,13 @@ --> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if showMessageLinks?default("false")?upper_case == "TRUE"> <a href="<@ofbizUrl>messagelist</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceViewList}</a> </#if> </div> - <div class="boxhead"> ${pageHeader}</div> + <div class="h3">${pageHeader}</div> </div> <div class="screenlet-body"> <form name="contactus" method="post" action="<@ofbizUrl>${submitRequest}</@ofbizUrl>" style="margin: 0;"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl Sun Oct 4 08:04:35 2009 @@ -33,7 +33,7 @@ </script> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if requestParameters.singleUsePayment?default("N") != "Y"> <div class="tabletext"> @@ -41,7 +41,7 @@ </div> </#if> </div> - <div class='boxhead'> ${uiLabelMap.AccountingPaymentInformation}</div> + <div class='h3'>${uiLabelMap.AccountingPaymentInformation}</div> </div> <div class="screenlet-body"> <#if (paymentMethodType?exists && !requestParameters.resetType?has_content) || finalizeMode?default("") == "payment"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutpayment.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutpayment.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutpayment.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutpayment.ftl Sun Oct 4 08:04:35 2009 @@ -64,8 +64,8 @@ <input type="hidden" name="BACK_PAGE" value="checkoutoptions"/> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> - <div class="boxhead">3) ${uiLabelMap.OrderHowShallYouPay}?</div> + <div class="screenlet-title-bar"> + <div class="h3">3) ${uiLabelMap.OrderHowShallYouPay}?</div> </div> <div class="screenlet-body" style="height: 100%;"> <#-- Payment Method Selection --> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl Sun Oct 4 08:04:35 2009 @@ -62,8 +62,8 @@ <input type="hidden" name="checkoutpage" value="shippingoptions"/> <div class="screenlet" style="height: 100%;"> - <div class="screenlet-header"> - <div class="boxhead">2) ${uiLabelMap.OrderHowShallWeShipIt}?</div> + <div class="screenlet-title-bar"> + <div class="h3">2) ${uiLabelMap.OrderHowShallWeShipIt}?</div> </div> <div class="screenlet-body" style="height: 100%;"> <table width="100%" cellpadding="1" border="0" cellpadding="0" cellspacing="0"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl Sun Oct 4 08:04:35 2009 @@ -35,8 +35,8 @@ </script> <div class="screenlet"> - <div class="screenlet-header"> - <div class='boxhead'> ${uiLabelMap.AccountingPaymentInformation}</div> + <div class="screenlet-title-bar"> + <div class='h3'>${uiLabelMap.AccountingPaymentInformation}</div> </div> <div class="screenlet-body"> <#-- after initial screen; show detailed screens for selected type --> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl Sun Oct 4 08:04:35 2009 @@ -40,8 +40,8 @@ </#macro> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.PartyBasicInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.PartyBasicInformation}</div> </div> <div class="screenlet-body"> <form name="${parameters.formNameValue}" id="quickAnonProcessCustomer" method="post" action="<@ofbizUrl>quickAnonProcessCustomerSettings</@ofbizUrl>"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl Sun Oct 4 08:04:35 2009 @@ -27,13 +27,13 @@ <td width="50%" valign="top"> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if maySelectItems?default("N") == "Y" && returnLink?default("N") == "Y" && (orderHeader.statusId)?if_exists == "ORDER_COMPLETED"> <a href="<@ofbizUrl>makeReturn?orderId=${orderHeader.orderId}</@ofbizUrl>" class="submenutextright">${uiLabelMap.OrderRequestReturn}</a> </#if> </div> - <div class="boxhead"> ${uiLabelMap.OrderOrder} <#if orderHeader?has_content>${uiLabelMap.CommonNbr}<a href="<@ofbizUrl>orderstatus?orderId=${orderHeader.orderId}</@ofbizUrl>" class="lightbuttontext">${orderHeader.orderId}</a> </#if>${uiLabelMap.CommonInformation}</div> + <div class="h3">${uiLabelMap.OrderOrder} <#if orderHeader?has_content>${uiLabelMap.CommonNbr}<a href="<@ofbizUrl>orderstatus?orderId=${orderHeader.orderId}</@ofbizUrl>" class="lightbuttontext">${orderHeader.orderId}</a> </#if>${uiLabelMap.CommonInformation}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellpadding="1"> @@ -108,8 +108,8 @@ <#if orderItemShipGroups?has_content> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderShippingInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderShippingInformation}</div> </div> <div class="screenlet-body"> <#-- shipping address --> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl Sun Oct 4 08:04:35 2009 @@ -105,8 +105,8 @@ </script> <form id="setPaymentInformation" method="post" action="<@ofbizUrl>quickAnonAddGiftCardToCart</@ofbizUrl>" name="setPaymentInformation"> <div class="screenlet"> - <div class="screenlet-header"> - <div class='boxhead'> ${uiLabelMap.AccountingPaymentInformation}</div> + <div class="screenlet-title-bar"> + <div class='h3'>${uiLabelMap.AccountingPaymentInformation}</div> </div> <div class="screenlet-body"> <#if requestParameters.singleUsePayment?default("N") == "Y"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl Sun Oct 4 08:04:35 2009 @@ -18,13 +18,13 @@ --> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <#if maySelectItems?default(false)> <a href="javascript:document.addCommonToCartForm.add_all.value='true';document.addCommonToCartForm.submit()" class="submenutext">${uiLabelMap.OrderAddAllToCart}</a><a href="javascript:document.addCommonToCartForm.add_all.value='false';document.addCommonToCartForm.submit()" class="submenutextright">${uiLabelMap.OrderAddCheckedToCart}</a> </#if> </div> - <div class="boxhead"> ${uiLabelMap.OrderReturnItems}</div> + <div class="h3">${uiLabelMap.OrderReturnItems}</div> </div> <div class="screenlet-body"> <form name="selectAllForm" method="post" action="<@ofbizUrl>requestReturn</@ofbizUrl>"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl Sun Oct 4 08:04:35 2009 @@ -44,8 +44,8 @@ </script> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderItemGroups}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderItemGroups}</div> </div> <div class="screenlet-body"> <table width="100%" cellspacing="0" cellpadding="1" border="0"> @@ -150,8 +150,8 @@ </div> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.EcommerceAssignItems}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.EcommerceAssignItems}</div> </div> <div class="screenlet-body"> <table width="100%" cellspacing="0" cellpadding="1" border="0"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OrderRequest} ${custRequest.custRequestId} ${uiLabelMap.CommonInformation}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderRequest} ${custRequest.custRequestId} ${uiLabelMap.CommonInformation}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl Sun Oct 4 08:04:35 2009 @@ -17,8 +17,8 @@ under the License. --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.OrderRequestRoles}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OrderRequestRoles}</div> </div> <div class="screenlet-body"> <table cellspacing="0" class="basic-table"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl Sun Oct 4 08:04:35 2009 @@ -28,8 +28,8 @@ <br/> <div style="float: center; width: 49%; margin-right: 5px; text-align: center;" class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.CommonPasswordChange}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.CommonPasswordChange}</div> </div> <div class="screenlet-body" style="text-align: center;"> <form method="post" action="<@ofbizUrl>login${previousParams}</@ofbizUrl>" name="loginform"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl Sun Oct 4 08:04:35 2009 @@ -60,7 +60,7 @@ <#if canView> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <form name= "createCustRequestFromShoppingList" method= "post" action= "<@ofbizUrl>createCustRequestFromShoppingList</@ofbizUrl>"> <input type= "hidden" name= "shoppingListId" value= "${shoppingList.shoppingListId}"/> @@ -72,7 +72,7 @@ </form> <a href="javascript:document.updateList.submit();" class="submenutextright">${uiLabelMap.CommonSave}</a> </div> - <div class="boxhead"> ${uiLabelMap.EcommerceShoppingListDetail} - ${shoppingList.listName}</div> + <div class="h3">${uiLabelMap.EcommerceShoppingListDetail} - ${shoppingList.listName}</div> </div> <div class="screenlet-body"> <form name="updateList" method="post" action="<@ofbizUrl>updateShoppingList</@ofbizUrl>"> @@ -156,11 +156,11 @@ <#if shoppingListType?exists && shoppingListType.shoppingListTypeId == "SLT_AUTO_REODR"> <#assign nowTimestamp = Static["org.ofbiz.base.util.UtilDateTime"].monthBegin()> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <a href="javascript:document.reorderinfo.submit();" class="submenutextright">${uiLabelMap.CommonSave}</a> </div> - <div class="boxhead"> + <div class="h3"> ${uiLabelMap.EcommerceShoppingListReorder} - ${shoppingList.listName} <#if shoppingList.isActive?default("N") == "N"> <font color="yellow">${uiLabelMap.EcommerceOrderNotActive}</font> @@ -321,11 +321,11 @@ <#if childShoppingListDatas?has_content> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <a href="<@ofbizUrl>addListToCart?shoppingListId=${shoppingList.shoppingListId}&includeChild=yes</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceAddChildListsToCart}</a> </div> - <div class="boxhead"> ${uiLabelMap.EcommerceChildShoppingList} - ${shoppingList.listName}</div> + <div class="h3"> ${uiLabelMap.EcommerceChildShoppingList} - ${shoppingList.listName}</div> </div> <div class="screenlet-body"> <table width="100%" cellspacing="0" cellpadding="1" border="0"> @@ -366,11 +366,11 @@ </#if> <div class="screenlet"> - <div class="screenlet-header"> + <div class="screenlet-title-bar"> <div class="boxlink"> <a href="<@ofbizUrl>addListToCart?shoppingListId=${shoppingList.shoppingListId}</@ofbizUrl>" class="submenutextright">${uiLabelMap.EcommerceAddListToCart}</a> </div> - <div class="boxhead"> ${uiLabelMap.EcommerceListItems} - ${shoppingList.listName}</div> + <div class="h3"> ${uiLabelMap.EcommerceListItems} - ${shoppingList.listName}</div> </div> <div class="screenlet-body"> <#if shoppingListItemDatas?has_content> @@ -474,8 +474,8 @@ </div> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.EcommerceShoppingListPriceTotals} - ${shoppingList.listName}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.EcommerceShoppingListPriceTotals} - ${shoppingList.listName}</div> </div> <div class="screenlet-body"> <table width="100%" border="0" cellspacing="1" cellpadding="1"> @@ -511,8 +511,8 @@ </div> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${uiLabelMap.CommonQuickAddList}</div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.CommonQuickAddList}</div> </div> <div class="screenlet-body"> <form name="addToShoppingList" method="post" action="<@ofbizUrl>addItemToShoppingList<#if requestAttributes._CURRENT_VIEW_?exists>/${requestAttributes._CURRENT_VIEW_}</#if></@ofbizUrl>"> Modified: ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl (original) +++ ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl Sun Oct 4 08:04:35 2009 @@ -30,8 +30,8 @@ <h1>${title}</h1> <#-- custom logo or text can be inserted here --> <br/> - <div class="screenlet-header"> - <div class="boxhead">${uiLabelMap.OagisInventoryDescription}<b></b></div> + <div class="screenlet-title-bar"> + <div class="h3">${uiLabelMap.OagisInventoryDescription}<b></b></div> </div> <div class="screenlet-body"> <table class="basic-table" cellspacing="0"> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/survey/TestWorkEffortSurvey.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/survey/TestWorkEffortSurvey.ftl?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/survey/TestWorkEffortSurvey.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/survey/TestWorkEffortSurvey.ftl Sun Oct 4 08:04:35 2009 @@ -18,8 +18,8 @@ --> <div class="screenlet"> - <div class="screenlet-header"> - <div class="boxhead"> ${survey.surveyName}</div> + <div class="screenlet-title-bar"> + <div class="h3">${survey.surveyName}</div> </div> <div class="screenlet-body"> <#-- Render the survey --> Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Sun Oct 4 08:04:35 2009 @@ -1199,13 +1199,6 @@ clear:both; } -div.screenlet-header { - background-color: #1c334d; - height: auto !important; - height: 1%; - padding: 0.1em 0.4em 0.3em 0.4em; -} - div.screenlet-body { background-color: #FFFFFF; height: auto !important; Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original) +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sun Oct 4 08:04:35 2009 @@ -727,14 +727,6 @@ margin-bottom: 1em; } -DIV.screenlet-header { - background: url("/bluelight/box-head-tl.gif") no-repeat; - background-color: #5CA3D7; - height: auto !important; - height: 1%; - padding: 0.1em 0.4em 0.3em 0.4em; -} - DIV.screenlet-body { background-color: #FFFFFF; height: auto !important; Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original) +++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sun Oct 4 08:04:35 2009 @@ -724,15 +724,6 @@ margin-bottom: 1em; } -DIV.screenlet-header { -background-color: #000099; -background-image: url(/images/gradient_sub_uns.gif); -background-repeat: repeat-x; -height: auto !important; -height: 1%; -padding: 0.1em 0.4em 0.3em 0.4em; -} - DIV.screenlet-body { background-color: #FFFFFF; height: auto !important; Modified: ofbiz/trunk/themes/multiflex/webapp/multiflex/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/webapp/multiflex/style.css?rev=821476&r1=821475&r2=821476&view=diff ============================================================================== --- ofbiz/trunk/themes/multiflex/webapp/multiflex/style.css (original) +++ ofbiz/trunk/themes/multiflex/webapp/multiflex/style.css Sun Oct 4 08:04:35 2009 @@ -964,7 +964,7 @@ font-size:150%; } -.left .first .screenlet-header { +.left .first .screenlet-title-bar{ clear:both; margin:0px; padding:4px 20px 3px 20px; @@ -974,9 +974,9 @@ font-size:150%; } -.nocolumns .screenlet-header, -.rightonly .screenlet-header, -.leftonly .screenlet-header { +.nocolumns .screenlet-title-bar, +.rightonly .screenlet-title-bar, +.leftonly .screenlet-title-bar { c_lear:both; margin:0px; padding:4px 20px 3px 20px; @@ -995,7 +995,7 @@ font-weight:bold; font-size:150%; } -.left .screenlet-header { +.left .screenlet-title-bar { clear:both; margin:30px 0 20px 0; padding:4px 20px 3px 20px; @@ -1353,7 +1353,7 @@ font-size:140%; } -.right .screenlet-header { +.right .screenlet-title-bar { clear:both; margin:0 0 10px 0; padding:4px 10px 3px 10px; |
Free forum by Nabble | Edit this page |