1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 19:29:15 +00:00

misc prefs ui updates

This commit is contained in:
Andrew Dolgov
2009-01-25 07:09:46 +01:00
parent 772f04040d
commit eb70b77781
3 changed files with 21 additions and 24 deletions

View File

@@ -1131,7 +1131,7 @@
if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
print " <input type=\"submit\" class=\"button\"
id=\"top25_feeds_btn\"
onclick=\"javascript:browseFeeds()\" value=\"".__('Other Feeds')."\">";
onclick=\"javascript:browseFeeds()\" value=\"".__('More Feeds')."\">";
}
$feeds_sort = db_escape_string($_GET["sort"]);

View File

@@ -383,14 +383,8 @@
$sort = "login";
}
print "<div class=\"prefGenericAddBox\">
<input id=\"uadd_box\"
onkeyup=\"toggleSubmitNotEmpty(this, 'user_add_btn')\"
onchange=\"toggleSubmitNotEmpty(this, 'user_add_btn')\"
size=\"15\">&nbsp;";
print "<input type=\"submit\" class=\"button\"
id=\"user_add_btn\" disabled=\"true\"
id=\"user_add_btn\"
onclick=\"javascript:addUser()\" value=\"".__('Create user')."\"></div>";
if ($user_search) {