Skip to content

Commit

Permalink
refactor: Remove unimplemented Summon Option
Browse files Browse the repository at this point in the history
Refactor code to correctly remove unimplemented list and cover toggle only from Summon search results.
  • Loading branch information
AlexanderBlanchardAC committed Jul 30, 2024
1 parent b2c905b commit 12d0bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/web/interface/themes/responsive/Summon/list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<div class="result-head">
{* 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}
{if !empty($replacementTerm)}
<div id="replacement-search-info-block">
Expand Down

0 comments on commit 12d0bd4

Please sign in to comment.