summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 13:39:36 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 13:39:36 +0400
commit2cda4314009a34e4d8c58c825d87788c50db8dff (patch)
treeb84a8c9595a6b0b5cf83820b30e9ad5819cd580c /include/functions.php
parentc2cd348b75a2c2118df60a98f54b4bad9f0f76b3 (diff)
add a q shortcut; remove close_article button
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index 2b4feb8e8..029b3248f 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1998,6 +1998,7 @@
"article_scroll_up" => __("Scroll up"),
"select_article_cursor" => __("Select article under cursor"),
"email_article" => __("Email article"),
+ "close_article" => __("Close article"),
"toggle_widescreen" => __("Toggle widescreen mode")),
__("Article selection") => array(
"select_all" => __("Select all articles"),
@@ -2057,6 +2058,7 @@
"P" => "article_scroll_up",
"a W" => "toggle_widescreen",
"e" => "email_article",
+ "a q" => "close_article",
// "article_selection" => array(
"a a" => "select_all",
"a u" => "select_unread",
@@ -3113,10 +3115,6 @@
$rv['content'] .= $p->hook_article_button($line);
}
- $rv['content'] .= "<img src=\"".theme_image($link, 'images/close_article.png')."\"
- class='tagsPic' style=\"cursor : pointer\"
- onclick=\"closeArticlePanel($id)\"
- title='".__('Close article')."'>";
} else {
$tags_str = strip_tags($tags_str);