[Tickets #5512] Re: add compose button to viewport
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jun 28 13:18:01 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5512
-----------------------------------------------------------------------
Ticket | 5512
Updated By | adrieder at sbox.tugraz.at
Summary | add compose button to viewport
Queue | DIMP
Type | Enhancement
State | New
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2007-06-28 06:18) wrote:
I guess this does the trick...
--- dimp/templates/index/index.inc.orig Wed Jun 27 19:14:37 2007
+++ dimp/templates/index/index.inc Thu Jun 28 15:16:44 2007
@@ -50,7 +50,6 @@
<div id="logo"><h1><a href="#" onclick="DimpCore.go('portal');return
false;"><?php echo _("Horde") ?></a></h1></div>
<div id="sidebarPanel">
<p id="dimpbarActions">
- <span class="composelink"><?php echo DIMP::actionButton('#',
_("_Compose"), '', 'compose.png', 'DimpCore.compose(\'new\');return
false;') ?></span>
<span class="refreshlink"><?php echo DIMP::actionButton('#', _("Get
Mail"), '', 'checkmail.png', 'DimpCore.pollFolders();return false;',
'button_checkmail', '') ?></span>
</p>
<?php if (Horde::showService('logout')): ?>
@@ -146,6 +145,7 @@
<form action="#" method="post" onsubmit="return false;">
<input type="search" name="msgList_filter" id="msgList_filter"
size="30" />
</form>
+ <span><?php _createDA(_("Compose"), 'compose.png',
'DimpCore.compose(\'new\');return false;', 'button_compose', $show_text)
?></span>
<span><?php _createDA(_("Reply"), 'reply.png',
'DimpCore.composeMailbox(\'reply\');return false;', 'button_reply',
$show_text) ?></span>
<span><?php _createDA(_("Forward"), 'forward.png',
'DimpCore.composeMailbox(\'' . $prefs->getValue('forward_default') .
'\');return false;', 'button_forward', $show_text) ?></span>
<?php if (!empty($conf['spam']['reporting'])): ?>
More information about the bugs
mailing list