1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove RCHK

This commit is contained in:
Andrew Dolgov
2013-04-07 00:52:39 +04:00
parent 6e0d1c8116
commit 7e27c91409
3 changed files with 24 additions and 20 deletions

View File

@@ -457,7 +457,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
id=\"RCHK-$id\">";
class='rchk'>";
$reply['content'] .= "$marked_pic";
$reply['content'] .= "$published_pic";
@@ -563,7 +563,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this, false, true)\"
id=\"RCHK-$id\">";
class='rchk'>";
$reply['content'] .= "$marked_pic";
$reply['content'] .= "$published_pic";