summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-28 15:04:33 +0400
committerAndrew Dolgov <[email protected]>2013-02-28 15:04:33 +0400
commitf7945c99d0495f5b2e0e789d99e32b1e121ae1cf (patch)
tree1e96744d1cbb588320aaf5fad698b73e236fc092 /classes
parent831408f0e88ee01e295ebf0b152d600c79e8a2f4 (diff)
headlines buffer: remove dijit-based RCHK elements
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 0f2bbf31e..77366deec 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -417,8 +417,8 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div class='hlLeft'>";
- $reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
- type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
+ $reply['content'] .= "<input
+ type=\"checkbox\" onclick=\"toggleSelectRow(this)\"
id=\"RCHK-$id\">";
$reply['content'] .= "$marked_pic";
@@ -520,8 +520,8 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div>";
- $reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
- type=\"checkbox\" onclick=\"toggleSelectRow2(this, false, true)\"
+ $reply['content'] .= "<input
+ type=\"checkbox\" onclick=\"toggleSelectRow(this, false, true)\"
id=\"RCHK-$id\">";
$reply['content'] .= "$marked_pic";