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
1 changed files with 2 additions and 2 deletions

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 {