mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-29 17:07:12 +00:00
remove obsolete row selection functions
move getUrlParam() to Utils
This commit is contained in:
@@ -1435,7 +1435,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
|
||||
# id needed for selectTableRows()
|
||||
print "<td width='5%' align='center'><input
|
||||
onclick='toggleSelectRow2(this);' dojoType=\"dijit.form.CheckBox\"
|
||||
onclick='Tables.onRowChecked(this);' dojoType=\"dijit.form.CheckBox\"
|
||||
type=\"checkbox\" id=\"FUPDC-$feed_id\"></td>";
|
||||
print "<td>";
|
||||
|
||||
@@ -1500,7 +1500,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
|
||||
# id needed for selectTableRows()
|
||||
print "<td width='5%' align='center'><input
|
||||
onclick='toggleSelectRow2(this);' dojoType=\"dijit.form.CheckBox\"
|
||||
onclick='Tables.onRowChecked(this);' dojoType=\"dijit.form.CheckBox\"
|
||||
type=\"checkbox\" id=\"FERDC-$feed_id\"></td>";
|
||||
print "<td>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user