GDPR - odstranjen zahtevek Omejtiev obdelave

This commit is contained in:
Nejc Kovač 2022-06-17 10:49:45 +02:00
parent f8c982c3a0
commit c8683d56cf
2 changed files with 9 additions and 4 deletions

View File

@ -1966,9 +1966,9 @@ class GDPR{
echo ' <div class="form_row zahtevek '.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_4">';
echo ' <input type="radio" id="gdpr-action_4" name="gdpr-action" value="4" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '4' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer4'];
echo ' </label></div>';
echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_5">';
echo ' <input type="radio" id="gdpr-action_5" name="gdpr-action" value="5" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '5' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer5'];
echo ' </label></div>';
// echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_5">';
// echo ' <input type="radio" id="gdpr-action_5" name="gdpr-action" value="5" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '5' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer5'];
// echo ' </label></div>';
echo ' <div class="form_row zahtevek'.(isset($error['gdpr-action']) ? ' red' : '').'"><label for="gdpr-action_6">';
echo ' <input type="radio" id="gdpr-action_6" name="gdpr-action" value="6" '.(isset($posted['gdpr-action']) && $posted['gdpr-action'] == '6' ? ' checked="checked"' : '').'> '.$lang['srv_gdpr_drupal_q1_answer6'];
echo ' </label></div>';

View File

@ -398,6 +398,10 @@ footer .footer_content .col .logo_holder img.arnes-logo {
/* GDPR ZAHTEVEK -------------------------------------- */
.gdpr #main .main_content {
padding: 0px;
}
.register_holder{
max-width: 810px;
width: 95%;
@ -432,7 +436,8 @@ body.gdpr .input_field div.label label {
.regfield {
height: 38px;
width: 245px;
max-width: 245px;
width: 95%;
border: 1px solid #C4C4C4;
padding: 0px;