diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper_edit.php | 2 | ||||
-rwxr-xr-x | usr/local/www/services_proxyarp_edit.php | 2 | ||||
-rwxr-xr-x | usr/local/www/services_wol_edit.php | 2 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_ca_edit_create_cert.php | 26 |
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> |