Revision ad516a50
Added by Renato Botelho about 9 years ago
src/usr/local/www/interfaces_groups_edit.php | ||
---|---|---|
206 | 206 |
?> |
207 | 207 |
<div id="inputerrors"></div> |
208 | 208 |
<?php |
209 |
$tab_array = array(); |
|
210 |
$tab_array[0] = array(gettext("Interface Assignments"), false, "interfaces_assign.php"); |
|
211 |
$tab_array[1] = array(gettext("Interface Groups"), true, "interfaces_groups.php"); |
|
212 |
$tab_array[2] = array(gettext("Wireless"), false, "interfaces_wireless.php"); |
|
213 |
$tab_array[3] = array(gettext("VLANs"), false, "interfaces_vlan.php"); |
|
214 |
$tab_array[4] = array(gettext("QinQs"), false, "interfaces_qinq.php"); |
|
215 |
$tab_array[5] = array(gettext("PPPs"), false, "interfaces_ppps.php"); |
|
216 |
$tab_array[7] = array(gettext("GRE"), false, "interfaces_gre.php"); |
|
217 |
$tab_array[8] = array(gettext("GIF"), false, "interfaces_gif.php"); |
|
218 |
$tab_array[9] = array(gettext("Bridges"), false, "interfaces_bridge.php"); |
|
219 |
$tab_array[10] = array(gettext("LAGG"), false, "interfaces_lagg.php"); |
|
220 |
display_top_tabs($tab_array); |
|
221 |
|
|
222 | 209 |
$form = new Form; |
223 | 210 |
$section = new Form_Section('Interface Group Configuration'); |
224 | 211 |
|
Also available in: Unified diff
Remove tab_array from interfaces_groups_edit.php to be consistent with other *_edit files