mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-11 04:49:14 +00:00
misc prefs ui updates
This commit is contained in:
@@ -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\"> ";
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user