Skip to content

Commit

Permalink
Link mit filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wurst committed Apr 12, 2024
1 parent 2a0a088 commit 84e38c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/email/domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
if (domain_has_vmail_accounts($id)) {
$edit_disabled = true;
$notice = 'Es gibt ' . internal_link("vmail", "E-Mail-Konten für diese Domain") . '.';
$notice = 'Es gibt ' . internal_link("vmail", "E-Mail-Konten für diese Domain", "filter={$dom['name']}") . '.';
$tooltip = 'Keine Änderung möglich, solange noch E-Mail-Konten für diese Domain eingerichtet sind.';
}
if ($dom['mailserver_lock']) {
Expand Down

0 comments on commit 84e38c4

Please sign in to comment.