View | Details | Raw Unified | Return to bug 28934
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +9 lines)
Lines 774-786 fieldset { Link Here
774
            width: 100%;
774
            width: 100%;
775
775
776
            &.lradio {
776
            &.lradio {
777
                padding-left: 8.5em;
777
                padding-left: 9rem;
778
                width: auto;
778
                width: auto;
779
779
780
                label {
780
                label {
781
                    float: none;
781
                    float: none;
782
                    margin: 0 0 0 1em;
782
                    margin: 0 0 0 1em;
783
                    width: auto;
783
                    width: auto;
784
785
                    &.error {
786
                        float: right;
787
                    }
788
                }
789
790
                .required_label {
791
                    margin-left: 1em;
784
                }
792
                }
785
            }
793
            }
786
        }
794
        }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-4 / +7 lines)
Lines 957-965 Link Here
957
                                <fieldset class="rows" id="memberentry_gdpr_consent">
957
                                <fieldset class="rows" id="memberentry_gdpr_consent">
958
                                    <legend>GDPR consent</legend>
958
                                    <legend>GDPR consent</legend>
959
                                    <ol>
959
                                    <ol>
960
                                    <li>
960
                                        <li class="lradio">
961
                                        <label></label><span><input type="checkbox" name="borrower_gdpr_proc_consent" value="agreed"> I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>. <div class="required">Required</div></span>
961
                                            <label>
962
                                    </li>
962
                                                <input type="checkbox" name="borrower_gdpr_proc_consent" value="agreed" class="required" required="required" />
963
                                                I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>
964
                                            </label>
965
                                            <div class="required_label required">Required</div>
966
                                        </li>
963
                                    </ol>
967
                                    </ol>
964
                                </fieldset>
968
                                </fieldset>
965
                            </div> <!-- /.col -->
969
                            </div> <!-- /.col -->
966
- 

Return to bug 28934