diff --git a/code/web/interface/themes/responsive/Summon/list.tpl b/code/web/interface/themes/responsive/Summon/list.tpl
index f4dcb947bf..79e1ecfb88 100644
--- a/code/web/interface/themes/responsive/Summon/list.tpl
+++ b/code/web/interface/themes/responsive/Summon/list.tpl
@@ -1,4 +1,4 @@
-
{* Recommendations *}
{if !empty($topRecommendations)}
@@ -7,9 +7,13 @@
{/foreach}
{/if}
- {* Information about the search *}
-
+ {* User's viewing mode toggle switch *}
+ {if !empty($showSearchToolsAtTop)}
+ {include file="Search/search-toolbar.tpl"}
+ {else}
+ {include file="Search/results-displayMode-toggle.tpl"}
+ {/if}
{if !empty($replacementTerm)}
{translate text="Showing Results for" isPublicFacing=true} {$replacementTerm}
@@ -38,12 +42,8 @@
{/if}
- {* User's viewing mode toggle switch *}
- {include file="Events/results-displayMode-toggle.tpl"}
-
- {* End Listing Options *}
{if !empty($subpage)}
{include file=$subpage}
@@ -51,39 +51,29 @@
{$pageContent}
{/if}
- {if $displayMode == 'covers'}
- {if $recordEnd < $recordCount}
-
-
-
-
-
- {/if}
- {else}
- {if !empty($pageLinks.all)}
{$pageLinks.all}
{/if}
- {/if}
+ {if !empty($pageLinks.all)}
{$pageLinks.all}
{/if}
- {if $showSearchTools || ($loggedIn && count($userPermissions) > 0)}
-
{/if}
@@ -105,6 +95,5 @@
Globals.opac = 1; {* set to true to keep opac browsers from storing browse mode *}
{/if}
$('#'+AspenDiscovery.Searches.displayMode).parent('label').addClass('active'); {* show user which one is selected *}
-
{rdelim});
-
\ No newline at end of file
+