Actions
Bug #683
closedCosmetic issue on PPPs
Start date:
06/21/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Slight cosmetic issue on interfaces_ppps.php. The tab_array for PPPs is not set to true so the tab is not displayed as active when it has been selected.
i.e.
tab_array[5] = array("PPPs", false, "interfaces_ppps.php");
should be
$tab_array[5] = array("PPPs", true, "interfaces_ppps.php");
Updated by Marcus Brown over 14 years ago
Updated by Marcus Brown over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 52cf107d518e23cbd4d45a6aa0edac293dd7c27c.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved
Actions