@@ -, +, @@ 1) Enable GDPR_Policy syspref 2) Apply patch, run "yarn build --view opac", restart plack 3) Go to /cgi-bin/koha/opac-memberentry.pl 3) Check that the GDPR input box shows the required text now in red color 3) Check that the alignment of sex/gender and GDPR input matches with the other inputs perfectly. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -774,7 +774,7 @@ fieldset { width: 100%; &.lradio { - padding-left: 8.5em; + padding-left: 10em; width: auto; label { --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -871,11 +871,11 @@
    -
  1. +
  2. Required
  3. -
  4. +
  5. Required
  6. @@ -958,7 +958,9 @@ GDPR consent
    1. - I agree with your processing of my personal data as outlined in the privacy policy.
      Required
      + + I agree with your processing of my personal data as outlined in the privacy policy. +
      Required
    --