Bernd Wurst commited on 2023-12-09 13:34:23
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.
... | ... |
@@ -79,6 +79,7 @@ foreach ($domains as $id => $dom) { |
79 | 79 |
$buttons .= '<input type="submit" value="Speichern" /> |
80 | 80 |
</span>'; |
81 | 81 |
if ($dom['type'] == 'nomail' || $dom['type'] == 'none') { |
82 |
+ $notice .= '<a href="https://wiki.schokokeks.org/E-Mail/Keine-Mailnutzung">Hinweise zur Verhinderung der Mail-Nutzung</a>'; |
|
82 | 83 |
$buttons .= '<span class="nomail"><input type="checkbox" class="nomail autosubmit" name="nomail-' . $id . '" id="option-' . $id . '-nomail" value="nomail"' . $check_nomail . ' ' . ($edit_disabled ? ' disabled="disabled"' : '') . '/> |
83 | 84 |
<label class="nomail" for="option-' . $id . '-nomail">Mail-Nutzung verhindern</label> |
84 | 85 |
<input class="hidden" type="submit" value="Speichern" /></span>'; |
85 | 86 |