change the 'show next' links to 'show previous' links, too many

users ask me dumb questions about the future (really!)
This commit is contained in:
kestes%walrus.com 2001-07-27 20:41:31 +00:00
Родитель fc5d0aff02
Коммит a8b1bcf470
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -2,8 +2,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# $Revision: 1.13 $
# $Date: 2001-07-20 19:04:50 $
# $Revision: 1.14 $
# $Date: 2001-07-27 20:41:31 $
# $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
# $Name: $
@ -333,7 +333,7 @@ sub HTML_status_page {
my ($display_8hours) = min($display_hours*8, $MAX_DISPLAY_HOURS);
my ($links) =
HTMLPopUp::Link(
"linktxt"=>"Show next $display_hours hours",
"linktxt"=>"Show previous $display_hours hours",
"href"=>("$FileStructure::URLS{'tinderd'}".
"\?".
"tree=$tree\&".
@ -342,7 +342,7 @@ sub HTML_status_page {
).
"<br>\n".
HTMLPopUp::Link(
"linktxt"=>"Show next $display_2hours hours",
"linktxt"=>"Show previous $display_2hours hours",
"href"=>("$FileStructure::URLS{'tinderd'}".
"\?".
"tree=$tree\&".
@ -351,7 +351,7 @@ sub HTML_status_page {
).
"<br>\n".
HTMLPopUp::Link(
"linktxt"=>"Show next $display_4hours hours",
"linktxt"=>"Show previous $display_4hours hours",
"href"=>("$FileStructure::URLS{'tinderd'}".
"\?".
"tree=$tree\&".
@ -360,7 +360,7 @@ sub HTML_status_page {
).
"<br>\n".
HTMLPopUp::Link(
"linktxt"=>"Show next $display_8hours hours",
"linktxt"=>"Show previous $display_8hours hours",
"href"=>("$FileStructure::URLS{'tinderd'}".
"\?".
"tree=$tree\&".