Registration - strinjam se s pogoji uporabe

This commit is contained in:
Nejc Kovač 2022-06-21 10:59:34 +02:00
parent a268fe710f
commit 8b75c96f89
3 changed files with 5 additions and 4 deletions

View File

@ -651,7 +651,8 @@ class DisplayController{
echo ' <div class="form_row agreement '.(isset($_GET['missing_agree']) ? ' red' : '').'">';
echo ' <input id="IAgree" type="checkbox" name="agree" value="1"><label for="IAgree">';
echo '<div class="checkbox_text_holder"> '.str_replace('TERMS_URL', $terms_url, $lang['cms_register_user_terms_of_use']).'</label>';
echo ' <br /><span class="red italic">*'.$lang['cms_register_mandatory_field'].'</span></div>';
// echo ' <br /><span class="red italic">*'.$lang['cms_register_mandatory_field'].'</span>';
echo '</div>';
echo ' </div>';
// Error text
@ -854,7 +855,7 @@ class DisplayController{
echo ' <div class="form_row agreement '.(isset($_GET['missing_agree']) ? ' red' : '').'">';
echo ' <input id="IAgree" type="checkbox" name="agree" value="1"><label for="IAgree">';
echo '<div class="checkbox_text_holder"> '.str_replace('TERMS_URL', $terms_url, $lang['cms_register_user_terms_of_use']).'</label>';
echo ' <br /><span class="red italic">*'.$lang['cms_register_mandatory_field'].'</span></div>';
echo ' </div>';
// Strinjam se s posiljanjem mailov (gdpr)

View File

@ -1640,7 +1640,7 @@ $lang = array (
"cms_login_registration_link" => "Še nimate računa na 1KA? <a href='#URL#' id=\"odpri-registracijo\">Registrirajte se</a>",
"cms_register_mandatory_field" => "Odgovor je obvezen",
"cms_search" => "Iskanje",
"cms_register_user_terms_of_use" => "Strinjam se s pogoji uporabe! <strong><a href='https://www.1ka.si/d/sl/o-1ka/pogoji-uporabe-storitve-1ka' target='_blank'>Splošni pogoji uporabe.</a></strong>",
"cms_register_user_terms_of_use" => "Strinjam se s <a href='#'>pogoji uporabe! </a> ",
"cms_register_gdpr_agree" => "Strinjam se, da mi na zgoraj navedeni elektronski naslov enkrat letno pošljete pomembna obvestila (pomembne informacije o novostih 1KA, vabilo na dogodek).",
"cms_register_gdpr_agree_explain" => "Vaš email bomo uporabljali in hranili zgolj za potrebe uporabe uporabniškega imena v orodju 1KA in ga bom skrbno varovali v skladu s predpisi.
Vašega emaila ne bomo pod nobenimi pogoji posredovali tretjim osebam ali ga uporabljali v druge namene.

View File

@ -1626,7 +1626,7 @@ $lang = array (
"cms_login_registration_link" => "Do not have an account at 1KA? <a href='#URL#' id=\"odpri-registracijo\">Register</a>",
"cms_register_mandatory_field" => "Mandatory field",
"cms_search" => "Search",
"cms_register_user_terms_of_use" => "I agree to user agreement! <strong><a href='https://www.1ka.si/d/en/about/terms-of-use' target='_blank'>General terms of use.</a></strong>",
"cms_register_user_terms_of_use" => "I agree to <a href='#'>user agreement! </a> ",
"cms_register_gdpr_agree" => "I agree that you send me notifications to the above-mentioned email address (important information about 1KA, 1KA evaluation, event invitation - once a year).",
"cms_register_gdpr_agree_explain" => "We will use and store your email only for the purposes of using the 1KA username and will carefully protect it in accordance with the regulations.
We will not pass on your email to third parties under any circumstances or use it for other purposes. We will keep your email as long as your account on 1KA is active.