From 4db25a90ad6fd23ecb82236591bfc70ef3ba3931 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 11 Jul 2006 03:39:18 +0000 Subject: [PATCH] Add a 'back' link at the top of the page. Switch to using html_back_link() to keep the displayed text uniform, we were missing the '<<' before 'Back' --- admin/adminTestResults.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/adminTestResults.php b/admin/adminTestResults.php index 68ba175..6840115 100644 --- a/admin/adminTestResults.php +++ b/admin/adminTestResults.php @@ -73,6 +73,7 @@ if ($aClean['sSub']) apidb_header("Edit testing results for ".$sVersionInfo); break; } + echo '
',"\n"; // View Testing Details echo "\n"; @@ -100,6 +101,8 @@ if ($aClean['sSub']) echo "submitter to let them know the item was deleted.

\n\n"; echo "
\n\n"; + echo html_back_link(1, $_SERVER['PHP_SELF']); + $oTest->OutputEditor(); echo html_frame_start("Reply text", "90%", "", 0); echo "\n"; @@ -131,8 +134,7 @@ if ($aClean['sSub']) echo '',"\n"; echo html_frame_end(); - echo 'Back'; - + echo html_back_link(1, $_SERVER['PHP_SELF']); } else {