diff --git a/application/views/blocks/captcha_form.tpl b/application/views/blocks/captcha_form.tpl index 8f10081..4659575 100644 --- a/application/views/blocks/captcha_form.tpl +++ b/application/views/blocks/captcha_form.tpl @@ -1,18 +1,26 @@ [{$smarty.block.parent}] [{assign var="oCaptcha" value=$oView->getCaptcha()}] - +
+ + +
+
+ [{assign var="oCaptcha" value=$oView->getCaptcha()}] + [{if $oCaptcha->isImageVisible()}] + + + + [{else}] + [{$oCaptcha->getText()}] + [{/if}] + +
+
+

+ [{oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS"}] +

+
-
  • - - [{assign var="oCaptcha" value=$oView->getCaptcha()}] - [{if $oCaptcha->isImageVisible()}] - - [{else}] - [{$oCaptcha->getText()}] - [{/if}] - -

    - [{oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS"}] -

    -
  • +
    +