mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Include zone name in deleted records log message
This commit is contained in:
@ -33,7 +33,13 @@ if ($type eq 'record') {
|
||||
}
|
||||
}
|
||||
elsif ($type eq 'recs') {
|
||||
return &text("log_${action}_recs", $object);
|
||||
if ($p->{'dom'}) {
|
||||
return &text("log_${action}_recs2", $object,
|
||||
"<tt>".&html_escape($p->{'dom'})."</tt>");
|
||||
}
|
||||
else {
|
||||
return &text("log_${action}_recs", $object);
|
||||
}
|
||||
}
|
||||
elsif ($type eq 'zones') {
|
||||
return &text("log_${action}_zones", $object);
|
||||
|
Reference in New Issue
Block a user