From 166ba313160dbb42b5007c9fcb898debde4b2c19 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Wed, 20 Jul 2022 09:05:35 +0200 Subject: [PATCH] Frontend popravek zakljucka div-a pri oknu za registracijo --- frontend/simple/classes/DisplayController.php | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/frontend/simple/classes/DisplayController.php b/frontend/simple/classes/DisplayController.php index d015e05fa..77ad9ebad 100644 --- a/frontend/simple/classes/DisplayController.php +++ b/frontend/simple/classes/DisplayController.php @@ -648,8 +648,6 @@ class DisplayController{ echo '
'; - // echo ' '.$lang['cms_register_user_text'].''; - // Email echo ' '; echo ' '; @@ -657,11 +655,7 @@ class DisplayController{ // Ime echo ' '; echo ' '; - - // // RECAPTCHA - // if(AppSettings::getInstance()->getSetting('google-secret_captcha') !== false && AppSettings::getInstance()->getSetting('google-recaptcha_sitekey') !== false) - // echo '
'; - + // Geslo echo ' '; echo ' '; @@ -671,13 +665,11 @@ class DisplayController{ echo ' '; // Strinjam se s pogoji - //echo ' '; $terms_url = ($lang['id'] == '1') ? 'https://www.1ka.si/d/sl/o-1ka/pogoji-uporabe-storitve-1ka' : 'https://www.1ka.si/d/en/about/terms-of-use'; echo '
'; - echo '
'; // RECAPTCHA if(AppSettings::getInstance()->getSetting('google-secret_captcha') !== false && AppSettings::getInstance()->getSetting('google-recaptcha_sitekey') !== false)