summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-09-14 12:49:05 +0100
committerColin Fleming <cj_fleming@sky.com>2014-09-14 12:49:05 +0100
commite3e1f7480fe753384a5c8a593d58a15f9ee8e747 (patch)
tree21db71b6b6f255505927645fc24ab76363c36621 /usr/local/www/pkg_mgr_install.php
parent62424bdbbb7b2f37c9a4b6e3531c7024e573317a (diff)
downloadpfsense-e3e1f7480fe753384a5c8a593d58a15f9ee8e747.zip
pfsense-e3e1f7480fe753384a5c8a593d58a15f9ee8e747.tar.gz
Tidy up "pkg_mgr_install.php" XHTML
While using the widescreen theme, when you update the firmware or add a new package the TEXTAREAs are side-by-side which doesn't look neat. Add BR tag between TEXTAREA
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rw-r--r--usr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 945aa2d..928e925 100644
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -167,6 +167,7 @@ if ($_POST) {
<br />
<!-- status box -->
<textarea cols="80" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning package installation.");?></textarea>
+ <br />
<!-- command output box -->
<textarea cols="80" rows="35" name="output" id="output" wrap="hard"></textarea>
</td>
OpenPOWER on IntegriCloud