mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 11:59:34 +00:00
fix dijit checkbox in CDM
This commit is contained in:
@@ -524,8 +524,9 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "<div>";
|
||||
|
||||
$reply['content'] .= "<input type=\"checkbox\" onclick=\"toggleSelectRowById(this,
|
||||
'RROW-$id')\" id=\"RCHK-$id\"/>";
|
||||
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
|
||||
type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
|
||||
id=\"RCHK-$id\">";
|
||||
|
||||
$reply['content'] .= "$marked_pic";
|
||||
$reply['content'] .= "$published_pic";
|
||||
|
||||
Reference in New Issue
Block a user