[Tickets #1700] Folder Navigator
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Apr 6 05:14:10 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1700
-----------------------------------------------------------------------
Ticket | 1700
Updated By | michael.eichenberger at stepping-stone.ch
Summary | Folder Navigator
Queue | IMP
Version | 4.0.3-RC1
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
+New Attachment | folder_navigator_good.png
-----------------------------------------------------------------------
michael.eichenberger at stepping-stone.ch (2005-04-06 05:14) wrote:
Workaround or Bugfix:
In the file imp/folders.php, line 424 change the line 421 from:
$row['class'] = (++$rowct % 2) ? 'text' : 'item0';
To:
$row['class'] = (++$rowct % 2) ? 'item1' : 'item0';
Or in diff form:
sbx-019 imp # diff folders.php folders.php.old
421c421
< $row['class'] = (++$rowct % 2) ? 'item' : 'item0';
---
> $row['class'] = (++$rowct % 2) ? 'text' : 'item0';
This leads to a nicer output and the content style sheet is a lot easier to
maintain :-)
More information about the bugs
mailing list