r1857 - tools/webtools/timeline
Author: sip Date: 2006-09-10 13:18:37 +0200 (Sun, 10 Sep 2006) New Revision: 1857 Modified: tools/webtools/timeline/timeline.php Log: timeline: fixed url Modified: tools/webtools/timeline/timeline.php =================================================================== --- tools/webtools/timeline/timeline.php 2006-09-10 11:11:46 UTC (rev 1856) +++ tools/webtools/timeline/timeline.php 2006-09-10 11:18:37 UTC (rev 1857) @@ -38,7 +38,7 @@ $currdate = $evt['event_date']; } $timeline .= "</table>\n"; -$timeline .= '<br><form method="post" action="pmwiki.php?n=Main.Test">Show the latest <input size="4" type="text" name="days" value="'.$days.'"> days <input type="submit" value="Show"></form>'."\n"; +$timeline .= '<br><form method="post" action="pmwiki.php?n=Main.Timeline">Show the latest <input size="4" type="text" name="days" value="'.$days.'"> days <input type="submit" value="Show"></form>'."\n"; return $timeline; }
participants (1)
-
crux@crux.nu