mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:05:56 +00:00
3pane tweaks
This commit is contained in:
@@ -3662,27 +3662,28 @@
|
|||||||
|
|
||||||
print "<td class=\"headlineTitle$rtl_cpart\">";
|
print "<td class=\"headlineTitle$rtl_cpart\">";
|
||||||
|
|
||||||
if ($_SESSION["theme"] != "3pane") {
|
print "<span class=\"headlineInnerTitle\">";
|
||||||
|
|
||||||
if ($feed_site_url) {
|
if ($feed_site_url) {
|
||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
$target = "target=\"_new\"";
|
$target = "target=\"_new\"";
|
||||||
}
|
|
||||||
print "<a $target href=\"$feed_site_url\">".
|
|
||||||
truncate_string($feed_title,30)."</a>";
|
|
||||||
} else {
|
|
||||||
print $feed_title;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($search) {
|
|
||||||
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($user_page_offset > 1) {
|
|
||||||
print " [$user_page_offset] ";
|
|
||||||
}
|
}
|
||||||
|
print "<a $target href=\"$feed_site_url\">".
|
||||||
|
truncate_string($feed_title,30)."</a>";
|
||||||
|
} else {
|
||||||
|
print $feed_title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($search) {
|
||||||
|
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($user_page_offset > 1) {
|
||||||
|
print " [$user_page_offset] ";
|
||||||
|
}
|
||||||
|
|
||||||
|
print "</span>";
|
||||||
|
|
||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
print "
|
print "
|
||||||
<a target=\"_new\"
|
<a target=\"_new\"
|
||||||
|
|||||||
@@ -26,4 +26,6 @@ div.postHeader div.postDateRTL {
|
|||||||
float : none;
|
float : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.headlineInnerTitle {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user