summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 02:20:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 02:20:09 +0000
commit523809792e16fc4629b0d914cd4626754b821fb9 (patch)
tree78162f1a16fb0f41a17fbba5509485920a5a7359 /usr/local/www/system_firmware_settings.php
parent338ec5f4e531a21d3108f01b02279a492d4f7814 (diff)
downloadpfsense-523809792e16fc4629b0d914cd4626754b821fb9.zip
pfsense-523809792e16fc4629b0d914cd4626754b821fb9.tar.gz
Cleanup and add rounded corners.
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 13895b7..913de3c 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -41,13 +41,11 @@ if ($_POST) {
$curcfg = $config['system']['firmware'];
+$pgtitle = "System: Firmware: Settings";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("System: Firmware Settings");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
+
<script language="JavaScript">
<!--
var systemdescs=new Array(4);
@@ -66,7 +64,6 @@ function update_description(itemnum) {
// -->
</script>
-</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="system_firmware_settings.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud