1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 20:29:14 +00:00

Revert "headlines buffer: remove dijit-based RCHK elements"

This reverts commit f7945c99d0.
This commit is contained in:
Andrew Dolgov
2013-02-28 15:48:09 +04:00
parent f7945c99d0
commit 524de8dcf6
4 changed files with 29 additions and 30 deletions

View File

@@ -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";