diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-29 15:54:53 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-29 15:54:53 -0500 |
commit | d3bea81878e4964f23ee55b669988e4d7976dc26 (patch) | |
tree | db84705470dd29b5c5915dfd24eaac0327b6822f /usr | |
parent | 2388a97db35014dd1ae91bf381d3da629464b91c (diff) | |
download | pfsense-d3bea81878e4964f23ee55b669988e4d7976dc26.zip pfsense-d3bea81878e4964f23ee55b669988e4d7976dc26.tar.gz |
Add 10 to row count on textarea
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg_mgr_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php index 1bad4e8..607f394 100755 --- a/usr/local/www/pkg_mgr_install.php +++ b/usr/local/www/pkg_mgr_install.php @@ -100,7 +100,7 @@ include("head.inc"); <!-- status box --> <textarea cols="80" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning package installation.");?></textarea> <!-- command output box --> - <textarea cols="80" rows="25" name="output" id="output" wrap="hard"></textarea> + <textarea cols="80" rows="35" name="output" id="output" wrap="hard"></textarea> </center> </td> </tr> |