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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +1 lines)
Lines 774-780 fieldset { Link Here
774
            width: 100%;
774
            width: 100%;
775
775
776
            &.lradio {
776
            &.lradio {
777
                padding-left: 8.5em;
777
                padding-left: 10em;
778
                width: auto;
778
                width: auto;
779
779
780
                label {
780
                label {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-4 / +5 lines)
Lines 871-881 Link Here
871
                                    </div>
871
                                    </div>
872
872
873
                                    <ol>
873
                                    <ol>
874
                                        <li><label for="borrower_password" class="[% required.password | html %]">Password</label>
874
                                        <li><label for="password" class="[% required.password | html %]">Password:</label>
875
                                            <input type="password" name="borrower_password" id="password" class="[% required.password | html %]" />
875
                                            <input type="password" name="borrower_password" id="password" class="[% required.password | html %]" />
876
                                            <div class="required_label [% required.password | html %]">Required</div>
876
                                            <div class="required_label [% required.password | html %]">Required</div>
877
                                        </li>
877
                                        </li>
878
                                        <li><label for="borrower_password2" class="[% required.password | html %]">Confirm password</label>
878
                                        <li><label for="password2" class="[% required.password | html %]">Confirm password:</label>
879
                                            <input type="password" name="borrower_password2" id="password2" />
879
                                            <input type="password" name="borrower_password2" id="password2" />
880
                                            <div class="required_label [% required.password | html %]">Required</div>
880
                                            <div class="required_label [% required.password | html %]">Required</div>
881
                                        </li>
881
                                        </li>
Lines 958-964 Link Here
958
                                    <legend>GDPR consent</legend>
958
                                    <legend>GDPR consent</legend>
959
                                    <ol>
959
                                    <ol>
960
                                    <li>
960
                                    <li>
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 for="borrower_gdpr_proc_consent">Consent:</label>
962
                                        <span><input type="checkbox" name="borrower_gdpr_proc_consent" id="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>.</span>
963
                                        <div class="required_label required">Required</div>
962
                                    </li>
964
                                    </li>
963
                                    </ol>
965
                                    </ol>
964
                                </fieldset>
966
                                </fieldset>
965
- 

Return to bug 28934