add link back to the current status page from which ever status page

you are looking at.


git-svn-id: svn://10.0.0.236/trunk@109537 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com
2001-12-03 19:50:00 +00:00
parent 87115e5a49
commit 22c7490c4d

View File

@@ -2,8 +2,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# $Revision: 1.18 $
# $Date: 2001-10-18 16:19:59 $
# $Revision: 1.19 $
# $Date: 2001-12-03 19:50:00 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
# $Name: not supported by cvs2svn $
@@ -286,6 +286,8 @@ sub HTML_status_page {
my ($times_vec, $tree, ) = @_;
my ($status_page_url) = (FileStructure::get_filename($tree, 'tree_URL').
"/status.html");
my ($out) = '';
@@ -368,6 +370,11 @@ sub HTML_status_page {
"start-time=$next_date\&".
"display-hours=$display_8hours"),
).
"<br>\n".
HTMLPopUp::Link(
"linktxt"=>"Show current status",
"href"=>$status_page_url,
).
"<br><p>\n\n".
HTMLPopUp::Link(
"linktxt"=>"Add to Notice Board",