https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171
--- Comment #5 from M. Tompsett <[email protected]> --- Comment on attachment 74710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74710 Bug 19171: Attempt to make "no holds possible" messages less confusing Review of attachment 74710: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19171&attachment=74710) ----------------------------------------------------------------- Failed QA for the excess tag, but it would be nice to get an answer the the question too. ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ +22,4 @@ > <div id="holds"> > [% IF ( message ) %] > <div id="holdmessages" class="alert"> > + <p>Sorry, you cannot place holds.</strong></p> I believe you forgot to remove the </strong> too. @@ +174,4 @@ > <div class="alert">You have > already requested this title.</div> > [% ELSE %] > [% UNLESS ( > bibitemloo.bib_available ) %] > + <div class="alert">There > are no items that can be placed on hold.</div> If you changed items to titles above, why not here? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
