ChangeSet ID: 23203 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/02/21 20:17:54
Modified files: admin : adminTestResults.php
Log message: Tony Lambregts tony.lambregts@gmail.com Add email reply text to admin test results form.
Patch: http://cvs.winehq.org/patch.py?id=23203
Old revision New revision Changes Path 1.4 1.5 +8 -3 appdb/admin/adminTestResults.php
Index: appdb/admin/adminTestResults.php diff -u -p appdb/admin/adminTestResults.php:1.4 appdb/admin/adminTestResults.php:1.5 --- appdb/admin/adminTestResults.php:1.4 22 Feb 2006 2:17:54 -0000 +++ appdb/admin/adminTestResults.php 22 Feb 2006 2:17:54 -0000 @@ -101,8 +101,10 @@ if ($_REQUEST['sub']) echo "</td></tr></table></div>\n\n";
$oTest->OutputEditor(); - - echo '<a href="'.$_SERVER['PHP_SELF'].'">Back</a>'; + echo html_frame_start("Reply text", "90%", "", 0); + echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n"; + echo '<tr valign=top><td class="color0"><b>email Text</b></td>',"\n"; + echo '<td><textarea name="replyText" style="width: 100%" cols="80" rows="10"></textarea></td></tr>',"\n";
echo '<tr valign=top><td class=color3 align=center colspan=2>' ,"\n";
@@ -125,9 +127,12 @@ if ($_REQUEST['sub']) break; } echo '</td></tr>',"\n"; + echo '</table>',"\n"; echo '</form>',"\n"; + echo html_frame_end(); + + echo '<a href="'.$_SERVER['PHP_SELF'].'">Back</a>';
- echo html_frame_end(" "); } else {