summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 17:17:55 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 17:17:55 +0400
commite17e99fbcf62f2e347ce771a795be3237521f6b5 (patch)
treed9e8ea837043545573a20a23fe146f6f736fe147 /classes
parentd56ec7005e4f903606265fb8857e6438329da60e (diff)
add back vfeed title display, optimize layout; do some layout tweaks on combined mode
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index a3ed951dc..e96aaba30 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -441,19 +441,18 @@ class Feeds extends Handler_Protected {
$reply['content'] .= $labels_str;
- if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED') &&
- defined('_SHOW_FEED_TITLE_IN_VFEEDS')) {
- if (@$line["feed_title"]) {
+ $reply['content'] .= "</div>";
+
+ $reply['content'] .= "<span class=\"hlUpdated\">";
+
+ if (@$line["feed_title"]) {
$reply['content'] .= "<span class=\"hlFeed\">
- (<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
- $line["feed_title"]."</a>)
+ <a href=\"#\" onclick=\"viewfeed($feed_id)\">".
+ $line["feed_title"]."</a><br/>
</span>";
}
- }
- $reply['content'] .= "</div>";
-
- $reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>";
+ $reply['content'] .= "$updated_fmt</span>";
$reply['content'] .= "<div class=\"hlRight\">";
$reply['content'] .= $score_pic;
@@ -561,8 +560,9 @@ class Feeds extends Handler_Protected {
}
}
- $reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "<span class='updated'>$updated_fmt</span>";
+
+ $reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "$score_pic";
if (!get_pref($this->link, "VFEED_GROUP_BY_FEED") && $line["feed_title"]) {