https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29730
Bug ID: 29730
Summary: Register text should be consistent in OPAC
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In OPAC when you are not logged in you can see a text telling to register :
> git grep -i 'register here' -- koha-tmpl/
koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc:
<p>Don't have an account? <a
href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt:
<a href="/cgi-bin/koha/opac-memberentry.pl">You may register
here.</a>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt:
<p>Don't have an account? <a
href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt:
[% IF PatronSelfRegistration &&
PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't
have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register
here.</a></p></div>[% END %]
We see that opac-auth.tt text is not consistant with other ones.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/