summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 20:23:40 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 20:23:40 +0000
commitc44f1bd5f6f33be0c77dcc73fb8f84f6445930d3 (patch)
tree88160450512fd9c8f229d905e9ffe49adba7aafa /usr/local
parent7b252e09562d02019190e36175938a7c5bcc21af (diff)
downloadpfsense-c44f1bd5f6f33be0c77dcc73fb8f84f6445930d3.zip
pfsense-c44f1bd5f6f33be0c77dcc73fb8f84f6445930d3.tar.gz
More pgtitle cleanups
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper_edit.php2
-rwxr-xr-xusr/local/www/services_proxyarp_edit.php2
-rwxr-xr-xusr/local/www/services_wol_edit.php2
-rwxr-xr-xusr/local/www/vpn_ipsec_ca_edit_create_cert.php26
4 files changed, 11 insertions, 21 deletions
diff --git a/usr/local/www/firewall_shaper_edit.php b/usr/local/www/firewall_shaper_edit.php
index adb2941..9818467 100755
--- a/usr/local/www/firewall_shaper_edit.php
+++ b/usr/local/www/firewall_shaper_edit.php
@@ -279,7 +279,7 @@ if ($_POST) {
}
}
-$pgtitle = "Firewall: Shaper: Edit rule";
+$pgtitle = "Firewall: Shaper: Rules: Edit";
$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/services_proxyarp_edit.php b/usr/local/www/services_proxyarp_edit.php
index f8315a6..f140d54 100755
--- a/usr/local/www/services_proxyarp_edit.php
+++ b/usr/local/www/services_proxyarp_edit.php
@@ -165,8 +165,8 @@ function typesel_change() {
</script>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
-<p class="pgtitle">Services: Proxy ARP: Edit</p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="services_proxyarp_edit.php" method="post" name="iform" id="iform">
<?display_topbar()?>
diff --git a/usr/local/www/services_wol_edit.php b/usr/local/www/services_wol_edit.php
index c6c79aa..2e0c7ea 100755
--- a/usr/local/www/services_wol_edit.php
+++ b/usr/local/www/services_wol_edit.php
@@ -84,7 +84,7 @@ if ($_POST) {
}
}
-$pgtitle = "Services: Wake on LAN: Edit entry";
+$pgtitle = "Services: Wake on LAN: Edit";
include("head.inc");
?>
diff --git a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
index 66f2521..664de0f 100755
--- a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
+++ b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
@@ -147,12 +147,9 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<? include('fbegin.inc'); ?>
+<? include('fbegin.inc'); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<form action="vpn_ipsec_ca_edit_create_cert.php" method="post" name="iform" id="iform">
- <p class="pgtitle">
- <?=$pgtitle?>
- </p>
<?
if($input_errors)
print_input_errors($input_errors);
@@ -194,22 +191,15 @@ include("head.inc");
</html>
<?
} else { //if($_POST)
+$pgtitle = "VPN: IPSec: Certificate Authority: Create Certificate";
+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">
- </head>
- <body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<? include('fbegin.inc'); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
+
<form action="vpn_ipsec_ca_edit_create_cert.php" method="post" name="iform" id="iform">
-<?
- include('fbegin.inc');
-?>
- <p class="pgtitle">
- System: Advanced - Create Certificates
- </p>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td nowrap="nowrap" width="30%" class="vncell"><b>Country Code (2 Letters)</b></td>
OpenPOWER on IntegriCloud