Improved the behavior of the search button
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Jan 2022 14:47:51 +0000 (15:47 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Jan 2022 14:47:51 +0000 (15:47 +0100)
com.woltlab.wcf/templates/pageHeaderUser.tpl

index c0b8bcdc95873da94cde774e0e301d59c5c2b1d1..1dc69021d330dff9a3bf1510bedb68d213b3a6e2 100644 (file)
                {/if}
                
                <!-- page search -->
-               <li class="jsOnly">
-                       <a href="#" id="userPanelSearchButton" class="jsTooltip" title="{lang}wcf.global.search{/lang}"><span class="icon icon32 fa-search"></span> <span>{lang}wcf.global.search{/lang}</span></a>
+               <li>
+                       <a href="{link controller='Search'}{/link}" id="userPanelSearchButton" class="jsTooltip" title="{lang}wcf.global.search{/lang}"><span class="icon icon32 fa-search"></span> <span>{lang}wcf.global.search{/lang}</span></a>
                </li>
        </ul>
 </nav>