summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 23:33:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 23:33:31 +0000
commit17252fb17604973a81ba50a740898bea214d315b (patch)
treee7a68f8b2bf0d55e83dfc4e6f0cb6fa770587245 /usr/local
parent2f0c10b3ab0e9b5d485ae2cc3aaaa6147a188be3 (diff)
downloadpfsense-17252fb17604973a81ba50a740898bea214d315b.zip
pfsense-17252fb17604973a81ba50a740898bea214d315b.tar.gz
Increase textarea size to 5 rows.
Diffstat (limited to 'usr/local')
-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 3677bca..13c4b4c 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="3" cols="40" name="desc"><?php echo $pconfig['desc']; ?></textarea>
+ <textarea rows="5" cols="40" name="desc"><?php echo $pconfig['desc']; ?></textarea>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud