https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37860 --- Comment #14 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- (In reply to Katrin Fischer from comment #13)
Noting a small thing:
+ [% CASE 'fax' %] + <span>Fax</span> + [% END %] + </div> + [% ELSE %] + <div class="main_contact_method none">Main contact method: None</div> + [% END %]
I am not sure if we need the None case here. It takes up a lot of space in the table and could also be deducted from the info now shown. We also lose the distinction between label and content as it's now both combined into a string - not sure if that means something for accessibility.
What do you think?
I asked the dev to proceed to the add, I might be wrong but since it is working so for messaging preferences, I would have copied it. If it is still fresh in your mind, how would you deduce from information above ? I think it is important to have the information that nothing is filled, but if you say it can be easily deduced from before at one glance, it is fine for me :) I don't see how it would change accessibility, but I have very few knowledge in that field. -- You are receiving this mail because: You are watching all bug changes.