1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

add (disabled) function to show original article inline in the content pane (2)

This commit is contained in:
Andrew Dolgov
2008-10-22 08:56:19 +01:00
parent 4710e3dc03
commit 98fe704458

View File

@@ -4717,14 +4717,14 @@
if (defined('_ENABLE_INLINE_VIEW')) {
print "<img src=\"images/art-inline.png\" class='tagsPic'
style=\"cursor : pointer\" style=\"cursor : pointer\"
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\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"zoomToArticle($id)\"
alt='Zoom' title='".__('Show article summary in new window')."'>";
} else {