1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:55:55 +00:00

move to dijit checkboxes in headlines/cdm list

This commit is contained in:
Andrew Dolgov
2012-12-25 14:13:52 +04:00
parent 363161024b
commit c4f5283052
5 changed files with 21 additions and 23 deletions

View File

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