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 {