[Tickets #1540] NEW: Show_tasklist pref
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Mar 14 01:34:15 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1540
-----------------------------------------------------------------------
Ticket | 1540
Created By | cristian.manoni at nethesis.it
Summary | Show_tasklist pref
Queue | Nag
Version | FRAMEWORK_3
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
cristian.manoni at nethesis.it (2005-03-14 01:34) wrote:
If I set the show_tasklist pref in pres.php this affect only the
task_headers.inc.
In the task_summaries.inc i don't see the 'owner'
This is the patch to make it works
Thanks
Cristian
--- nag/templates/list/task_summaries.inc Mon Mar 14 10:00:16 2005
+++ nag_new/templates/list/task_summaries.inc Mon Mar 14 09:59:41 2005
@@ -7,7 +7,9 @@
<?php endif; ?>
</td>
+ <?php if ($showTasklist): ?>
<td nowrap="nowrap" class="<?php echo $style ?>"><span class="<?php echo
$tstyle ?>"><?php echo $owner ?></span></td>
+ <?php endif; ?>
<td align="center" nowrap="nowrap" class="<?php echo $style ?>"><?php
echo Nag::formatPriority($task['priority']) ?></td>
<td nowrap="nowrap" class="<?php echo $style ?>">
<?php
More information about the bugs
mailing list