summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--usr/local/www/pkg_mgr_install.php1
-rwxr-xr-xusr/local/www/system_firmware_auto.php1
2 files changed, 2 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>
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 26d3d92..47e9761 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -119,6 +119,7 @@ include("head.inc");
</script>
<!-- status box -->
<textarea cols="90" rows="1" name="status" id="status"><?=gettext("Beginning firmware upgrade"); ?>.</textarea>
+ <br />
<!-- command output box -->
<textarea cols="90" rows="25" name="output" id="output"></textarea>
</td>
OpenPOWER on IntegriCloud