Bug 35261

Summary: Update links for self registration avoiding "here"
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: david, fridolin.somers
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00
Attachments: Bug 35261: Update links for self registration avoiding "here"
Bug 35261: Update links for self registration avoiding "here"
Bug 35261: Update links for self registration avoiding "here"

Description Katrin Fischer 2023-11-05 10:54:55 UTC
When OPAC self registrations are activated, we show a link "Register here". The "here" is not really needed. Same applies to the opac-user page: "You may register here".

We changed a lot of links that only consisted of 'here' for accessibility reasons. This is a little different, but I feel we should change them as well.
Comment 1 Owen Leonard 2023-11-06 14:59:07 UTC
Created attachment 158534 [details] [review]
Bug 35261: Update links for self registration avoiding "here"

This patch updates several OPAC templates to change the wording of the
self registration link to "Create an account."

Minor adjustments to CSS have been made to make whitespace around the
links more comfortable.

To test, apply the patch and rebuild the OPAC CSS.

- If necessary enable the PatronSelfRegistration system preference is
  enabled.
- Go to the OPAC and check the login form in the right-hand sidebar.
- Click the "Log in to your account" link in the header and check the
  form displayed in the modal window.
- Navigate directly to /cgi-bin/koha/opac-user.pl and check the link on
  the login page.
- Complete the self-registration process and check the link in the
  right-hand sidebar menu on the "Registration complete" page.
Comment 2 Katrin Fischer 2023-11-06 19:46:31 UTC
Created attachment 158550 [details] [review]
Bug 35261: Update links for self registration avoiding "here"

This patch updates several OPAC templates to change the wording of the
self registration link to "Create an account."

Minor adjustments to CSS have been made to make whitespace around the
links more comfortable.

To test, apply the patch and rebuild the OPAC CSS.

- If necessary enable the PatronSelfRegistration system preference is
  enabled.
- Go to the OPAC and check the login form in the right-hand sidebar.
- Click the "Log in to your account" link in the header and check the
  form displayed in the modal window.
- Navigate directly to /cgi-bin/koha/opac-user.pl and check the link on
  the login page.
- Complete the self-registration process and check the link in the
  right-hand sidebar menu on the "Registration complete" page.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 David Nind 2023-11-06 21:29:57 UTC
Created attachment 158568 [details] [review]
Bug 35261: Update links for self registration avoiding "here"

This patch updates several OPAC templates to change the wording of the
self registration link to "Create an account."

Minor adjustments to CSS have been made to make whitespace around the
links more comfortable.

To test, apply the patch and rebuild the OPAC CSS.

- If necessary enable the PatronSelfRegistration system preference is
  enabled.
- Go to the OPAC and check the login form in the right-hand sidebar.
- Click the "Log in to your account" link in the header and check the
  form displayed in the modal window.
- Navigate directly to /cgi-bin/koha/opac-user.pl and check the link on
  the login page.
- Complete the self-registration process and check the link in the
  right-hand sidebar menu on the "Registration complete" page.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: David Nind <david@davidnind.com>
Comment 4 David Nind 2023-11-06 21:32:48 UTC
Have added my sign-off, so that Katrin can QA.

The only thing I noticed is that the breadcrumb and page title are "Register a new account", and the updated text for the link is "Create an account". Not a showstopper for me though.
Comment 5 Katrin Fischer 2023-11-06 21:33:30 UTC
Thank you David!
Comment 6 Tomás Cohen Arazi 2023-11-08 14:43:08 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 7 Fridolin Somers 2023-11-11 01:17:41 UTC
Enhancement not pushed to 23.05.x