From 8613f6052eaefbd55fe3f0cc9da7a9198254cc34 Mon Sep 17 00:00:00 2001 From: Jeff Arnold Date: Tue, 19 Mar 2013 14:35:11 -0400 Subject: [PATCH] In the actions popover, put the most basic/common actions first (imported from commit b2de5c1accffc776abe651c2140643ad380bb1e8) --- .../jstemplates/actions_popover_content.html | 37 ++++++++++--------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/zephyr/jstemplates/actions_popover_content.html b/zephyr/jstemplates/actions_popover_content.html index beeabf31fa..754d84e8c5 100644 --- a/zephyr/jstemplates/actions_popover_content.html +++ b/zephyr/jstemplates/actions_popover_content.html @@ -10,13 +10,23 @@
- {{#if narrowed}}
  • - - Narrow to messages around this time + + + {{#if message.is_stream}} + Reply to this subject on stream {{message.display_recipient}} + {{else}} + Reply to this private message + {{/if}}
  • - {{/if}} + {{#unless message.is_private}} +
  • + + Reply to {{message.sender_full_name}} only + +
  • + {{/unless}} {{#if message.is_stream}}
  • @@ -40,21 +50,12 @@
  • + {{#if narrowed}}
  • - - - {{#if message.is_stream}} - Reply to this subject on stream {{message.display_recipient}} - {{else}} - Reply to this private message - {{/if}} + + Narrow to messages around this time
  • - {{#unless message.is_private}} -
  • - - Reply to {{message.sender_full_name}} only - -
  • - {{/unless}} + {{/if}} +