[AppDB] Add email reply text to admin test results form

Tony Lambregts tony.lambregts at gmail.com
Mon Feb 20 22:45:32 CST 2006


Change Log: Add email reply text to admin test results form

Files Changed: admin/adminTestResults.php


-------------- next part --------------
Index: admin/adminTestResults.php
===================================================================
RCS file: /home/wine/appdb/admin/adminTestResults.php,v
retrieving revision 1.4
diff -u -u -r1.4 adminTestResults.php
--- admin/adminTestResults.php	28 Jan 2006 23:00:35 -0000	1.4
+++ admin/adminTestResults.php	21 Feb 2006 04:38:58 -0000
@@ -101,8 +101,10 @@
         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 @@
             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("&nbsp;");
     }
     else 
     {


More information about the wine-patches mailing list