mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 17:27:11 +00:00
remove obsolete row selection functions
move getUrlParam() to Utils
This commit is contained in:
@@ -419,7 +419,7 @@ class Pref_Users extends Handler_Protected {
|
||||
$line["created"] = make_local_datetime($line["created"], false);
|
||||
$line["last_login"] = make_local_datetime($line["last_login"], false);
|
||||
|
||||
print "<td align='center'><input onclick='toggleSelectRow2(this);'
|
||||
print "<td align='center'><input onclick='Tables.onRowChecked(this);'
|
||||
dojoType=\"dijit.form.CheckBox\" type=\"checkbox\"
|
||||
id=\"UMCHK-$uid\"></td>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user