From: Marcel Werk Date: Wed, 13 Jul 2016 15:16:42 +0000 (+0200) Subject: Changed captcha position in search form X-Git-Tag: 3.0.0_Beta_1~1161 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a696a1e1200055b034d6b231b56d095ecd18fda1;p=GitHub%2FWoltLab%2FWCF.git Changed captcha position in search form --- diff --git a/com.woltlab.wcf/templates/search.tpl b/com.woltlab.wcf/templates/search.tpl index 235a667e34..8e290b64d5 100644 --- a/com.woltlab.wcf/templates/search.tpl +++ b/com.woltlab.wcf/templates/search.tpl @@ -84,8 +84,6 @@ {event name='sections'} - {include file='captcha'} - {foreach from=$objectTypes key=objectTypeName item=objectType} {if $objectType->isAccessible() && $objectType->getFormTemplateName()} {assign var='__jsID' value='.'|str_replace:'_':$objectTypeName} @@ -109,6 +107,8 @@ {/if} {/foreach} + {include file='captcha'} +
{@SECURITY_TOKEN_INPUT_TAG}