From: Matthias Schmidt Date: Wed, 14 Apr 2021 08:23:01 +0000 (+0200) Subject: Merge branch '5.3' X-Git-Tag: 5.4.0_Alpha_1~93 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aafbd097d476f18cb154556c237d000e893a97ca;p=GitHub%2FWoltLab%2FWCF.git Merge branch '5.3' --- aafbd097d476f18cb154556c237d000e893a97ca diff --cc wcfsetup/install/files/acp/templates/captchaQuestionList.tpl index c6eb65e6e6,4835179d0c..31b83cd4a1 --- a/wcfsetup/install/files/acp/templates/captchaQuestionList.tpl +++ b/wcfsetup/install/files/acp/templates/captchaQuestionList.tpl @@@ -20,9 -39,9 +20,9 @@@ {/hascontent} - {hascontent} + {if $objects|count}
- +
@@@ -32,24 -51,22 +32,22 @@@ - + - {content} - {foreach from=$objects item='question'} - - - - + {foreach from=$objects item='question'} - ++ + - {/foreach} - {/content} + {event name='rowButtons'} + + + + + {event name='columns'} + + {/foreach}
{lang}wcf.global.objectID{/lang}
- {objectAction action="toggle" isDisabled=$question->isDisabled} - - {objectAction action="delete" objectTitle=$question->getQuestion()} - - {event name='rowButtons'} - {$question->questionID}{$question->getQuestion()}
- ++ {objectAction action="toggle" isDisabled=$question->isDisabled} + - ++ {objectAction action="delete" objectTitle=$question->getQuestion()} - {event name='columns'} -
{$question->questionID}{$question->getQuestion()}