Index: branches/1.2.x/in-bulletin/inc/styles.css =================================================================== --- branches/1.2.x/in-bulletin/inc/styles.css (revision 15997) +++ branches/1.2.x/in-bulletin/inc/styles.css (revision 15998) @@ -1,149 +1,149 @@ .bbcode { border: 1px solid #888888; background-color: #EEEEEE; padding: 10px; } .forums-header TD { padding:6px; color:#21619e; } .forums-icon-cell { width:20px; padding-right:10px; vertical-align:top; } .forums-subheaders { background:#f4f4f4; font-weight:bold; padding:5px 15px; font-size:12px; } .forums-subheaders A { color:#000000; text-decoration: underline; } .forums-subheaders A:hover { color: #666666; text-decoration: underline; } .forums-cells { vertical-align: middle; padding:10px; } .post-background-1 { background:#f4f4f4; padding:8px; } .post-background-2 { background:#FFFFFF; padding:8px; } .post-icon-padding-right { padding-right:10px; } -.topic-prewiew-padding-cell TD +.topic-preview-padding-cell TD { padding: 13px; } .post-control { padding: 0px !important; vertical-align: top; } .no-padding TD { padding:0px; } .forums-icon-description TD { padding:10px; vertical-align:middle; } .topics-icon-padding { width:14px; padding-right:10px; } .new-private-message { font-weight: bold; } .quoted-reply { border: 1px dashed #333; } .quoted-reply td { padding: 5px; } /* --- Topic Button Styles --- */ .big-button-left-border { background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/left_border.gif') repeat-y top left; } .big-button-bottom td { background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/bottom_border.gif') repeat-x top left; } .big-button-text { background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/top_border.gif') repeat-x top left; font: bold 11px Arial, sans-serif; letter-spacing: 0px; color: #1F569A; padding-top: 14px; } .big-button-text a, .big-button-text a:hover { text-decoration: none; } /* --- Post Button Styles --- */ .small-button-bottom td { background: #efefef url('@templates_base@/in-bulletin/img/small_buttons/bottom_border.gif') repeat-x top left } .small-button-text { background: url('@templates_base@/in-bulletin/img/small_buttons/top_border.gif') repeat-x top left; font: 10px Arial, sans-serif; color: #153C6A; padding-top: 15px; vertical-align: bottom; height: 27px; } .small-button-text a { color: #153C6A; text-decoration: none; } .small-button-text a:hover { text-decoration: none; } \ No newline at end of file Index: branches/1.2.x/in-bulletin/elements/topics.elm.tpl =================================================================== --- branches/1.2.x/in-bulletin/elements/topics.elm.tpl (revision 15997) +++ branches/1.2.x/in-bulletin/elements/topics.elm.tpl (revision 15998) @@ -1,143 +1,143 @@ <inp2:m_DefineElement name="topic_element"> <tr> <td colspan="5"> <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div> </td> </tr> <tr> <td class="forums-cells"> <table> <tr> <td class="topics-icon-padding" valign="top"> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /><br /> </td> <td valign="top"> <inp2:m_if check="m_Param" name="show_relevance"> <inp2:RelevanceIndicator on_color="Red" off_color="White" relevance_normal_render_as="search_relevance_normal" relevance_full_render_as="search_relevance_full" /><br/> </inp2:m_if> <a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a> <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if> <inp2:VotesIndicator render_as="rating_element"/> </td> </tr> </table> </td> <td width="100" class="forums-cells"> <inp2:Field name="OwnerId"/> </td> <td width="150" class="forums-cells"> <inp2:Field name="LastPostDate" format="_regional_DateFormat"/> <inp2:Field name="LastPostDate" format="_regional_TimeFormat"/> <!--<inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/>--> </td> <td width="100" class="forums-cells"> <inp2:TopicReplies/> </td> <td width="70" class="forums-cells"> <inp2:Field name="Views"/> </td> </tr> </inp2:m_DefineElement> <!--## RELATED TOPIC ELEMENT ##--> <inp2:m_DefineElement name="related_topic_element"> <tr> <td width="25"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/topics_icon.gif" width="14" height="12" alt="" /></td> <td><a href="<inp2:TopicLink template="__default__"/>" class="text-title"><inp2:Field name="TopicText"/></a></td> </tr> </inp2:m_DefineElement> <!--## // RELATED TOPIC ELEMENT ##--> <inp2:m_DefineElement name="my_topic_element"> <tr> <td colspan="4"> <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div> </td> </tr> - <tr class="topic-prewiew-padding-cell"> + <tr class="topic-preview-padding-cell"> <td> <a href="<inp2:TopicLink template="__default__"/>"><inp2:Field name="TopicText"/></a> <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_Phrase name="lu_Hot" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_Phrase name="lu_New" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_Phrase name="lu_Pop" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_Phrase name="lu_Pick" no_editing="1"/>"/></inp2:m_if> <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_Phrase name="lu_Favorite" no_editing="1"/>"/></inp2:m_if> <inp2:VotesIndicator render_as="rating_element"/> <br /> (<inp2:m_phrase name="lu_By"/>: <inp2:Field name="OwnerId"/>) <br /> <inp2:m_phrase name="lu_fld_PrimaryCategory"/>: <strong><inp2:CategoryPath separator=">" render_as="category_path_element"/></strong><br /> <br /> <table> <tr> <td style="padding:0px;"> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_details.gif" width="14" height="13" alt="" /> <a href="<inp2:TopicLink template="__default__"/>"><inp2:m_phrase name="lu_btn_Details"/></a> </td> <inp2:m_if check="HasPermission" permissions="TOPIC.MODIFY|TOPIC.MODIFY.PENDING|TOPIC.OWNER.MODIFY|TOPIC.OWNER.MODIFY.PENDING"> <td style="padding:0px;"> | <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_edit.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink template="in-bulletin/topics/modify_topic"/>"><inp2:m_phrase name="lu_btn_Modify"/></a> </td> </inp2:m_if> <inp2:m_if check="HasPermission" permissions="TOPIC.DELETE|TOPIC.OWNER.DELETE"> <td style="padding:0px;"> | <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/ic_delete.gif" width="11" height="10" alt="" /> <a href="<inp2:TopicLink __NO_REWRITE__='1' bb_event='OnDelete'/>" onclick="return confirm('<inp2:m_phrase name="lu_DeleteTopicConfirm" js_escape="1"/>');"><inp2:m_phrase name="lu_btn_Delete"/></a> </td> </inp2:m_if> </tr> </table> </td> <td> <inp2:TopicReplies/> </td> <td> <inp2:Field name="Views"/> </td> <td align="center"> <inp2:Field name="LastPostDate" format="_regional_DateFormat"/><br /> <inp2:Field name="LastPostDate" format="_regional_TimeFormat"/><br /> <inp2:m_phrase name="lu_By"/> <inp2:Field name="LastPoster"/> </td> </tr> </inp2:m_DefineElement> <inp2:m_DefineElement name="big_button" title="" icon=""> <table style="margin: 0px;"> <tr valign="top"> <td class="big-button-left-border"> <img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/top_left_corner.gif" width="11" height="16" alt="" /><br /> </td> <td class="big-button-text"> <a href="<inp2:m_Param name="content"/>"><inp2:m_phrase name="$title"/></a> </td> <td> <a href="<inp2:m_Param name="content"/>"><img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/icons/<inp2:m_param name="icon"/>.gif" alt=""></a><br /> </td> </tr> <tr valign="top" class="big-button-bottom"> <td> <img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_left_corner.gif" width="11" height="10" alt="" /><br /> </td> <td> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /> </td> <td align="right"> <img src="<inp2:m_TemplatesBase module="In-Bulletin"/>img/big_buttons/bottom_right_corner.gif" width="11" height="10" alt="" /><br /> </td> </tr> </table> </inp2:m_DefineElement> \ No newline at end of file Index: branches/1.2.x/in-commerce/inc/styles.css =================================================================== --- branches/1.2.x/in-commerce/inc/styles.css (revision 15997) +++ branches/1.2.x/in-commerce/inc/styles.css (revision 15998) @@ -1,125 +1,125 @@ .shopping-cart-cell-item-padding { padding:5px 8px; vertical-align:middle; } .shopping-cart-icpn-padding-right { padding-right:10px; width:16px; vertical-align:top; } .cart-subtotal { background:#f4f4f4; padding:5px 10px; } .cart-item td { color: #000000; padding:10px; border-bottom: 1px solid #989898; } .cart-item-small td { color: #000000; padding: 2px 10px 2px 10px; border-bottom: 1px solid #989898; -} - +} + .cart-subtotal-text { font-weight:bold; font-size:12px; } .shopping-cart-button-padding { padding:10px; } -.order-prewiew-padding-cell TD +.order-preview-padding-cell TD { padding:3px 13px; } .order-padding-left TD { padding:6px 6px 0px 7px; } .subtotal { font-size:13px; font-weight:bold; color:#0073B0 } .grand-total-blue TD { font-size:15px; font-weight:bold; color:#0073B0 } .credit-card-table td { padding: 2px; } /* --- Category Sidebox Styles --- */ .top-category-padding { padding: 5px 2px 0px 0px; vertical-align: top; } a.top-category { font-size: 12px; color: #13547C; } a.top-category:hover { color: #000000; } .sub-category-padding { padding: 5px 2px 0px 10px; vertical-align: top; } a.sub-category { color: #13547C; } a.sub-category:hover { color: #000000; } /* --- Product Pricing Styles --- */ .product-price { color: #CC0000; font-weight: bold; } .product-price-large { color: #CC0000; font-size: 13px; font-weight: bold; } .product-price-msrp { text-decoration: line-through; } /* --- Order Preview & Checkout Process Styles --- */ .order-grand-total td, .order-sub-total td { color: #CC0000; font-size: 13px; font-weight: bold; } .order-totals td { padding: 5px; vertical-align: top; } \ No newline at end of file Index: branches/1.2.x/in-commerce/elements/order_preview.elm.tpl =================================================================== --- branches/1.2.x/in-commerce/elements/order_preview.elm.tpl (revision 15997) +++ branches/1.2.x/in-commerce/elements/order_preview.elm.tpl (revision 15998) @@ -1,312 +1,312 @@ <inp2:m_include template="in-commerce/elements/options_blocks.elm"/> <inp2:m_DefineElement name="orderitem_elem"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td> <strong><inp2:Field name="ProductName"/></strong><inp2:m_if check="ord_BackorderFlag"> <span><inp2:m_phrase label="lu_cart_BackorderFlag" /></span></inp2:m_if> <inp2:m_if check="HasOptions"> <br/> <span> <inp2:m_if check="DisplayOptionsPricing"> <!-- selectable options or overriding combination --> <inp2:PrintOptions render_as="option_element" currency="selected"/> <inp2:m_else/> <!-- listed combinations --> <inp2:PrintOptions render_as="option_element_no_price"/> </inp2:m_if> </span> <br/> </inp2:m_if> <inp2:m_if check="HasDiscount"> <br /> <inp2:m_Phrase label="lu_comm_RegularPrice" />: <inp2:Field name="FlatPrice" currency="selected"/><br /> <inp2:m_Phrase label="lu_comm_Discount" />: <span><inp2:Field name="ItemDiscount" currency="selected" negative="1"/></span> </inp2:m_if> </td> <td> <strong><inp2:Field name="Price" currency="selected"/></strong> </td> <td><inp2:Field name="Quantity"/></td> <td><strong><inp2:Field name="ExtendedPrice" currency="selected"/></strong></td> </tr> <tr> <td colspan="4"> <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div> </td> </tr> </inp2:m_DefineElement> <inp2:m_DefineElement name="order_form_shipping"> <!-- shipping --> <table width="100%"> <tr> <td colspan="2"> <inp2:m_RenderElement name="subsection" title="lu_section_ShippingInfo"/> </td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_Name"/></strong>:</td> <td><inp2:Field field="ShippingTo"/></td> </tr> <inp2:m_if check="Field" name="ShippingCompany"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Company"/></strong>:</td> <td><inp2:Field field="ShippingCompany"/></td> </tr> </inp2:m_if> <inp2:m_if check="Field" name="ShippingEmail"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_EmailAddress"/></strong>:</td> <td><inp2:Field field="ShippingEmail"/></td> </tr> </inp2:m_if> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_PhoneNumber"/></strong>:</td> <td><inp2:Field field="ShippingPhone"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_FaxNumber"/></strong>:</td> <td><inp2:Field field="ShippingFax"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Address"/></strong>:</td> <td> <inp2:m_if check="FieldEquals" field="ShippingAddress1" value="" inverse="inverse"> <inp2:Field field="ShippingAddress1"/><br> </inp2:m_if> <inp2:m_if check="FieldEquals" field="ShippingAddress2" value="" inverse="inverse"> <inp2:Field field="ShippingAddress2"/><br> </inp2:m_if> <inp2:PrintLocation type="Shipping"/> </td> </tr> </table> </inp2:m_DefineElement> <inp2:m_DefineElement name="order_form_billing"> <!-- billing --> <table width="100%"> <tr> <td colspan="2"> <inp2:m_RenderElement name="subsection" title="lu_section_BillingInfo"/> </td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_Name"/></strong>:</td> <td><inp2:Field field="BillingTo"/></td> </tr> <inp2:m_if check="Field" name="BillingCompany"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Company"/></strong>:</td> <td><inp2:Field field="BillingCompany"/></td> </tr> </inp2:m_if> <inp2:m_if check="Field" name="BillingEmail"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_EmailAddress"/></strong>:</td> <td><inp2:Field field="BillingEmail"/></td> </tr> </inp2:m_if> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_PhoneNumber"/></strong>:</td> <td><inp2:Field field="BillingPhone"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_FaxNumber"/></strong>:</td> <td><inp2:Field field="BillingFax"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Company"/></strong>:</td> <td><inp2:Field field="BillingCompany"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Address"/></strong>:</td> <td> <inp2:m_if check="FieldEquals" field="BillingAddress1" value="" inverse="inverse"> <inp2:Field field="BillingAddress1"/><br> </inp2:m_if> <inp2:m_if check="FieldEquals" field="BillingAddress2" value="" inverse="inverse"> <inp2:Field field="BillingAddress2"/><br> </inp2:m_if> <inp2:PrintLocation type="Billing"/> </td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_PaymentType"/>:</strong></td> <td><inp2:Field name="PaymentType" /></td> </tr> <inp2:m_if check="UsingCreditCard"> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_NameOnCard"/>:</strong></td> <td><inp2:Field name="PaymentNameOnCard"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_CardType"/>:</strong></td> <td><inp2:Field name="PaymentCardType" /></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_CardNumber"/>:</strong></td> <td><inp2:Field name="PaymentAccount" masked="masked"/></td> </tr> - <tr class="order-prewiew-padding-cell"> + <tr class="order-preview-padding-cell"> <td><strong><inp2:m_Phrase label="lu_comm_Exp"/>:</strong></td> <td><inp2:Field name="PaymentCCExpDate"/></td> </tr> </inp2:m_if> </table> </inp2:m_DefineElement> <inp2:m_DefineElement name="order_form"> <table> <tr> <td> <strong><inp2:m_Phrase label="lu_comm_OrderNumber"/><inp2:Field name="OrderNumber"/></strong> </td> </tr> </table> <br /> <inp2:m_if check="OrderHasTangibleItems"> <table width="100%"> <tr> <td valign="top" width="49%"> <inp2:m_RenderElement name="order_form_shipping" PrefixSpecial="ord"/> </td> <td> </td> <td valign="top" width="49%"> <inp2:m_RenderElement name="order_form_billing" PrefixSpecial="ord"/> </td> </tr> </table> <inp2:m_else /> <table width="100%"> <tr> <td> <inp2:m_RenderElement name="order_form_billing" PrefixSpecial="ord"/> </td> </tr> </table> </inp2:m_if> <br /><br /> <table style="width:100%"> <tr> <td colspan="4"> <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div> </td> </tr> <tr> <td class="sub-section-header"><inp2:m_Phrase label="lu_comm_ProductDescription"/></td> <td class="sub-section-header"><inp2:m_Phrase label="lu_comm_YourPrice"/></td> <td class="sub-section-header"><inp2:m_Phrase label="lu_comm_Qty"/>.</td> <td class="sub-section-header"><inp2:m_Phrase label="lu_comm_Total"/></td> </tr> <tr> <td colspan="4"> <div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div> </td> </tr> <inp2:ord_ListOrderItems render_as="orderitem_elem"/> <tr class="order-sub-total"> <td> <inp2:m_if check="ord_HasDiscount"> <inp2:m_Phrase label="lu_comm_TotalSavings" />: <span><inp2:ord_Field name="DiscountTotal" currency="selected" /></span><br /> </inp2:m_if> </td> <td> </td> <td> </td> <td align="left" class="shopping-cart-button-padding"> <inp2:m_Phrase label="lu_comm_Subtotal"/>: <inp2:Field name="SubTotal" currency="selected"/> </td> </tr> </table> <br /> <table width="100%"> <tr> <td> <inp2:m_RenderElement name="subsection" title="lu_section_OrderTotal"/> </td> </tr> </table> - <table class="order-prewiew-padding-cell"> + <table class="order-preview-padding-cell"> <inp2:m_DefineElement name="shipping_total"> <tr> <td><strong><inp2:m_Phrase label="lu_comm_ShippingCost"/> (<inp2:ord_ShippingType />):</strong></td> <td><inp2:ord_Field name="ShippingCost" currency="selected"/></td> </tr> <tr> <td><strong><inp2:m_Phrase label="lu_comm_Insurance_Fee"/>:</strong></td> <td><inp2:ord_Field name="InsuranceFee" currency="selected"/></td> </tr> </inp2:m_DefineElement> <inp2:m_DefineElement name="processing_total"> <tr> <td><strong><inp2:m_Phrase label="lu_comm_ProcessingFee"/>: </strong></td> <td><inp2:ord_Field name="ProcessingFee" currency="selected"/></td> </tr> </inp2:m_DefineElement> <inp2:m_DefineElement name="sub_total"> <tr> <td><strong><inp2:m_Phrase label="lu_comm_SubTotal"/>: </strong></td> <td><inp2:ord_Field name="AmountWithoutVAT" currency="selected"/></td> </tr> </inp2:m_DefineElement> <inp2:m_DefineElement name="vat_total"> <tr> <td><strong><inp2:m_Phrase label="lu_comm_VAT"/> <inp2:ord_Field name="VATPercent"/>%: </strong></td> <td><inp2:ord_Field name="VAT" currency="selected"/></td> </tr> </inp2:m_DefineElement> <inp2:ord_PrintTotals shipping_render_as="shipping_total" processing_render_as="processing_total" sub_total_render_as="sub_total" vat_render_as="vat_total"/> <inp2:m_if check="ord_Field" name="GiftCertificateId"> <tr> <td><strong><inp2:m_Phrase label="lu_comm_Gift_Certificate"/>: </strong></td> <td><inp2:ord_Field name="GiftCertificateDiscount" currency="selected"/></td> </tr> </inp2:m_if> <tr class="order-grand-total"> <td><inp2:m_Phrase label="lu_comm_GrandTotal"/>:</td> <td><span><inp2:Field name="TotalAmount" currency="selected"/></span></td> </tr> </table> <br /> </inp2:m_DefineElement> <inp2:ord_ShowOrder render_as="order_form" /> <table> <tr> <td> <form method="POST" action="<inp2:ord_GetFormAction/>"> <inp2:ord_GetFormHiddenFields return_template="in-commerce/checkout/checkout_success" cancel_template="in-commerce/checkout/billing" /> <inp2:m_if check="ord_NeedsPlaceButton"> <input type="submit" value="<inp2:m_Phrase label="lu_order_CompleteOrder" />" class="button"> </inp2:m_if> </form> </td> </tr> </table> \ No newline at end of file