mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use $pgtitle for consistency
This commit is contained in:
parent
cab0986cba
commit
310b2c0693
@ -183,7 +183,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Backup/restore</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<form action="diag_backup.php" method="post" enctype="multipart/form-data" onSubmit="window.open('progress.php?conffile=<?=$id?>','UploadMeter','width=370,height=115', true); return true; ">
|
||||
<?php if ($input_errors) print_input_errors($input_errors); ?>
|
||||
<?php if ($savemsg) print_info_box($savemsg); ?>
|
||||
|
||||
@ -49,14 +49,14 @@ cleanup_backupcache();
|
||||
$confvers = get_backups();
|
||||
unset($confvers['versions']);
|
||||
|
||||
$pgtitle = "";
|
||||
$pgtitle = "Diagnostics: Configuration History";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Configuration History</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<?php if($savemsg) print_info_box($savemsg); ?>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
|
||||
@ -123,4 +123,4 @@ Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@ -52,7 +52,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Factory defaults</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<?php if ($rebootmsg): echo print_info_box($rebootmsg); else: ?>
|
||||
<form action="diag_defaults.php" method="post">
|
||||
<p><strong>If you click "Yes", the firewall will be reset
|
||||
|
||||
@ -41,7 +41,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: DHCP leases</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<?php
|
||||
|
||||
flush();
|
||||
|
||||
@ -41,7 +41,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: IPsec</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -41,7 +41,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: IPsec</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -51,7 +51,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: System</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -49,7 +49,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: Portal Auth</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -51,7 +51,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: DHCP</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
<?php
|
||||
|
||||
@ -119,7 +119,7 @@ include("head.inc");
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: Firewall</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -50,7 +50,7 @@ include("head.inc");
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: IPSEC VPN</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -120,7 +120,7 @@ function enable_change(enable_over) {
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: Settings</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<form action="diag_logs_settings.php" method="post" name="iform" id="iform">
|
||||
<?php if ($input_errors) print_input_errors($input_errors); ?>
|
||||
<?php if ($savemsg) print_info_box($savemsg); ?>
|
||||
|
||||
@ -76,7 +76,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: System logs: PPTP VPN</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<div id="mainarea">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
|
||||
@ -70,7 +70,7 @@ include("head.inc");
|
||||
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Ping</font></p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<?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">
|
||||
|
||||
@ -73,7 +73,7 @@ include("head.inc");
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Package logs</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
<ul id="tabnav">
|
||||
|
||||
@ -55,7 +55,7 @@ include("head.inc");
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle">Diagnostics: Reset state</p>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
<?php if ($input_errors) print_input_errors($input_errors); ?>
|
||||
<?php if ($savemsg) print_info_box($savemsg); ?>
|
||||
<form action="diag_resetstate.php" method="post" name="iform" id="iform">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user