+
+
{{ lang['cms_register_gdpr_agree_explain'] | raw }}
@@ -156,7 +161,7 @@
{# // Email#}
{{ lang['email'] }}:
-
+
{# // Vzdevek#}
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
index 25f98e757..cac4ad3c9 100644
--- a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
+++ b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
@@ -1057,6 +1057,8 @@ ul.seznam-tem {
max-width: 1000px; }
.modal .modal-box .paragraph, .rexister-modal .modal-box .paragraph {
text-align: center; }
+ .modal .modal-box p a, .rexister-modal .modal-box p a {
+ text-decoration: underline; }
.modal .modal-box .closemodal, .rexister-modal .modal-box .closemodal {
position: absolute;
left: auto;
@@ -1076,9 +1078,6 @@ ul.seznam-tem {
.modal .modal-box h3.center, .rexister-modal .modal-box h3.center {
margin: auto;
padding-bottom: 25px; }
- .modal .modal-box h4, .rexister-modal .modal-box h4 {
- font-weight: 400;
- padding-bottom: 16px; }
.modal .modal-box .w-input, .rexister-modal .modal-box .w-input {
border-style: solid;
border-width: 1px;
@@ -1228,12 +1227,16 @@ ul.seznam-tem {
margin: auto; }
.modal .error, .modal .oznacen-rdec, .rexister-modal .error, .rexister-modal .oznacen-rdec {
color: red; }
+ .modal label, .rexister-modal label {
+ font-weight: 600;
+ margin: 0; }
.dva-stolpca {
display: flex; }
.dva-stolpca h4 {
- margin-left: auto;
- margin-right: auto; }
+ margin-left: 25px;
+ font-weight: 600;
+ margin-bottom: 14px; }
.dva-stolpca .preko-racunov {
border-left: 1px solid #d1d1d1; }
.dva-stolpca .preko-racunov .ostale-prijave {
@@ -1244,6 +1247,7 @@ ul.seznam-tem {
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
+ text-transform: uppercase;
color: #1e88e5;
border: 1px solid #1e88e5;
padding: 11px 7px 11px 17px;
@@ -1251,7 +1255,6 @@ ul.seznam-tem {
padding: 0.5rem 1rem;
max-width: 250px;
font-weight: 600;
- letter-spacing: 1px;
cursor: pointer;
transition: 0.2s; }
.dva-stolpca .preko-racunov .ostale-prijave .op-gumb:hover {
@@ -1310,13 +1313,6 @@ ul.seznam-tem {
.dva-stolpca .intro-modal {
display: flex;
flex-direction: column; }
- .dva-stolpca .intro-modal .naslov-url {
- font-size: 20px;
- text-align: center;
- text-transform: uppercase;
- font-weight: bold;
- color: #1e88e5;
- margin-bottom: 20px; }
.dva-stolpca .intro-modal .siv-url {
text-transform: uppercase;
color: #d1d1d1; }
@@ -1356,6 +1352,31 @@ ul.seznam-tem {
padding-left: 1rem;
color: #e35205 !important;
font-weight: bold; }
+ .dva-stolpca .checkbox-field {
+ padding-left: 0;
+ margin-bottom: 16px; }
+ .dva-stolpca .checkbox-field input {
+ width: 18px;
+ height: 18px;
+ min-width: 18px;
+ min-height: 18px;
+ margin-top: 4px; }
+ .dva-stolpca .checkbox-field label {
+ font-weight: 400; }
+
+.naslov-url {
+ font-size: 21px;
+ text-align: center;
+ text-transform: uppercase;
+ font-weight: bold;
+ color: #1e88e5;
+ margin-bottom: 20px; }
+ .naslov-url.plain {
+ color: #333;
+ justify-content: center; }
+
+.modra {
+ color: #1e88e5; }
#modal-individualno-svetovanje h3 {
margin-top: 20px;
@@ -1365,8 +1386,6 @@ ul.seznam-tem {
font-weight: 700;
text-transform: uppercase;
padding-bottom: 0px; }
-#modal-individualno-svetovanje .modra {
- color: #1e88e5; }
#modal-individualno-svetovanje .center {
text-align: center; }
#modal-individualno-svetovanje .flexrow {
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss
index c21dcd7f3..0fed3c0a8 100755
--- a/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss
+++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss
@@ -40,6 +40,12 @@
text-align: center;
}
+ p{
+ a{
+ text-decoration: underline;
+ }
+ }
+
.closemodal{
position: absolute;
left: auto;
@@ -66,11 +72,6 @@
}
}
- h4{
- font-weight: 400;
- padding-bottom: 16px;
- }
-
.w-input{
border-style: solid;
border-width: 1px;
@@ -313,6 +314,11 @@
.error, .oznacen-rdec{
color: red;
}
+
+ label{
+ font-weight: 600;
+ margin: 0;
+ }
}
.dva-stolpca {
@@ -320,8 +326,9 @@
//margin-bottom: 25px;
h4{
- margin-left: auto;
- margin-right: auto;
+ margin-left: 25px;
+ font-weight: 600;
+ margin-bottom: 14px;
}
.preko-racunov {
@@ -337,6 +344,8 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
+ text-transform: uppercase;
+
color: #1e88e5;
border: 1px solid #1e88e5;
@@ -346,7 +355,7 @@
padding: 0.5rem 1rem;
max-width: 250px;
font-weight: 600;
- letter-spacing: 1px;
+ //letter-spacing: 1px;
cursor: pointer;
transition: 0.2s;
@@ -437,15 +446,6 @@
display: flex;
flex-direction: column;
- .naslov-url {
- font-size: 20px;
- text-align: center;
- text-transform: uppercase;
- font-weight: bold;
- color: $modra;
- margin-bottom: 20px;
- }
-
.siv-url{
text-transform: uppercase;
color: #d1d1d1;
@@ -511,6 +511,42 @@
}
}
+
+ .checkbox-field{
+ padding-left: 0;
+ margin-bottom: 16px;
+
+ input{
+ width: 18px;
+ height: 18px;
+ min-width: 18px;
+ min-height: 18px;
+ margin-top: 4px;
+ }
+
+ label{
+ font-weight: 400;
+ }
+ }
+
+}
+
+.naslov-url {
+ font-size: 21px;
+ text-align: center;
+ text-transform: uppercase;
+ font-weight: bold;
+ color: $modra;
+ margin-bottom: 20px;
+
+ &.plain{
+ color: #333;
+ justify-content: center;
+ }
+}
+
+.modra {
+ color: #1e88e5;
}
#modal-individualno-svetovanje{
@@ -524,10 +560,6 @@
padding-bottom: 0px;
}
- .modra {
- color: #1e88e5;
- }
-
.center {
text-align: center;
}
diff --git a/lang/1.php b/lang/1.php
index 1d0dca03a..a989e69c6 100644
--- a/lang/1.php
+++ b/lang/1.php
@@ -672,6 +672,7 @@ $lang = array (
"remember_me" => "Naj me stran prepozna",
"check_login_data" => "Zelo pogosto se namreč pojavljajo naslednje težave:
- zatipkanje pri vnosu email naslova, npr. 'peter.novakk@gmali.com';
+ - eden od drugih email naslovov, zato preverite vse svoje email račune;
- nepotreben presledek, npr. peter.novak_@gmail.com;
- napačna končnica, npr. 'peter.novak@gmali.si'
",
@@ -1635,14 +1636,14 @@ $lang = array (
"cms_register_link" => "Registracija",
"cms_login_link" => "Prijava",
"cms_register_title" => "Registracija novega uporabnika",
- "cms_register_new_user_email" => "Z elektronskim naslovom",
+ "cms_register_new_user_email" => "Registracija z elektronskim naslovom",
"cms_register_other_email" => "Z uporabniškim računom",
"cms_login_title_block" => "Prijava uporabnika",
"cms_register_login_link" => "Že imate račun?
Prijavite se",
"cms_login_registration_link" => "Še nimate računa na 1KA?
Registrirajte se",
"cms_register_mandatory_field" => "Odgovor je obvezen",
"cms_search" => "Iskanje",
- "cms_register_user_terms_of_use" => "Strinjam se s pogoji uporabe!
Splošni pogoji uporabe.",
+ "cms_register_user_terms_of_use" => "Strinjam se
splošnimi pogoji uporabe.",
"cms_register_user_terms_of_use2" => "Strinjam se s
pogoji uporabe! ",
"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.
@@ -3476,16 +3477,16 @@ $lang = array (
"alternative_email_delete" => "Ste prepričani, da želite odstraniti alternativni email",
"confirm_user_in_db" => "Potrdi",
"delete_user_in_db" => "Izbriši",
- "user_confirm_h" => "Potrditev veljavnosti e-naslova",
- "user_confirm_p" => "Na email
SFMAIL, smo poslali navodila za uspešen zaključek registracije.
+ "user_confirm_h" => "Potrditev veljavnosti emaila",
+ "user_confirm_p" => "Na email
SFMAIL, smo poslali navodila za zaključek registracije.
Če v nekaj minutah ne boste prejeli našega sporočila:
- preverite sporočila v nezaželeni pošti (spam);
- preverite pravilnost vpisanega emaila, predvsem:
- zatipkanje email naslova, npr. 'peter.novakk@gmali.com';
- nepotreben presledek, npr. peter.novak_@gmail.com;
- napačna končnica, npr. 'peter.novak@gmali.si'.
- - če je email SFMAIL pravilen, sporočila pa še vedno ne najdete, kontaktirajte info@1ka.si.
-
Na to spletno mesto se boste lahko prijavili šele po potrditvi registracije preko e-pošte!
",
+
če je email SFMAIL pravilen, sporočila pa še vedno ne najdete, kontaktirajte info@1ka.si.
+
Na to spletno mesto se boste lahko prijavili šele po potrditvi registracije na povezavi, ki smo jo poslali po emailu!
",
"user_confirm_p_admin" => "Administrator aplikacije je bil obveščen o vaši registraciji. Prijavili se boste lahko šele ko bo potrdil vašo registracijo.
Na to spletno mesto se boste lahko prijavili šele po potrditvi registracije s strani administratorja!
",
"user_confirm_p_admin_success" => "Uporabnik je bil uspešno aktiviran.",
@@ -6939,7 +6940,8 @@ $lang = array (
'login_with_facebook' => 'Facebook prijava',
'login_with_aai' => 'ARNES AAI-prijava',
'login_with_aai_title' => '1KA.ARNES.SI',
- 'login_with_aai_small_text' => '
Študenti, raziskovalci, učitelji in drugi z AAI dostopom se lahko za
brezplačno uporabo vseh funkcionalnosti orodja 1KA prijavite s svojim
obstoječim AAI računom oz.
digitalno identiteto.',
+ 'login_with_aai_title_2' => 'Prijava uporabnika na 1KA.ARNES.SI',
+ 'login_with_aai_small_text' => '
Študenti, raziskovalci, učitelji in
drugi z ArnesAAI računom oziroma digitalno identiteto lahko na ločeni namestitvi
1KA.ARNES.SI uporabljajo 1KA
brezplačno in
brez omejitev.',
'login_with_yahoo' => 'Prijava z Yahoo računom',
'login_with_msn' => 'Prijava z MSN računom',
'login_register' => 'Registrirajte se',
diff --git a/lang/2.php b/lang/2.php
index 370157dfa..9830d80fd 100644
--- a/lang/2.php
+++ b/lang/2.php
@@ -660,7 +660,7 @@ $lang = array (
"check_login_data" => "Namely, often do the following problems occur:
- Typos when entering an email address, for example: 'eenklikanketa@gmali.com'
- Wrong address, for example, you logged in with another email address, so check all you email accounts
- - Unnecessary space, for example 'enklikanketa @ gmail.com'
+ - Unnecessary space, for example 'enklikanketa_@gmail.com'
- Incorrect domain extension, for example, instead of 'enklikanketa@gmail.com' you entered 'enklikanketa@gmail.si' or 'enklikanketa@gmail.net'
",
"check_login_data_intro" => "Please, check if data are correct, especially the email address, since you will receive a confirmation email at the given email account.",
@@ -1622,14 +1622,14 @@ $lang = array (
"cms_register_link" => 'Register',
"cms_login_link" => 'Login',
"cms_register_title" => "Registering a new user",
- "cms_register_new_user_email" => "With email",
+ "cms_register_new_user_email" => "Registration with email",
"cms_register_other_email" => "With account",
"cms_login_title_block" => "Login user",
"cms_register_login_link" => "Do you have an account?
Sign in",
"cms_login_registration_link" => "Do not have an account at 1KA?
Register",
"cms_register_mandatory_field" => "Mandatory field",
"cms_search" => "Search",
- "cms_register_user_terms_of_use" => "I agree to user agreement!
General terms of use.",
+ "cms_register_user_terms_of_use" => "I agree to
general terms of use.",
"cms_register_user_terms_of_use2" => "I agree to
user agreement! ",
"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.
@@ -1637,7 +1637,7 @@ $lang = array (
For each user, we store the following information: email address, name(nickname), user type, interface language, registration date, last login date, order(subscription) to receiving news.
In the event that you agree to receive notifications, we will send you important information about 1KA news, an invitation to an event, etc. on your email once a year.
The exception is the first year of registration when we also send you an invitation to an evaluation survey. You can cancel receiving notifications at any time.",
- "cms_register_user_nickname" => "Name (username)",
+ "cms_register_user_nickname" => "Username",
"cms_register_user_password" => "Password",
"cms_register_user_repeat_password" => "Repeat password",
"cms_register_user_email_incorrect" => "Please, check your email!",
@@ -3448,7 +3448,7 @@ $lang = array (
"confirm_user_in_db" => "Confirm",
"delete_user_in_db" => "Delete",
"user_confirm_h" => "E-mail confirmation",
- "user_confirm_p" => "We have sent instructions on how to finish your registration to the entered email address (
SFMAIL).
+ "user_confirm_p" => "We have sent instructions on how to finish your registration to the entered email address (
SFMAIL).
If you don't receive an e-mail in a few minutes, don't forget to check your spam folder.
Also, check if the entered email address is correct.
Namely, often do the following problems occur:
- Typos when entering an email address, for example: 'enkllikanketa@gmali.com'