Add link to rating definitions next to 'raiting' field on the test submission form
This commit is contained in:
committed by
WineHQ
parent
522722dff4
commit
24d1d1b598
@@ -484,7 +484,7 @@ class testData{
|
|||||||
// Rating
|
// Rating
|
||||||
echo '<tr><td class="color0"><b>Rating</b></td><td class="color0">',"\n";
|
echo '<tr><td class="color0"><b>Rating</b></td><td class="color0">',"\n";
|
||||||
make_maintainer_rating_list("sTestedRating", $this->sTestedRating);
|
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
|
// extra comments
|
||||||
echo '<tr valign=top><td class="color1"><b>Extra comments</b></td>',"\n";
|
echo '<tr valign=top><td class="color1"><b>Extra comments</b></td>',"\n";
|
||||||
echo '<td class="color0"><textarea name="sComments" rows=10 cols=35>';
|
echo '<td class="color0"><textarea name="sComments" rows=10 cols=35>';
|
||||||
|
|||||||
Reference in New Issue
Block a user