1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 23:09:16 +00:00

add special link to cancel current search

This commit is contained in:
Andrew Dolgov
2012-10-30 10:24:30 +04:00
parent 24be5e836f
commit 74467907c5
2 changed files with 17 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class Feeds extends Handler_Protected {
// right part
$reply .= "<span class='r'>";
$reply .= "<span id='feed_title'>";
if ($feed_site_url) {
$target = "target=\"_blank\"";
@@ -73,6 +74,8 @@ class Feeds extends Handler_Protected {
$reply .= $feed_title;
}
$reply .= "</span>";
$reply .= "
<a href=\"#\"
title=\"".__("View as RSS feed")."\"