6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/23/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1126] Horde Portal Nag/Task Category Colors
*
Your Email Address
*
Spam protection
Enter the letters below:
. .___.._.. . __ | | | |__|/ ` |___ | _|_| |\__.
Comment
> Per my horde.lists.horde.org posting of "Re: [horde] PATCH: Horde > Portal Nag/Task Category Colors" this is my enhancement for adding > color to the Nag portal block. > > > > Message-ID: <20050110205330.b73k3fbe5gmg4o8w@marina.horde.org> > > > > --- /tmp/summary.php 2005-01-10 11:42:37.000000000 -0800 > > +++ nag/lib/Block/summary.php 2005-01-10 11:41:18.000000000 -0800 > > @@ -3,7 +3,7 @@ > > $block_name = _("Tasks Summary"); > > > > /** > > - * $Horde: nag/lib/Block/summary.php,v 1.50 2004/11/12 15:25:37 chuck Exp $ > > + * $Horde: nag/lib/Block/summary.php,v 1.51 2004/11/15 02:23:14 chuck Exp $ > > * > > * @package Horde_Block > > */ > > @@ -175,9 +175,12 @@ > > $html .= "</td>"; > > > > if (!empty($this->_params['show_category'])) { > > - $html .= '<td width="1%" nowrap="nowrap" class="' . > $tstyle . '"> ' > > - . htmlspecialchars($task['category'] ? > $task['category'] : _("Unfiled")) > > - . ' </td>'; > > + $colors = $GLOBALS['cManager']->colors(); > > + $fgcolors = $GLOBALS['cManager']->fgColors(); > > + $color = isset($colors[$task['category']]) ? > $colors[$task['category']] : $colors['_default_']; > > + $fgcolor = isset($fgcolors[$task['category']]) ? > $fgcolors[$task['category']] : $fgcolors['_default_']; > > + > > + $html .= '<td width="1%" nowrap="nowrap" class="' . > $tstyle . '" style="background-color: '.$color.' ; color: > '.$fgcolor.' ;"> ' . htmlspecialchars($task['category'] ? > $task['category'] : _("Unfiled")) . ' </td>'; > > } > > $html .= "</tr>\n"; > > } > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers