[Koha-bugs] [Bug 29730] New: Register text should be consistent in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 17 22:15:41 CET 2021


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: oleonard at myacpl.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list