1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

more i18n work, add some report notices

This commit is contained in:
Andrew Dolgov
2007-03-05 14:45:34 +01:00
parent 4dccf1ed93
commit 5e6f933a32
5 changed files with 52 additions and 24 deletions

View File

@@ -750,9 +750,8 @@
<input type=\"submit\" class=\"button\"
onclick=\"javascript:updateFeedList()\" value=\"".__('Search')."\">
</div>";
print "<div class=\"prefGenericAddBox\">
<input id=\"fadd_link\"
print "<input id=\"fadd_link\"
onkeyup=\"toggleSubmitNotEmpty(this, 'fadd_submit_btn')\"
onchange=\"toggleSubmitNotEmpty(this, 'fadd_submit_btn')\"
size=\"40\">
@@ -765,8 +764,6 @@
onclick=\"javascript:browseFeeds()\" value=\"".__('Top 25')."\">";
}
print "</div>";
$feeds_sort = db_escape_string($_GET["sort"]);
if (!$feeds_sort || $feeds_sort == "undefined") {