summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 20:09:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 20:09:01 +0000
commit0cece4a29366c2de3363c5c5d52daa606856f20c (patch)
tree47e948c9ced93ff084041ee7dbce3e31d07384dd
parent56d4e7fb65fc40e976c0eafe9ad79bdc490d4ce1 (diff)
downloadpfsense-0cece4a29366c2de3363c5c5d52daa606856f20c.zip
pfsense-0cece4a29366c2de3363c5c5d52daa606856f20c.tar.gz
Add CSS header
-rw-r--r--usr/local/www/diag_packet_capture.php3
-rwxr-xr-xusr/local/www/diag_ping.php3
-rwxr-xr-xusr/local/www/diag_traceroute.php3
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php3
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php3
-rwxr-xr-xusr/local/www/system_routes_edit.php3
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php3
-rw-r--r--usr/local/www/vpn_openvpn_client.php3
-rw-r--r--usr/local/www/vpn_openvpn_csc.php3
-rw-r--r--usr/local/www/vpn_openvpn_server.php3
10 files changed, 30 insertions, 0 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 853fe93..db3fede 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -123,6 +123,9 @@ include("head.inc"); ?>
<td>
<form action="diag_packet_capture.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Packet capture</td>
+ </tr>
<tr>
<td width="17%" valign="top" class="vncellreq">Interface</td>
<td width="83%" class="vtable">
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index ff9e5c7..6ab024f 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -102,6 +102,9 @@ include("head.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="diag_ping.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Ping</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Host</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index fe5bde9..9a9e96f 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -77,6 +77,9 @@ if (!isset($do_traceroute)) {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="diag_traceroute.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Traceroute</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Host</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 07b3610..f497ffc 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -99,6 +99,9 @@ include("head.inc");
<form action="firewall_system_tunables_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Edit system tunable</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Tunable</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 683db2a..18c61c0 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -131,6 +131,9 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="system_gateway_groups_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Edit gateway entry</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Group Name</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index d0cd5ef..bdd2343 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -136,6 +136,9 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="system_routes_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Edit route entry</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Destination network</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 7c59c00..c6eeca5 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -434,6 +434,9 @@ function dpdchkbox_change() {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_ipsec_phase1.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">General information</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Disabled</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index b1a6be8..8234281 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -241,6 +241,9 @@ function method_change() {
print_info_box($savemsg);
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">General information</td>
+ </tr>
<tr>
<td class="tabnavtbl">
<ul id="tabnav">
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php
index d016005..f957dda 100644
--- a/usr/local/www/vpn_openvpn_csc.php
+++ b/usr/local/www/vpn_openvpn_csc.php
@@ -282,6 +282,9 @@ function netbios_change() {
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">General information</td>
+ </tr>
<td class="tabnavtbl">
<ul id="tabnav">
<?php
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index 6de3ab4..6105829 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -382,6 +382,9 @@ function netbios_change() {
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">General information</td>
+ </tr>
<td class="tabnavtbl">
<ul id="tabnav">
<?php
OpenPOWER on IntegriCloud