Skip to content
Snippets Groups Projects
Commit 774c3bf9 authored by Gregor Gawol's avatar Gregor Gawol Committed by Robert Lange
Browse files

refs #20739 [de_105] BARF bookbag set role status

parent 124d1d99
Branches
Tags
1 merge request!3refs #20945 [de_105] w3c validation - syntax fixes
......@@ -54,10 +54,13 @@
<li id="cartSummary">
<a id="cartItems" class="btn btn-transparent" data-lightbox title="<?=$this->transEsc('View Book Bag')?>" href="<?=$this->url('cart-home')?>">
<i class="fa fa-clipboard" aria-hidden="true"></i>
<strong aria-label="<?=$this->transEsc('View Book Bag')?>: <?=count($cart->getItems())?>">
<?=count($cart->getItems())?>
</strong>
<span class="cart-label"><?=$this->transEsc('items')?></span>
<span role="status">
<span class="sr-only"><?=$this->transEsc('View Book Bag')?>:</span>
<strong>
<?=count($cart->getItems())?>
</strong>
<span class="cart-label"><?=$this->transEsc('items')?></span>
</span>
<span class="hidden-sm full<?=!$cart->isFull() ? ' hidden' : ''?>">(<?=$this->transEsc('bookbag_full')?>)</span>
</a>
</li>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment