mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 6921
Fix fend.inc alignment Fix tab links
This commit is contained in:
parent
b7ff5e40d2
commit
cdb0814b89
@ -215,8 +215,8 @@ include("head.inc");
|
||||
<td>
|
||||
<?php
|
||||
$tab_array = array();
|
||||
$tab_array[1] = array("Remote", false, "diag_confbak.php");
|
||||
$tab_array[0] = array("Local", true, "diag_backup.php");
|
||||
$tab_array[0] = array("Remote", false, "diag_confbak.php");
|
||||
$tab_array[1] = array("Local", true, "diag_backup.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td>
|
||||
|
||||
@ -61,8 +61,8 @@ include("head.inc");
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
|
||||
<?php
|
||||
$tab_array = array();
|
||||
$tab_array[0] = array("Remote", false, "diag_backup.php");
|
||||
$tab_array[1] = array("Local", true, "diag_confbak.php");
|
||||
$tab_array[0] = array("Remote", true, "diag_confbak.php");
|
||||
$tab_array[1] = array("Local", false, "diag_backup.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td></tr>
|
||||
@ -103,17 +103,18 @@ if(is_array($confvers)) {
|
||||
</tr>
|
||||
<?php
|
||||
} ?>
|
||||
<?php } else {
|
||||
print_info_box("No backups found.");
|
||||
}
|
||||
<?php } else { ?>
|
||||
<tr><td>
|
||||
<?php print_info_box("No backups found."); ?>
|
||||
</td></tr>
|
||||
<?php }
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</form>
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user