ChangeSet ID: 25789 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/17 01:12:28
Modified files: include : testResults.php
Log message: Tony Lambregts tony.lambregts@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>';