<div id="basket_actions">
<div id="select_basket_action" class="dropdown">
<a href="#" class="no-dec" id="cartDropdown" data-toggle="dropdown">
- <img src="[% ctx.media_prefix %]/images/cart-sm.png[% ctx.cache_key %]" alt="[% l('View Basket') %]">
+ <img id="cart_icon" src="[% ctx.media_prefix %]/images/cart-sm.png[% ctx.cache_key %]" alt="[% l('View Basket') %]">
<div id="record_basket_count_floater">
<span id="record_basket_count">[% ctx.mylist.size %]</span>
<span class="sr-only">[% l('Records In Basket') %]</span>
<div id="footer_logo">
[% l('Powered by') %]
<a href="http://evergreen-ils.org">
- <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png[% ctx.cache_key %]"
+ <img id="eg_tiny_logo" src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png[% ctx.cache_key %]"
alt="[% l('Evergreen') %]"
/>
</a>
-<img alt="[% l('Evergreen Logo') %]" src="[% ctx.media_prefix %]/opac/images/small_logo.png[% ctx.cache_key %]" class="mr-2" />
\ No newline at end of file
+<img id="top_nav_logo" alt="[% l('Evergreen Logo') %]" src="[% ctx.media_prefix %]/opac/images/small_logo.png[% ctx.cache_key %]" class="mr-2" />
</div>
<div id="record_basket_icon">
<a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab="">
- <img src="[% ctx.media_prefix %]/images/cart-sm.png[% ctx.cache_key %]" alt="[% l('View Basket') %]">
+ <img id="cart_icon" src="[% ctx.media_prefix %]/images/cart-sm.png[% ctx.cache_key %]" alt="[% l('View Basket') %]">
</a>
<div id="record_basket_count_floater">
<a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab="">
<div id="footer_logo">
[% l('Powered by') %]
<a href="http://evergreen-ils.org">
- <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png[% ctx.cache_key %]"
+ <img id="eg_tiny_logo" src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png[% ctx.cache_key %]"
style="border:none; width: 94px; height: 16px;"
alt="[% l('Evergreen') %]"
/>
<div id="homesearch_main_logo">
- <img src="[% ctx.media_prefix %]/opac/images/main_logo.png[% ctx.cache_key %]"
+ <img id="main_logo" src="[% ctx.media_prefix %]/opac/images/main_logo.png[% ctx.cache_key %]"
[% img_alt(l('Evergreen Logo')) %]/>
</div>
[% PROCESS carousels %]
- <div id="topnav_logo"> <a href="/"><img alt="[% l('Evergreen Logo') %]"
+ <div id="topnav_logo"> <a href="/"><img id="top_nav_logo" alt="[% l('Evergreen Logo') %]"
src="[% ctx.media_prefix %]/opac/images/small_logo.png[% ctx.cache_key %]" /></a></div>
--- /dev/null
+== OPAC Logos and Cart Now Have IDs ==
+
+Evergreen now has IDs associated with logos and cart images in the TPAC and Bootstrap OPACs to aid in customization. The small logo in the footer is "eg_tiny_logo". The cart icon is “cart_icon”. The top navbar logo is “top_nav_logo”. The main logo in the TPAC is “main_logo” but the logo in the Bootstrap OPAC is loaded via CSS as a background image and can be directly replaced through styling that.