Increase textarea size a bit more.

This commit is contained in:
Scott Ullrich 2008-08-30 04:12:31 +00:00
parent eef938b5c0
commit fa58f9a07c

View File

@ -298,7 +298,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
</tr>
<tr>
<td align="right">Command:</td>
<td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="7" cols="70"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
<td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="9" cols="90"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
</tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>