https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 144453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144453 Bug 32257: Label for Patron Attributes Misaligned Review of attachment 144453: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=32257&attachment=144453) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ +368,5 @@
[% END %] [% IF ( patron_attributes_codes ) %] <li class="attributes"> + <label style="width:auto;"> + <span>Patron Attribute:</span>
This is meant well, but Koha uses sentence case everywhere (it's coding guideline too) :) I'll fix in a tiny follow-up. -- You are receiving this mail because: You are watching all bug changes.