mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
clarify wording in tabs to appropriately reflect purpose of these pages
This commit is contained in:
parent
f0504457e8
commit
2dfdb0287c
@ -238,8 +238,8 @@ include("head.inc");
|
||||
<td>
|
||||
<?php
|
||||
$tab_array = array();
|
||||
$tab_array[0] = array("Remote", false, "diag_confbak.php");
|
||||
$tab_array[1] = array("Local", true, "diag_backup.php");
|
||||
$tab_array[0] = array("Config History", false, "diag_confbak.php");
|
||||
$tab_array[1] = array("Backup/Restore", true, "diag_backup.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td>
|
||||
|
||||
@ -59,8 +59,8 @@ include("head.inc");
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
|
||||
<?php
|
||||
$tab_array = array();
|
||||
$tab_array[0] = array("Remote", true, "diag_confbak.php");
|
||||
$tab_array[1] = array("Local", false, "diag_backup.php");
|
||||
$tab_array[0] = array("Config History", true, "diag_confbak.php");
|
||||
$tab_array[1] = array("Backup/Restore", false, "diag_backup.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td></tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user