mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 17:11:30 +00:00
add (disabled) function to show original article inline in the content pane
This commit is contained in:
@@ -4712,8 +4712,18 @@
|
||||
if (!$zoom_mode) {
|
||||
print "$tags_str
|
||||
<a title=\"".__('Edit tags for this article')."\"
|
||||
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a>
|
||||
<img src=\"images/art-zoom.png\" class='tagsPic'
|
||||
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a>";
|
||||
|
||||
if (defined('_ENABLE_INLINE_VIEW')) {
|
||||
|
||||
print "<img src=\"images/art-inline.png\" class='tagsPic'
|
||||
onclick=\"showOriginalArticleInline($id)\"
|
||||
alt='Inline' title='".__('Display original article content')."'>";
|
||||
|
||||
}
|
||||
|
||||
print "<img src=\"images/art-zoom.png\" class='tagsPic'
|
||||
style=\"cursor : pointer\"
|
||||
style=\"cursor : pointer\"
|
||||
onclick=\"zoomToArticle($id)\"
|
||||
alt='Zoom' title='".__('Show article summary in new window')."'>";
|
||||
|
||||
Reference in New Issue
Block a user