remove nonworking article zoom buttons (closes #535)
This commit is contained in:
parent
1389501e95
commit
1ff1374325
|
@ -689,14 +689,6 @@ class Feeds extends Handler_Protected {
|
||||||
|
|
||||||
$reply['content'] .= "<div style=\"float : right\">";
|
$reply['content'] .= "<div style=\"float : right\">";
|
||||||
|
|
||||||
$reply['content'] .= "<img src=\"images/art-zoom.png\"
|
|
||||||
onclick=\"zoomToArticle(event, $id)\"
|
|
||||||
style=\"cursor : pointer\"
|
|
||||||
alt='Zoom'
|
|
||||||
title='".__('Open article in new tab')."'>";
|
|
||||||
|
|
||||||
//$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
|
|
||||||
|
|
||||||
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
|
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
|
||||||
$reply['content'] .= $p->hook_article_button($line);
|
$reply['content'] .= $p->hook_article_button($line);
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
|
@ -2951,11 +2951,6 @@
|
||||||
id=\"ATSTRTIP-$id\" connectId=\"ATSTR-$id\"
|
id=\"ATSTRTIP-$id\" connectId=\"ATSTR-$id\"
|
||||||
position=\"below\">$tags_str_full</div>";
|
position=\"below\">$tags_str_full</div>";
|
||||||
|
|
||||||
$rv['content'] .= "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
|
|
||||||
class='tagsPic' style=\"cursor : pointer\"
|
|
||||||
onclick=\"postOpenInNewTab(event, $id)\"
|
|
||||||
alt='Zoom' title='".__('Open article in new tab')."'>";
|
|
||||||
|
|
||||||
global $pluginhost;
|
global $pluginhost;
|
||||||
|
|
||||||
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
|
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
|
||||||
|
|
Loading…
Reference in New Issue