summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 04:21:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 04:21:21 +0000
commitb63695dbae043a6718a7103f13342d8440c53ed3 (patch)
treeb7ccfa8b03902127a31ee726ba2a7a68d2fff7a0 /usr/local/www/system_advanced.php
parent7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f (diff)
downloadpfsense-b63695dbae043a6718a7103f13342d8440c53ed3.zip
pfsense-b63695dbae043a6718a7103f13342d8440c53ed3.tar.gz
include head.inc and round corners on tabs
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index d3c7834..7209e04 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -200,13 +200,12 @@ if ($_POST) {
conf_mount_ro();
}
}
+
+$pgtitle = "System: Advanced functions";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("System: Advanced functions");?></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">
<!--
function enable_change(enable_over) {
@@ -231,8 +230,6 @@ function update_description(itemnum) {
// -->
</script>
-</head>
-
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="system_advanced.php" method="post" name="iform" id="iform">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud