mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fixed another incorrect deletion checkbox
This commit is contained in:
@@ -157,7 +157,7 @@ elsif (@zones && (!@views || !$config{'by_view'})) {
|
||||
push(@ztitles, $zn." ".
|
||||
&text('index_view', "<tt>$z->{'view'}</tt>"));
|
||||
push(@zdels, &can_edit_zone($z, $vw) ?
|
||||
$z->{'index'}." ".$z->{'view'} : undef);
|
||||
$z->{'index'}." ".$z->{'viewindex'} : undef);
|
||||
}
|
||||
else {
|
||||
push(@zlinks, "edit_$t.cgi?index=$z->{'index'}");
|
||||
|
||||
Reference in New Issue
Block a user