appdb/include testResults.php

WineHQ wineowner at wine.codeweavers.com
Sat Jun 17 01:12:28 CDT 2006


ChangeSet ID:	25789
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/06/17 01:12:28

Modified files:
	include        : testResults.php 

Log message:
	Tony Lambregts <tony.lambregts at gmail.com>
	Open ratings definitions page in a new window so we don't erase any data a user has entered into input boxes

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

Old revision  New revision  Changes     Path
 1.16          1.17          +1 -1       appdb/include/testResults.php

Index: appdb/include/testResults.php
diff -u -p appdb/include/testResults.php:1.16 appdb/include/testResults.php:1.17
--- appdb/include/testResults.php:1.16	17 Jun 2006  6:12:28 -0000
+++ appdb/include/testResults.php	17 Jun 2006  6:12:28 -0000
@@ -496,7 +496,7 @@ class testData{
         // Rating
         echo '<tr><td class="color0"><b>Rating</b></td><td class="color0">',"\n";
         make_maintainer_rating_list("sTestedRating", $this->sTestedRating);
-        echo '<a href="/help/?topic=maintainer_ratings">Rating definitions</a></td></tr>',"\n";
+        echo '<a href="'.BASE.'/help/?topic=maintainer_ratings" target="_blank">Rating definitions</a></td></tr>',"\n";
         // extra comments
         echo '<tr valign=top><td class="color1"><b>Extra comments</b></td>',"\n";
         echo '<td class="color0"><textarea name="sComments" rows=10 cols=35>';



More information about the wine-cvs mailing list