File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 99
1010$ items [] = array ( 'title ' => "Add DNS Zone " ,
1111 'target ' => 'content ' ,
12- 'link ' => 'dns/dns_wizard.php ' );
12+ 'link ' => 'dns/dns_wizard.php ' ,
13+ 'html_id ' => 'dns_wizard ' );
1314
1415if ($ _SESSION ["s " ]["user " ]["typ " ] == 'admin ' ) {
15-
16- $ items [] = array ( ' title ' => " Templates " ,
17- ' target ' => 'content ' ,
18- ' link ' => 'dns/ dns_template_list.php ' );
16+ $ items [] = array ( ' title ' => " Templates " ,
17+ ' target ' => ' content ' ,
18+ ' link ' => 'dns/dns_template_list.php ' ,
19+ ' html_id ' => 'dns_template_list ' );
1920}
2021
2122
2223$ module ["nav " ][] = array ( 'title ' => 'DNS Wizard ' ,
2324 'open ' => 1 ,
2425 'items ' => $ items );
2526
26-
27+
2728unset($ items );
2829
2930/*
3334
3435$ items [] = array ( 'title ' => "Zones " ,
3536 'target ' => 'content ' ,
36- 'link ' => 'dns/dns_soa_list.php ' );
37+ 'link ' => 'dns/dns_soa_list.php ' ,
38+ 'html_id ' => 'dns_soa_list ' );
3739/*
3840$items[] = array( 'title' => "A-Records",
3941 'target' => 'content',
40- 'link' => 'dns/dns_a_list.php');
42+ 'link' => 'dns/dns_a_list.php',
43+ 'html_id' => 'dns_a_list');
4144*/
4245
4346
You can’t perform that action at this time.
0 commit comments