diff --git a/NatEditPlugin/templates/edit.natedit.tmpl b/NatEditPlugin/templates/edit.natedit.tmpl index 82b8503d8..0b127d82a 100644 --- a/NatEditPlugin/templates/edit.natedit.tmpl +++ b/NatEditPlugin/templates/edit.natedit.tmpl @@ -63,8 +63,8 @@ %TMPL:DEF{"editcaptcha"}%%TMPL:P{context="CaptchaEnableSave" then="editcaptcha::impl"}%%TMPL:END% %TMPL:DEF{"editcaptcha::impl"}%
%CAPTCHAFORM{validateonsubmit="off"}% -%MAKETEXT{"Save"}% -%MAKETEXT{"Cancel"}% +%MAKETEXT{"Save"}% +%MAKETEXT{"Cancel"}%
%TMPL:END% %TMPL:DEF{"tabpane"}%%TABPANE{class="plain" automaxexpand="on" animate="on" remember="on" select="%URLPARAM{"natedittab" default="%TMPL:P{"selectedtab"}%"}%"}% @@ -78,7 +78,10 @@ - +
%MAKETEXT{"Title"}%: + + +
%TMPL:END% @@ -119,12 +122,12 @@ ('%permset_view%'='registeredusers' and '%denytopic_view%'!='' and ('%allowtopic_view%'!='' or '%denytopic_view%'!='WikiGuest')) or ('%permset_view%'='justauthor' and ('%allowtopic_view%'='' or '%denytopic_view%'!='')) or ('%permset_view%'='nobody' and '%allowtopic_view%'!= '' and ('%allowtopic_view%'!='AdminUser' or '%denytopic_view%'!='')) or - ('%permset_view%'='details' and ('%allowtopic_view%'='' or '%denytopic_view%'!='')) or + ('%permset_view%'='details' and ('%denytopic_view%'!='')) or ('%permset_change%'=~'^(default|)$' and ('%allowtopic_change%'!='' or '%denytopic_change%'!='')) or ('%permset_change%'='registeredusers' and '%denytopic_change%'!='' and ('%allowtopic_change%'!='' or '%denytopic_change%'!='WikiGuest')) or ('%permset_change%'='justauthor' and ('%allowtopic_change%'='' or '%denytopic_change%'!='')) or ('%permset_change%'='nobody' and '%allowtopic_change%'!='' and ('%allowtopic_change%'!='AdminUser' or '%denytopic_change%'!='')) or - ('%permset_change%'='details' and ('%allowtopic_change%'='' or '%denytopic_change%'!='')) + ('%permset_change%'='details' and ('%denytopic_change%'!='')) " then="$percntTMPL:P{\"permissionstab::message\"}$percnt" else="$percntTMPL:P{\"permissionstab::impl\"