diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 04:03:48 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 04:03:48 +0200 |
commit | 5ef407d1c97cecf932e2578da71362c0353b96c9 (patch) | |
tree | 18cc0a2843f394fe5a3166b1741b61adf76320bc /core/templates | |
parent | eb3526c9a6f8efab1b0fe3e5588b3ed1f43d2294 (diff) | |
download | nextcloud-server-5ef407d1c97cecf932e2578da71362c0353b96c9.tar.gz nextcloud-server-5ef407d1c97cecf932e2578da71362c0353b96c9.zip |
keyboard shortcuts for search results
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/part.searchbox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/part.searchbox.php b/core/templates/part.searchbox.php index ddf184ed5b6..49b44c718ec 100644 --- a/core/templates/part.searchbox.php +++ b/core/templates/part.searchbox.php @@ -1,3 +1,3 @@ -<form class="searchbox" action="<?php echo $_['searchurl']?>" method="post"> +<form class="searchbox" action="#" method="post"> <input id='searchbox' type="search" name="query" value="<?php if(isset($_POST['query'])){echo $_POST['query'];};?>" class="prettybutton" /> </form> |