mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Move apply / start / stop links to all pages
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user