ChangeSet ID: 25384 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/03 17:17:00
Modified files: include : testResults.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Add link to rating definitions next to 'raiting' field on the test submission form
Patch: http://cvs.winehq.org/patch.py?id=25384
Old revision New revision Changes Path 1.14 1.15 +1 -1 appdb/include/testResults.php
Index: appdb/include/testResults.php diff -u -p appdb/include/testResults.php:1.14 appdb/include/testResults.php:1.15 --- appdb/include/testResults.php:1.14 3 Jun 2006 22:17: 0 -0000 +++ appdb/include/testResults.php 3 Jun 2006 22:17: 0 -0000 @@ -484,7 +484,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 '</td></tr>',"\n"; + echo '<a href="/help/?topic=maintainer_ratings">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>';