mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:55:55 +00:00
move to dijit checkboxes in headlines/cdm list
This commit is contained in:
@@ -450,7 +450,8 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "<div class='hlLeft'>";
|
||||
|
||||
$reply['content'] .= "<input type=\"checkbox\" onclick=\"tSR(this)\"
|
||||
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
|
||||
type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
|
||||
id=\"RCHK-$id\">";
|
||||
|
||||
$reply['content'] .= "$marked_pic";
|
||||
|
||||
Reference in New Issue
Block a user