projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3b806
)
Fix image generation
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Sep 2009 19:26:11 +0000
(13:26 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 17 Sep 2009 17:03:50 +0000
(11:03 -0600)
imp/compose.php
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
8e7866c
..
d0df0ba
100644
(file)
--- a/
imp/compose.php
+++ b/
imp/compose.php
@@
-31,7
+31,7
@@
function _popupSuccess()
{
$menu = new Horde_Menu(Horde_Menu::MASK_NONE);
$menu->add(Horde::applicationUrl('compose.php'), _("New Message"), 'compose.png');
- $menu->add('', _("Close this window"), 'close.png',
'', ''
, 'window.close();');
+ $menu->add('', _("Close this window"), 'close.png',
null, null
, 'window.close();');
require IMP_TEMPLATES . '/common-header.inc';
$success_template = new Horde_Template();
$success_template->set('menu', $menu->render());