[Tickets #242] NEW: summary block not availabe
bugs at bugs.horde.org
bugs at bugs.horde.org
Sun May 30 06:28:32 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
-Ticket 242
-Queue: Nag
-Created By:
-Summary:
summary block not availabe
>From xk3 at mompl.org (Sun May 30 06:28:32 2004):
Is there a reason that the nag summary block is not availabe on the horde
start page? A little pattern matching with other modules let me insert the
following in nag/lib/api.php
$_services['blocks'] = array(
'args' => array(),
'type' => 'stringArray'
);
function _nag_blocks()
{
return array('summary' => array('name' => _("Tasks Summary")));
}
I have no idea of the horde framework internals, but it's working that
way.
http://bugs.horde.org/details.php?id=242
--
More information about the bugs
mailing list