add (disabled) function to show original article inline in the content pane (2)
This commit is contained in:
parent
4710e3dc03
commit
98fe704458
|
@ -4717,14 +4717,14 @@
|
||||||
if (defined('_ENABLE_INLINE_VIEW')) {
|
if (defined('_ENABLE_INLINE_VIEW')) {
|
||||||
|
|
||||||
print "<img src=\"images/art-inline.png\" class='tagsPic'
|
print "<img src=\"images/art-inline.png\" class='tagsPic'
|
||||||
|
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||||
onclick=\"showOriginalArticleInline($id)\"
|
onclick=\"showOriginalArticleInline($id)\"
|
||||||
alt='Inline' title='".__('Display original article content')."'>";
|
alt='Inline' title='".__('Display original article content')."'>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<img src=\"images/art-zoom.png\" class='tagsPic'
|
print "<img src=\"images/art-zoom.png\" class='tagsPic'
|
||||||
style=\"cursor : pointer\"
|
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||||
style=\"cursor : pointer\"
|
|
||||||
onclick=\"zoomToArticle($id)\"
|
onclick=\"zoomToArticle($id)\"
|
||||||
alt='Zoom' title='".__('Show article summary in new window')."'>";
|
alt='Zoom' title='".__('Show article summary in new window')."'>";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue