]> git.wh0rd.org Git - tt-rss.git/commitdiff
use input type=search for search UI
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Nov 2007 08:06:17 +0000 (09:06 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Nov 2007 08:06:17 +0000 (09:06 +0100)
modules/popup-dialog.php
modules/pref-feeds.php
tt-rss.php

index 55ff54f9d82aedddd7154468a21a139075c4e2ae..963da7b007c32a463785fec5ae8f0d0646a1dd53 100644 (file)
 
                        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')\"
index 85ed174fbd00baf84835a6adef37b21594e0f7de..c3197716496bbece8d8f1c0e50ed9905b3d2895a 100644 (file)
                }
 
                print "<div class=\"feedEditSearch\">
-                       <input id=\"feed_search\" size=\"20\"  
+                       <input id=\"feed_search\" size=\"20\" type=\"search\"
                                onchange=\"javascript:updateFeedList()\" value=\"$feed_search\">
                        <input type=\"submit\" class=\"button\" 
                                onclick=\"javascript:updateFeedList()\" value=\"".__('Search')."\">
index 33b56ce9b488da1c77d255f4c805fd1f5be9d4be..163686d702e3bc5f25c1815f5d8fae48c8882f08 100644 (file)
@@ -161,7 +161,7 @@ window.onload = init;
                <?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
 
                <?php echo __('Search:') ?>
-               <input name="query"
+               <input name="query" type="search"
                        onKeyPress="return filterCR(event, viewCurrentFeed)"
                        onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">