summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 03:47:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 03:47:58 +0000
commitf9c14a6f4180ae91c5c6fb7e77fb884ac9082bed (patch)
treed507d0790c844495de75f3bdd81a4bf5bb7ff463 /usr
parentca994a4153330a27fc4d3a9754c828dfa82bf44b (diff)
downloadpfsense-f9c14a6f4180ae91c5c6fb7e77fb884ac9082bed.zip
pfsense-f9c14a6f4180ae91c5c6fb7e77fb884ac9082bed.tar.gz
include head.inc
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/edit.php40
1 files changed, 3 insertions, 37 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 6d7bbaa..a9f45a1 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -96,44 +96,10 @@ $Title = gentitle("edit file");
$arrDT = localtime();
$intYear = $arrDT[5] + 1900;
-?>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title><?=$Title ?></title>
-<link href="gui.css" rel="stylesheet" type="text/css">
-<style>
-<!--
-
-input {
- font-family: courier new, courier;
- font-weight: normal;
- font-size: 9pt;
-}
+$pgtitle = "Diagnostics: Edit File";
+include("head.inc");
-pre {
- border: 2px solid #435370;
- background: #F0F0F0;
- padding: 1em;
- font-family: courier new, courier;
- white-space: pre;
- line-height: 10pt;
- font-size: 10pt;
-}
-
-.label {
- font-family: tahoma, verdana, arial, helvetica;
- font-size: 11px;
- font-weight: bold;
-}
-
-.button {
- font-family: tahoma, verdana, arial, helvetica;
- font-weight: bold;
- font-size: 11px;
-}
-
--->
-</style>
-</head>
+?>
<script language="Javascript">
function sf() { document.forms[0].savetopath.focus(); }
</script>
OpenPOWER on IntegriCloud