Modul:Protection banner: Unterschied zwischen den Versionen
add red padlocks when expiry is explicitly set to indefinite
(fix Module:Submit an edit request function name) |
(add red padlocks when expiry is explicitly set to indefinite) |
||
Zeile 666: | Zeile 666: | ||
and action == 'edit' | and action == 'edit' | ||
and level == 'sysop' | and level == 'sysop' | ||
and not expiry | and (not expiry or expiry == 'indef') | ||
then | then | ||
-- Fully protected modules and templates get the special red "indef" | -- Fully protected modules and templates get the special red "indef" |