summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 00:31:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 00:31:45 +0000
commit6d2c42d1b55090643193a3c265c6ea607f944e02 (patch)
treea667acc61165306790aeb612a6980216c736edb6 /usr/local/www
parent80e55bad148d8d9d855f3adb23852b7046b21821 (diff)
downloadpfsense-6d2c42d1b55090643193a3c265c6ea607f944e02.zip
pfsense-6d2c42d1b55090643193a3c265c6ea607f944e02.tar.gz
* Remove bogus css file so menu sizes are consistent
* Add page title to firmware update settings screen
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware_check.php1
-rwxr-xr-xusr/local/www/system_firmware_settings.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index d43b44d..d5fdef2 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -43,7 +43,6 @@ include("head.inc");
<script src="/javascript/scriptaculous/prototype.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 1174e75..a1000be 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -76,6 +76,7 @@ function enable_altfirmwareurl(enable_over) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc");?>
+<p class="pgtitle">System: Firmware: Settings</p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<br/>
<form action="system_firmware_settings.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud