clarify wording in tabs to appropriately reflect purpose of these pages

This commit is contained in:
Chris Buechler 2008-01-16 07:14:36 +00:00
parent f0504457e8
commit 2dfdb0287c
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>