summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-26 22:28:07 +0400
committerAndrew Dolgov <[email protected]>2012-12-26 22:28:07 +0400
commit7d5e162073b65ffe8a413617b8cf06229de3b59e (patch)
tree0bd6ed437d9cec500ebc683b27fc8f200349a652 /classes/feeds.php
parentbb566dc263dcb01b3601797ca0fcdc17b76b8d37 (diff)
fix dijit checkbox in CDM
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index eba286db6..7160779dd 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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";