[bugs] [Bug 983] New - Wrong CSS-class in Kronolith-1.0

bugs@bugs.horde.org bugs@bugs.horde.org
Thu, 20 Jun 2002 11:48:28 -0300


http://bugs.horde.org/show_bug.cgi?id=983

*** shadow/983	Thu Jun 20 11:48:27 2002
--- shadow/983.tmp.3309	Thu Jun 20 11:48:27 2002
***************
*** 0 ****
--- 1,42 ----
+ Bug#: 983
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: Mozilla 5.x
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: trivial
+ Priority: P3
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: greg@jalix.net               
+ URL: 
+ Summary: Wrong CSS-class in Kronolith-1.0
+ 
+ I have noticed a little mistake in the style of the arrows for the day view and
+ the month view. It should be 'menuitem' instead of 'menu'. That's all... here is
+ the diff :
+ 
+ PS: Unfortunately Kronolith is not in the component list, and it seems that the
+ version 2.1 of Horde is not 'Unstable' as it's indicated in Bugzilla
+ 
+ diff -r kronolith-orig/templates/month/head.inc
+ kronolith-1.0/templates/month/head.inc
+ 4c4
+ <   <?= Horde::link(Horde::applicationURL('month.php?month=' . date('n',
+ $prevstamp) . '&year=' . date('Y', $prevstamp)), _("Last month"), 'menu') .
+ Horde::img('prev.gif', 'alt="&lt;"') ?></a>
+ ---
+ >   <?= Horde::link(Horde::applicationURL('month.php?month=' . date('n',
+ $prevstamp) . '&year=' . date('Y', $prevstamp)), _("Last month"), 'menuitem') .
+ Horde::img('prev.gif', 'alt="&lt;"') ?></a>
+ 6c6
+ <   <?= Horde::link(Horde::applicationURL('month.php?month=' . date('n',
+ $nextstamp) . '&year=' . date('Y', $nextstamp)), _("Next Month"), 'menu') .
+ Horde::img('next.gif', 'alt="&gt;"') ?></a>
+ ---
+ >   <?= Horde::link(Horde::applicationURL('month.php?month=' . date('n',
+ $nextstamp) . '&year=' . date('Y', $nextstamp)), _("Next Month"), 'menuitem') .
+ Horde::img('next.gif', 'alt="&gt;"') ?></a>
+