Move apply / start / stop links to all pages

This commit is contained in:
Jamie Cameron
2008-11-19 01:39:00 +00:00
parent 00c8f3c215
commit 25b3a41fd4
45 changed files with 126 additions and 68 deletions

View File

@ -10,7 +10,8 @@ $dom = $zone->{'name'};
&error($text{'master_ecannot'});
$access{'params'} || &error($text{'master_esoacannot'});
$desc = &ip6int_to_net(&arpa_to_ip($dom));
&ui_print_header($desc, $text{'master_params'}, "");
&ui_print_header($desc, $text{'master_params'}, "",
undef, undef, undef, undef, &restart_links($zone));
@recs = &read_zone_file($zone->{'file'}, $dom);
foreach $r (@recs) {