diff options
author | Bill Marquette <billm@pfsense.org> | 2005-07-03 19:17:51 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-07-03 19:17:51 +0000 |
commit | ef97ce1bf9a0db0c69adefda6c108fa2dd059e26 (patch) | |
tree | 6166b1d04cf16fb25386b0ba1c5277b52ddbac4d /usr | |
parent | 47ab66879361371b5c1e35aaae2691bd0d091fc0 (diff) | |
download | pfsense-ef97ce1bf9a0db0c69adefda6c108fa2dd059e26.zip pfsense-ef97ce1bf9a0db0c69adefda6c108fa2dd059e26.tar.gz |
More screens inherit rounded tabletops
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_aliases_edit.php | 4 | ||||
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/firewall_shaper_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/firewall_shaper_queues_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/interfaces_vlan_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_captiveportal_ip_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_captiveportal_mac_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_dhcp_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_dnsmasq_domainoverride_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_dnsmasq_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_proxyarp_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_wol_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/system_routes_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_ca_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_keys_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_openvpn_cli_edit.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_pptp_users_edit.php | 1 |
18 files changed, 18 insertions, 3 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php index 08d0b65..08a9193 100755 --- a/usr/local/www/firewall_aliases_edit.php +++ b/usr/local/www/firewall_aliases_edit.php @@ -229,11 +229,9 @@ rowtype[2] = "select"; <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="firewall_aliases_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td colspan="2" valign="top" class="listtopic">Edit Alias</td> - </tr> - <tr> <td valign="top" class="vncellreq">Name</td> <td class="vtable"> <input name="name" type="text" class="formfld" id="name" size="40" value="<?=htmlspecialchars($pconfig['name']);?>"> <br> <span class="vexpl">The name of the alias may only consist diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 6916d9c..f61228e 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -429,6 +429,7 @@ function dst_rep_change() { <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="firewall_rules_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Action</td> diff --git a/usr/local/www/firewall_shaper_edit.php b/usr/local/www/firewall_shaper_edit.php index 7c1aa75..adb2941 100755 --- a/usr/local/www/firewall_shaper_edit.php +++ b/usr/local/www/firewall_shaper_edit.php @@ -390,6 +390,7 @@ function dst_rep_change() { <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if (is_array($config['shaper']['queue']) && (count($config['shaper']['queue']) > 0)): ?> <form action="firewall_shaper_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td valign="top" class="vncellreq">Target</td> diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php index 133c4e6..05b7bb8 100755 --- a/usr/local/www/firewall_shaper_queues_edit.php +++ b/usr/local/www/firewall_shaper_queues_edit.php @@ -186,6 +186,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="firewall_shaper_queues_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td valign="top" class="vncellreq">Scheduler Type</td> diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 2cc0368..017725e 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -102,6 +102,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle>?</p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="interfaces_vlan_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Parent interface</td> diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php index 1eb8a05..447d6ce 100755 --- a/usr/local/www/services_captiveportal_ip_edit.php +++ b/usr/local/www/services_captiveportal_ip_edit.php @@ -102,6 +102,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Direction</td> diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php index f3aa51c..1f7cf56 100755 --- a/usr/local/www/services_captiveportal_mac_edit.php +++ b/usr/local/www/services_captiveportal_mac_edit.php @@ -104,6 +104,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">MAC address</td> diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php index e0de634..63d1c98 100755 --- a/usr/local/www/services_dhcp_edit.php +++ b/usr/local/www/services_dhcp_edit.php @@ -137,6 +137,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_dhcp_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">MAC address</td> diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php index 827ad57..3b1f3e7 100755 --- a/usr/local/www/services_dnsmasq_domainoverride_edit.php +++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php @@ -105,6 +105,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_dnsmasq_domainoverride_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Domain</td> diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php index 392c228..1a5860a 100755 --- a/usr/local/www/services_dnsmasq_edit.php +++ b/usr/local/www/services_dnsmasq_edit.php @@ -111,6 +111,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_dnsmasq_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncell">Host</td> diff --git a/usr/local/www/services_proxyarp_edit.php b/usr/local/www/services_proxyarp_edit.php index ba2dcab..f8315a6 100755 --- a/usr/local/www/services_proxyarp_edit.php +++ b/usr/local/www/services_proxyarp_edit.php @@ -169,6 +169,7 @@ function typesel_change() { <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()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> diff --git a/usr/local/www/services_wol_edit.php b/usr/local/www/services_wol_edit.php index cb7d9f3..c6c79aa 100755 --- a/usr/local/www/services_wol_edit.php +++ b/usr/local/www/services_wol_edit.php @@ -94,6 +94,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="services_wol_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php index 2e960f6..0984e2e 100755 --- a/usr/local/www/system_routes_edit.php +++ b/usr/local/www/system_routes_edit.php @@ -115,6 +115,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="system_routes_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Interface</td> diff --git a/usr/local/www/vpn_ipsec_ca_edit.php b/usr/local/www/vpn_ipsec_ca_edit.php index a857fd8..d278803 100755 --- a/usr/local/www/vpn_ipsec_ca_edit.php +++ b/usr/local/www/vpn_ipsec_ca_edit.php @@ -103,6 +103,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_ipsec_ca_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td valign="top" class="vncellreq">Identifier</td> diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php index eea483c..f505771 100755 --- a/usr/local/www/vpn_ipsec_edit.php +++ b/usr/local/www/vpn_ipsec_edit.php @@ -276,6 +276,7 @@ function methodsel_change() { </script> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_ipsec_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Mode</td> diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php index 578db73..9de7d9a 100755 --- a/usr/local/www/vpn_ipsec_keys_edit.php +++ b/usr/local/www/vpn_ipsec_keys_edit.php @@ -101,6 +101,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_ipsec_keys_edit.php" method="post" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td valign="top" class="vncellreq">Identifier</td> diff --git a/usr/local/www/vpn_openvpn_cli_edit.php b/usr/local/www/vpn_openvpn_cli_edit.php index 21fb09f..04c3eed 100755 --- a/usr/local/www/vpn_openvpn_cli_edit.php +++ b/usr/local/www/vpn_openvpn_cli_edit.php @@ -196,6 +196,7 @@ include("head.inc"); <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_openvpn_cli_edit.php" method="post" enctype="multipart/form-data" name="iform" id="iform"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Disabled</td> diff --git a/usr/local/www/vpn_pptp_users_edit.php b/usr/local/www/vpn_pptp_users_edit.php index 683b717..81e0a7d 100755 --- a/usr/local/www/vpn_pptp_users_edit.php +++ b/usr/local/www/vpn_pptp_users_edit.php @@ -119,6 +119,7 @@ include("head.inc"); <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="vpn_pptp_users_edit.php" method="post" name="iform" id="iform"> <div id="mainarea"> + <?display_topbar()?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="22%" valign="top" class="vncellreq">Username</td> |