From: Alexander Ebert Date: Tue, 25 Apr 2017 14:43:39 +0000 (+0200) Subject: Removed required property X-Git-Tag: 3.0.5~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=49568e600e3b163264a7a1250de61d1fbb270305;p=GitHub%2FWoltLab%2FWCF.git Removed required property Server-side validation will catch this anyway and browser's don't play nice with this attribute when the input field is hidden due to a tab menu. --- diff --git a/wcfsetup/install/files/acp/templates/boxAdd.tpl b/wcfsetup/install/files/acp/templates/boxAdd.tpl index f0fb7385a3..7d3e8b7ce1 100644 --- a/wcfsetup/install/files/acp/templates/boxAdd.tpl +++ b/wcfsetup/install/files/acp/templates/boxAdd.tpl @@ -81,7 +81,7 @@
- + {if $errorField == 'name'} {if $errorType == 'empty'} diff --git a/wcfsetup/install/files/acp/templates/pageAdd.tpl b/wcfsetup/install/files/acp/templates/pageAdd.tpl index a22e51c064..8ce13753e4 100644 --- a/wcfsetup/install/files/acp/templates/pageAdd.tpl +++ b/wcfsetup/install/files/acp/templates/pageAdd.tpl @@ -96,7 +96,7 @@
- + {if $errorField == 'name'} {if $errorType == 'empty'}