summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-05 18:20:49 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-05 18:20:49 -0500
commit4944d592f5da9ed277382606ca6fb282bbf2a586 (patch)
treee5d378a684de6373cf5d51ac0b679d8a0cb4fe2b /usr/local/www/system_firmware_auto.php
parentbdf790aa63b7d6facac6a0b05a87df80ff9124a1 (diff)
downloadpfsense-4944d592f5da9ed277382606ca6fb282bbf2a586.zip
pfsense-4944d592f5da9ed277382606ca6fb282bbf2a586.tar.gz
Increase textarea column size.
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 2d05e2e..06a9eb1 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -107,9 +107,9 @@ include("head.inc");
</table>
<br>
<!-- status box -->
- <textarea cols="60" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
+ <textarea cols="90" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
<!-- command output box -->
- <textarea cols="60" rows="25" name="output" id="output" wrap="hard"></textarea>
+ <textarea cols="90" rows="25" name="output" id="output" wrap="hard"></textarea>
</center>
</td>
</tr>
OpenPOWER on IntegriCloud