summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-25 14:13:52 +0400
committerAndrew Dolgov <[email protected]>2012-12-25 14:13:52 +0400
commitc4f52830528ecd13e8f335d69a0f3b288c2766b3 (patch)
tree1cee923d7d16e6348921c9a0b31b67b985e46b96 /classes/feeds.php
parent363161024b55974330b4c5cc7b16248509a45d00 (diff)
move to dijit checkboxes in headlines/cdm list
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index dfb3a4b26..d168bc1c2 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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";