зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
fc5d0aff02
Коммит
a8b1bcf470
|
@ -2,8 +2,8 @@
|
||||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
# $Revision: 1.13 $
|
# $Revision: 1.14 $
|
||||||
# $Date: 2001-07-20 19:04:50 $
|
# $Date: 2001-07-27 20:41:31 $
|
||||||
# $Author: kestes%walrus.com $
|
# $Author: kestes%walrus.com $
|
||||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
|
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
|
@ -333,7 +333,7 @@ sub HTML_status_page {
|
||||||
my ($display_8hours) = min($display_hours*8, $MAX_DISPLAY_HOURS);
|
my ($display_8hours) = min($display_hours*8, $MAX_DISPLAY_HOURS);
|
||||||
my ($links) =
|
my ($links) =
|
||||||
HTMLPopUp::Link(
|
HTMLPopUp::Link(
|
||||||
"linktxt"=>"Show next $display_hours hours",
|
"linktxt"=>"Show previous $display_hours hours",
|
||||||
"href"=>("$FileStructure::URLS{'tinderd'}".
|
"href"=>("$FileStructure::URLS{'tinderd'}".
|
||||||
"\?".
|
"\?".
|
||||||
"tree=$tree\&".
|
"tree=$tree\&".
|
||||||
|
@ -342,7 +342,7 @@ sub HTML_status_page {
|
||||||
).
|
).
|
||||||
"<br>\n".
|
"<br>\n".
|
||||||
HTMLPopUp::Link(
|
HTMLPopUp::Link(
|
||||||
"linktxt"=>"Show next $display_2hours hours",
|
"linktxt"=>"Show previous $display_2hours hours",
|
||||||
"href"=>("$FileStructure::URLS{'tinderd'}".
|
"href"=>("$FileStructure::URLS{'tinderd'}".
|
||||||
"\?".
|
"\?".
|
||||||
"tree=$tree\&".
|
"tree=$tree\&".
|
||||||
|
@ -351,7 +351,7 @@ sub HTML_status_page {
|
||||||
).
|
).
|
||||||
"<br>\n".
|
"<br>\n".
|
||||||
HTMLPopUp::Link(
|
HTMLPopUp::Link(
|
||||||
"linktxt"=>"Show next $display_4hours hours",
|
"linktxt"=>"Show previous $display_4hours hours",
|
||||||
"href"=>("$FileStructure::URLS{'tinderd'}".
|
"href"=>("$FileStructure::URLS{'tinderd'}".
|
||||||
"\?".
|
"\?".
|
||||||
"tree=$tree\&".
|
"tree=$tree\&".
|
||||||
|
@ -360,7 +360,7 @@ sub HTML_status_page {
|
||||||
).
|
).
|
||||||
"<br>\n".
|
"<br>\n".
|
||||||
HTMLPopUp::Link(
|
HTMLPopUp::Link(
|
||||||
"linktxt"=>"Show next $display_8hours hours",
|
"linktxt"=>"Show previous $display_8hours hours",
|
||||||
"href"=>("$FileStructure::URLS{'tinderd'}".
|
"href"=>("$FileStructure::URLS{'tinderd'}".
|
||||||
"\?".
|
"\?".
|
||||||
"tree=$tree\&".
|
"tree=$tree\&".
|
||||||
|
|
Загрузка…
Ссылка в новой задаче