summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 23:35:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 23:35:25 +0000
commit36b63527d4e1f46c48e0c87fd19c208aa821e3b0 (patch)
tree7d8b5d873c8523922a9c8e8b9aafc682a2fc50f5
parent17252fb17604973a81ba50a740898bea214d315b (diff)
downloadpfsense-36b63527d4e1f46c48e0c87fd19c208aa821e3b0.zip
pfsense-36b63527d4e1f46c48e0c87fd19c208aa821e3b0.tar.gz
Increase textarea size to 7 rows.
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 13c4b4c..e4a0ce3 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -102,7 +102,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncellreq">Description</td>
<td width="78%">
- <textarea rows="5" cols="40" name="desc"><?php echo $pconfig['desc']; ?></textarea>
+ <textarea rows="7" cols="40" name="desc"><?php echo $pconfig['desc']; ?></textarea>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud