Skip to content

Commit

Permalink
Merge pull request #3744 from gRoussac/NM-423
Browse files Browse the repository at this point in the history
[*] MO : Fix #NM-423, no h2 in blockcart
  • Loading branch information
Jérôme Nadaud authored and jnadaud committed Aug 20, 2015
2 parents b40bb95 + bee8ba1 commit 6353211
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
14 changes: 8 additions & 6 deletions themes/default-bootstrap/css/modules/blockcart/blockcart.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions themes/default-bootstrap/modules/blockcart/blockcart.tpl
Expand Up @@ -210,9 +210,9 @@
<div class="clearfix">
<div class="layer_cart_product col-xs-12 col-md-6">
<span class="cross" title="{l s='Close window' mod='blockcart'}"></span>
<h2>
<span class="title">
<i class="icon-check"></i>{l s='Product successfully added to your shopping cart' mod='blockcart'}
</h2>
</span>
<div class="product-image-container layer_cart_img">
</div>
<div class="layer_cart_product_info">
Expand All @@ -229,7 +229,7 @@
</div>
</div>
<div class="layer_cart_cart col-xs-12 col-md-6">
<h2>
<span class="title">
<!-- Plural Case [both cases are needed because page may be updated in Javascript] -->
<span class="ajax_cart_product_txt_s {if $cart_qties < 2} unvisible{/if}">
{l s='There are [1]%d[/1] items in your cart.' mod='blockcart' sprintf=[$cart_qties] tags=['<span class="ajax_cart_quantity">']}
Expand All @@ -238,8 +238,7 @@
<span class="ajax_cart_product_txt {if $cart_qties > 1} unvisible{/if}">
{l s='There is 1 item in your cart.' mod='blockcart'}
</span>
</h2>

</span>
<div class="layer_cart_row">
<strong class="dark">
{l s='Total products' mod='blockcart'}
Expand Down
Expand Up @@ -343,7 +343,8 @@
padding: 30px 30px 30px 30px;
overflow: hidden;
position: static;
h2 {
.title {
display: block;
font: 400 23px/29px $font-family;
color: #46a74e;
margin-bottom: 22px;
Expand Down Expand Up @@ -408,7 +409,8 @@
border-left: none;
border-top: 1px solid $base-border-color;
}
h2 {
.title {
display: block;
font: 400 23px/29px $font-family;
color: $base-text-color;
border-bottom: 1px solid $base-border-color;
Expand Down

0 comments on commit 6353211

Please sign in to comment.