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'
This commit is contained in:
@@ -73,6 +73,7 @@ if ($aClean['sSub'])
|
|||||||
apidb_header("Edit testing results for ".$sVersionInfo);
|
apidb_header("Edit testing results for ".$sVersionInfo);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<form name="sQform" action="'.$_SERVER['PHP_SELF'].'" method="post" enctype="multipart/form-data">',"\n";
|
echo '<form name="sQform" action="'.$_SERVER['PHP_SELF'].'" method="post" enctype="multipart/form-data">',"\n";
|
||||||
// View Testing Details
|
// View Testing Details
|
||||||
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
||||||
@@ -100,6 +101,8 @@ if ($aClean['sSub'])
|
|||||||
echo "submitter to let them know the item was deleted.</p>\n\n";
|
echo "submitter to let them know the item was deleted.</p>\n\n";
|
||||||
echo "</td></tr></table></div>\n\n";
|
echo "</td></tr></table></div>\n\n";
|
||||||
|
|
||||||
|
echo html_back_link(1, $_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
$oTest->OutputEditor();
|
$oTest->OutputEditor();
|
||||||
echo html_frame_start("Reply text", "90%", "", 0);
|
echo html_frame_start("Reply text", "90%", "", 0);
|
||||||
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
||||||
@@ -131,8 +134,7 @@ if ($aClean['sSub'])
|
|||||||
echo '</form>',"\n";
|
echo '</form>',"\n";
|
||||||
echo html_frame_end();
|
echo html_frame_end();
|
||||||
|
|
||||||
echo '<a href="'.$_SERVER['PHP_SELF'].'">Back</a>';
|
echo html_back_link(1, $_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user