|
|
@ -430,12 +430,12 @@ class Feeds extends Handler_Protected {
|
|
|
|
|
|
|
|
|
|
|
|
$cur_feed_title = htmlspecialchars($cur_feed_title);
|
|
|
|
$cur_feed_title = htmlspecialchars($cur_feed_title);
|
|
|
|
|
|
|
|
|
|
|
|
$vf_catchup_link = "(<a class='catchup' onclick='catchupFeedInGroup($feed_id);' href='#'>".__('Mark as read')."</a>)";
|
|
|
|
$vf_catchup_link = "<a class='catchup' onclick='catchupFeedInGroup($feed_id);' href='#'>".__('mark feed as read')."</a>";
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class='cdmFeedTitle'>".
|
|
|
|
$reply['content'] .= "<div id='FTITLE-$feed_id' class='cdmFeedTitle'>".
|
|
|
|
"<div style=\"float : right\">$feed_icon_img</div>".
|
|
|
|
"<div style='float : right'>$feed_icon_img</div>".
|
|
|
|
"<a class='title' href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
|
|
|
"<a class='title' href=\"#\" onclick=\"viewfeed($feed_id)\">". $line["feed_title"]."</a>
|
|
|
|
$line["feed_title"]."</a> $vf_catchup_link</div>";
|
|
|
|
$vf_catchup_link</div>";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -443,7 +443,7 @@ class Feeds extends Handler_Protected {
|
|
|
|
$mouseover_attrs = "onmouseover='postMouseIn(event, $id)'
|
|
|
|
$mouseover_attrs = "onmouseover='postMouseIn(event, $id)'
|
|
|
|
onmouseout='postMouseOut($id)'";
|
|
|
|
onmouseout='postMouseOut($id)'";
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class='hl $class' id='RROW-$id' $mouseover_attrs>";
|
|
|
|
$reply['content'] .= "<div class='hl $class' orig-feed-id='$feed_id' id='RROW-$id' $mouseover_attrs>";
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class='hlLeft'>";
|
|
|
|
$reply['content'] .= "<div class='hlLeft'>";
|
|
|
|
|
|
|
|
|
|
|
@ -524,7 +524,7 @@ class Feeds extends Handler_Protected {
|
|
|
|
|
|
|
|
|
|
|
|
$cur_feed_title = htmlspecialchars($cur_feed_title);
|
|
|
|
$cur_feed_title = htmlspecialchars($cur_feed_title);
|
|
|
|
|
|
|
|
|
|
|
|
$vf_catchup_link = "(<a class='catchup' onclick='javascript:catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
|
|
|
|
$vf_catchup_link = "<a class='catchup' onclick='catchupFeedInGroup($feed_id);' href='#'>".__('mark feed as read')."</a>";
|
|
|
|
|
|
|
|
|
|
|
|
$has_feed_icon = feed_has_icon($feed_id);
|
|
|
|
$has_feed_icon = feed_has_icon($feed_id);
|
|
|
|
|
|
|
|
|
|
|
@ -534,7 +534,7 @@ class Feeds extends Handler_Protected {
|
|
|
|
//$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
|
|
|
|
//$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class='cdmFeedTitle'>".
|
|
|
|
$reply['content'] .= "<div id='FTITLE-$feed_id' class='cdmFeedTitle'>".
|
|
|
|
"<div style=\"float : right\">$feed_icon_img</div>".
|
|
|
|
"<div style=\"float : right\">$feed_icon_img</div>".
|
|
|
|
"<a href=\"#\" class='title' onclick=\"viewfeed($feed_id)\">".
|
|
|
|
"<a href=\"#\" class='title' onclick=\"viewfeed($feed_id)\">".
|
|
|
|
$line["feed_title"]."</a> $vf_catchup_link</div>";
|
|
|
|
$line["feed_title"]."</a> $vf_catchup_link</div>";
|
|
|
@ -547,7 +547,7 @@ class Feeds extends Handler_Protected {
|
|
|
|
$expanded_class = $expand_cdm ? "expanded" : "expandable";
|
|
|
|
$expanded_class = $expand_cdm ? "expanded" : "expandable";
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class=\"cdm $hlc_suffix $expanded_class $class\"
|
|
|
|
$reply['content'] .= "<div class=\"cdm $hlc_suffix $expanded_class $class\"
|
|
|
|
id=\"RROW-$id\" $mouseover_attrs>";
|
|
|
|
id=\"RROW-$id\" orig-feed-id='$feed_id' $mouseover_attrs>";
|
|
|
|
|
|
|
|
|
|
|
|
$reply['content'] .= "<div class=\"cdmHeader\" style=\"$row_background\">";
|
|
|
|
$reply['content'] .= "<div class=\"cdmHeader\" style=\"$row_background\">";
|
|
|
|
$reply['content'] .= "<div style=\"vertical-align : middle\">";
|
|
|
|
$reply['content'] .= "<div style=\"vertical-align : middle\">";
|
|
|
|