Better indication that these top level menu items are not clickable themselves
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Mar 2010 18:29:47 +0000 (12:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Mar 2010 18:29:47 +0000 (12:29 -0600)
imp/templates/dimp/index.inc

index f6f0a78..e8e130f 100644 (file)
@@ -370,8 +370,8 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
 <?php if (!empty($flag_list)): ?>
  <div>
   <div class="sep"></div>
-  <a id="ctx_message_setflag"><span class="contextImg"></span><?php echo _("Mark as") ?></a>
-  <a id="ctx_message_unsetflag"><span class="contextImg"></span><?php echo _("Unmark as") ?></a>
+  <a id="ctx_message_setflag"><span class="contextImg"></span><?php echo _("Mark as") ?>...</a>
+  <a id="ctx_message_unsetflag"><span class="contextImg"></span><?php echo _("Unmark as") ?>...</a>
  </div>
 <?php endif; ?>
  <div class="sep"></div>
@@ -421,8 +421,8 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
 <?php if (!empty($flag_list)): ?>
  <div>
   <div class="sep"></div>
-  <a id="oa_setflag"><span class="contextImg"></span><?php echo _("Mark as") ?></a>
-  <a id="oa_unsetflag"><span class="contextImg"></span><?php echo _("Unmark as") ?></a>
+  <a id="oa_setflag"><span class="contextImg"></span><?php echo _("Mark as") ?>...</a>
+  <a id="oa_unsetflag"><span class="contextImg"></span><?php echo _("Unmark as") ?>...</a>
  </div>
 <?php endif; ?>
 <?php if ($has_blacklist || $has_whitelist): ?>