From: Michael M Slusarz Date: Thu, 18 Feb 2010 23:44:44 +0000 (-0700) Subject: Move Mark As Unseen/Read into submenu for folders X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb71a39643f11e9773bfcb764995b8b58d6d0ef9;p=horde.git Move Mark As Unseen/Read into submenu for folders --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 5610c96e4..dd91fb192 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -2958,6 +2958,7 @@ var DimpBase = { DM.addSubMenu(i + 'unsetflag', 'ctx_flag'); } }); + DM.addSubMenu('ctx_folder_setflag', 'ctx_folder_flag'); if (DIMP.conf.disable_compose) { $('button_reply', 'button_forward').compact().invoke('up', 'SPAN').concat($('button_compose', 'composelink', 'ctx_contacts_new')).compact().invoke('remove'); diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 183482cf4..1e1a425c4 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -312,8 +312,7 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
- - +
@@ -328,6 +327,11 @@ function _simpleButton($id, $text, $image, $nodisplay = false) + +