1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 05:42:13 +00:00

prefs: code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-21 13:41:35 +03:00
parent 973fe3c6fa
commit d1bcacaeb9
2 changed files with 6 additions and 37 deletions

View File

@@ -1145,16 +1145,6 @@
print "<div dojoType=\"dijit.Toolbar\">";
/*
print "<div style='float : right'>
<input id=\"feed_search\" size=\"20\" type=\"search\"
onfocus=\"disableHotkeys();\"
onblur=\"enableHotkeys();\"
onchange=\"updateFeedList()\" value=\"$feed_search\">
<button onclick=\"updateFeedList()\">".
__('Search')."</button>
</div>"; */
print "<div dojoType=\"dijit.form.DropDownButton\">".
"<span>" . __('Select')."</span>";
print "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";