Skip to content

Commit

Permalink
fix highlighting the correct entry after searching
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 11, 2023
1 parent 94a9f60 commit d7b9923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/_header.tt
Expand Up @@ -50,6 +50,7 @@
<div class="flex items-center">
<form method="GET" action="[% url_prefix %]cgi-bin/status.cgi">
<fieldset>
<input type='hidden' name='style' value='detail' />
<input type='hidden' name='s0_op' value='~' />
<input type='hidden' name='s0_type' value='search' />
<input type='hidden' name='add_default_service_filter' value='1' />
Expand Down
1 change: 1 addition & 0 deletions templates/side.tt
Expand Up @@ -56,6 +56,7 @@
[% IF link.defined("name") && link.name != "" %]
<span class="searchlabel">[% link.name | html %]</span>
[% END %]
<input type='hidden' name='style' value='detail' />
<input type='hidden' name='s0_op' value='~' id="s0_to" />
<input type='hidden' name='s0_type' value='search' />
<input type='hidden' name='add_default_service_filter' value='1' />
Expand Down

0 comments on commit d7b9923

Please sign in to comment.