summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-28 15:48:09 +0400
committerAndrew Dolgov <[email protected]>2013-02-28 15:48:09 +0400
commit524de8dcf64b7744b58cc1933b772b4d4a100c93 (patch)
treef92d7c4975457e56af8ccd4ff7e4a95e1eb078f8 /classes
parentf7945c99d0495f5b2e0e789d99e32b1e121ae1cf (diff)
Revert "headlines buffer: remove dijit-based RCHK elements"
This reverts commit f7945c99d0495f5b2e0e789d99e32b1e121ae1cf.
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 77366deec..0f2bbf31e 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
- type=\"checkbox\" onclick=\"toggleSelectRow(this)\"
+ $reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
+ type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
id=\"RCHK-$id\">";
$reply['content'] .= "$marked_pic";
@@ -520,8 +520,8 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div>";
- $reply['content'] .= "<input
- type=\"checkbox\" onclick=\"toggleSelectRow(this, false, true)\"
+ $reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
+ type=\"checkbox\" onclick=\"toggleSelectRow2(this, false, true)\"
id=\"RCHK-$id\">";
$reply['content'] .= "$marked_pic";