From 2cda4314009a34e4d8c58c825d87788c50db8dff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2013 13:39:36 +0400 Subject: add a q shortcut; remove close_article button --- include/functions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') 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'] .= ""; } else { $tags_str = strip_tags($tags_str); -- cgit v1.2.3