appdb/admin adminTestResults.php

WineHQ wineowner at wine.codeweavers.com
Mon Jul 10 22:39:18 CDT 2006


ChangeSet ID:	26401
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/10 22:39:18

Modified files:
	admin          : adminTestResults.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	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'

Patch: http://cvs.winehq.org/patch.py?id=26401

Old revision  New revision  Changes     Path
 1.12          1.13          +4 -2       appdb/admin/adminTestResults.php

Index: appdb/admin/adminTestResults.php
diff -u -p appdb/admin/adminTestResults.php:1.12 appdb/admin/adminTestResults.php:1.13
--- appdb/admin/adminTestResults.php:1.12	11 Jul 2006  3:39:18 -0000
+++ appdb/admin/adminTestResults.php	11 Jul 2006  3:39:18 -0000
@@ -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 
     {



More information about the wine-cvs mailing list