Lines 16-35
Link Here
|
16 |
</a> |
16 |
</a> |
17 |
</h1> |
17 |
</h1> |
18 |
[% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
18 |
[% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
19 |
<div id="cartDetails" class="cart-message">Your cart is empty.</div> |
19 |
[% IF ( Koha.Preference('EnableOneClickToOpenCartPopup') == 1 ) %] |
|
|
20 |
<div id="cartDetails" class="cart-message" data-value="1">Your cart is empty.</div> |
21 |
[% ELSE %] |
22 |
<div id="cartDetails" class="cart-message">Your cart is empty.</div> |
23 |
[% END %] |
20 |
[% END %] |
24 |
[% END %] |
21 |
<ul class="nav"> |
25 |
<ul class="nav"> |
22 |
[% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
26 |
[% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
23 |
<li class="dropdown"> |
27 |
[% IF ( Koha.Preference('EnableOneClickToOpenCartPopup') == 1 ) %] |
24 |
<a href="#" title="Collect items you are interested in" class="dropdown-toggle" id="cartmenulink" data-toggle="dropdown" role="button"> |
28 |
<li> |
25 |
<i id="carticon" class="icon-shopping-cart icon-white"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span> <b class="caret"></b> |
29 |
<a href="#" title="Collect items you are interested in" id="cartmenulink" data-toggle="dropdown" role="button"> |
26 |
</a> |
30 |
<i id="carticon" class="icon-shopping-cart icon-white"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span> <b class="caret"></b> |
27 |
<ul aria-labelledby="cartmenulink" role="menu" class="dropdown-menu"> |
31 |
</a> |
28 |
<li role="presentation"> |
32 |
</li> |
29 |
<a href="#" id="cartmenuitem" class="cart-message" tabindex="-1" role="menuitem">Your cart is empty.</a> |
33 |
[% ELSE %] |
30 |
</li> |
34 |
<li class="dropdown"> |
31 |
</ul> |
35 |
<a href="#" title="Collect items you are interested in" class="dropdown-toggle" id="cartmenulink" data-toggle="dropdown" role="button"> |
32 |
</li> |
36 |
<i id="carticon" class="icon-shopping-cart icon-white"></i> <span class="cartlabel">Cart</span> <sp an id="basketcount"></span> <b class="caret"></b> |
|
|
37 |
</a> |
38 |
<ul aria-labelledby="cartmenulink" role="menu" class="dropdown-menu"> |
39 |
<li role="presentation"> |
40 |
<a href="#" id="cartmenuitem" class="cart-message" tabindex="-1" role="menuitem">Your cart is e mpty.</a> |
41 |
</li> |
42 |
</ul> |
43 |
</li> |
44 |
[% END %] |
33 |
[% END %] |
45 |
[% END %] |
34 |
[% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) && ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
46 |
[% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) && ( Koha.Preference( 'opacbookbag' ) == 1 ) %] |
35 |
<li class="divider-vertical"></li> |
47 |
<li class="divider-vertical"></li> |