update edit page
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Feb 2010 14:43:01 +0000 (14:43 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Feb 2010 14:43:01 +0000 (14:43 +0000)
admin/Contact/edit_autoresponse.phtml

index ed3bb8a..d02e076 100755 (executable)
@@ -81,8 +81,7 @@ for($i = 0; $i < db_numrows($res); $i++) {
 
                case "response":
                        echo "<tr><td class=\"navtd\" align=\"right\">Response:</td>";
-                       echo '<td align="left"><textarea style="width:400px;" id="response" name="response" cols="55" rows="35">'.$value.'</textarea></td>'; 
-                       //text_area("response",$value,8,60);
+                       echo '<td align="left"><textarea id="response" name="response">'.htmlspecialchars($value).'</textarea></td>'; 
                        echo "</tr>";
                        echo "<tr><td>&nbsp;</td><td>NOTE: Insert COUPON IMAGE1 IMAGE2 IMAGE3 etc. in the body of
                                your text where you want the images to appear.</td></tr>";