diff --git a/code/web/interface/themes/responsive/EBSCO/list.tpl b/code/web/interface/themes/responsive/EBSCO/list.tpl index 85c19a5ac9..a6b4f3efd1 100644 --- a/code/web/interface/themes/responsive/EBSCO/list.tpl +++ b/code/web/interface/themes/responsive/EBSCO/list.tpl @@ -10,9 +10,9 @@
{* User's viewing mode toggle switch *} {if !empty($showSearchToolsAtTop)} - {include file="Search/search-toolbar.tpl"} + {include file="Search/search-toolbar-no-display-mode.tpl"} {else} - {include file="Search/results-displayMode-toggle.tpl"} + {include file="Search/results-no-displayMode-toggle.tpl"} {/if}
diff --git a/code/web/interface/themes/responsive/EBSCOhost/list.tpl b/code/web/interface/themes/responsive/EBSCOhost/list.tpl index 83483eb2b1..c06ec2bc83 100644 --- a/code/web/interface/themes/responsive/EBSCOhost/list.tpl +++ b/code/web/interface/themes/responsive/EBSCOhost/list.tpl @@ -10,9 +10,9 @@
{* User's viewing mode toggle switch *} {if !empty($showSearchToolsAtTop)} - {include file="Search/search-toolbar.tpl"} + {include file="Search/search-toolbar-no-display-mode.tpl"} {else} - {include file="Search/results-displayMode-toggle.tpl"} + {include file="Search/results-no-displayMode-toggle.tpl"} {/if}
diff --git a/code/web/interface/themes/responsive/Search/results-no-displayMode-toggle.tpl b/code/web/interface/themes/responsive/Search/results-no-displayMode-toggle.tpl new file mode 100644 index 0000000000..bf920135f8 --- /dev/null +++ b/code/web/interface/themes/responsive/Search/results-no-displayMode-toggle.tpl @@ -0,0 +1,26 @@ +{strip} + {* User's viewing mode toggle switch *} +
{* browse styling replicated here *} +
+ {if !empty($recordCount)} + {* + *} + + + {/if} +
+
+
+
+ +
+
+
+
+{/strip} \ No newline at end of file diff --git a/code/web/release_notes/24.08.00.MD b/code/web/release_notes/24.08.00.MD index 41c6e453ec..a0cf054b20 100644 --- a/code/web/release_notes/24.08.00.MD +++ b/code/web/release_notes/24.08.00.MD @@ -6,6 +6,9 @@ ### Account Updates - Show account renewal links on the Library Card page when applicable. (Ticket 134192) (*MDN*) +### EBSCO/EBSCOhost Updates +- Remove unimplemented option to change search results from List to Covers mode. (*MDN*) + ### Indexing Updates - Update check for Blu-ray / 4K combo packs to look for either the word "and" or a plus symbol. (Ticket 135253) (*MDN*) - If a record is identified as both Manga and Graphic Novel, prefer Manga. (*MDN*)