summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-30 09:06:17 +0100
committerAndrew Dolgov <[email protected]>2007-11-30 09:06:17 +0100
commit3dc8ee84100f4d994ddd2ec69fccda75e5dee72c (patch)
treefe65bbb0e2fc26693460107358802aad477bedec /modules/popup-dialog.php
parent3b1390d5ea4a21c21388de3845d05a88d55c953f (diff)
use input type=search for search UI
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 55ff54f9d..963da7b00 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -138,7 +138,7 @@
print "<table width='100%'><tr><td>".__('Search:')."</td><td>";
- print "<input name=\"query\" class=\"iedit\"
+ print "<input name=\"query\" class=\"iedit\" type=\"search\"
onkeypress=\"return filterCR(event, search)\"
onchange=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"
onkeyup=\"toggleSubmitNotEmpty(this, 'search_submit_btn')\"