summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-10-22 08:56:19 +0100
committerAndrew Dolgov <[email protected]>2008-10-22 08:56:19 +0100
commit98fe70445895e3050880ab64edd897d9f9bd4f3e (patch)
tree6524dd345ff8b5d09687b572ec9e56cfe1de444e /functions.php
parent4710e3dc03ca8e03640d06fe0e2f0d28d31da32c (diff)
add (disabled) function to show original article inline in the content pane (2)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index b57087c00..1708dad6f 100644
--- a/functions.php
+++ b/functions.php
@@ -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 {