summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-12 01:40:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-12 01:40:30 +0000
commit0774ed52e4e9826a739bda3043d6ac726676d83b (patch)
tree1c400d86ccfd5721a13718ca087094c2ba933523 /usr/local/www/status.php
parent7173af6e3d2175461bde5cb8afbdf47b90f0e13f (diff)
downloadpfsense-0774ed52e4e9826a739bda3043d6ac726676d83b.zip
pfsense-0774ed52e4e9826a739bda3043d6ac726676d83b.tar.gz
Add surrounding div
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 0fa7de7..f5fbfda 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -73,7 +73,7 @@ function defCmd($command) {
function listCmds() {
global $commands;
echo "<p>This status page includes the following information:\n";
- echo "<ul>\n";
+ echo "<ul width=\"700\">\n";
for ($i = 0; isset($commands[$i]); $i++ ) {
echo "<li><strong><a href=\"#" . $commands[$i][0] . "\">" . $commands[$i][0] . "</a></strong>\n";
}
@@ -164,9 +164,11 @@ pre {
information from this page in public places (like mailing lists)!</strong></span><br>
Passwords in config.xml have been automatically removed.
+<div id="cmdspace" style="width:700px">
<?php listCmds(); ?>
<?php execCmds(); ?>
+</div>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud