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:
Chris Morgan
2006-07-11 03:39:18 +00:00
committed by WineHQ
parent 160f739da8
commit 4db25a90ad

View File

@@ -73,6 +73,7 @@ if ($aClean['sSub'])
apidb_header("Edit testing results for ".$sVersionInfo);
break;
}
echo '<form name="sQform" action="'.$_SERVER['PHP_SELF'].'" method="post" enctype="multipart/form-data">',"\n";
// View Testing Details
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 "</td></tr></table></div>\n\n";
echo html_back_link(1, $_SERVER['PHP_SELF']);
$oTest->OutputEditor();
echo html_frame_start("Reply text", "90%", "", 0);
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
@@ -131,8 +134,7 @@ if ($aClean['sSub'])
echo '</form>',"\n";
echo html_frame_end();
echo '<a href="'.$_SERVER['PHP_SELF'].'">Back</a>';
echo html_back_link(1, $_SERVER['PHP_SELF']);
}
else
{