https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18026
--- Comment #20 from Marc Véron <[email protected]> --- (In reply to Katrin Fischer from comment #19) > Sorry, but I am not sure that breaking up HTML in the pref files always > makes sense, as it won't keep it out of translations and HTML there doesn't > break the strings as it does in the templates. Putting it on different lines > does. > > Before the change: > > First string (copied from 16.11): > The following <a > href='http://schema.koha-community.org/16_11/tables/borrowers.html' > target='blank'>database columns</a> must be filled in on the patron entry > screen: > Second string: > (separate columsn with |) > > After the change: > First string: > The following database columns must be filled in on the patron entry screen: > Second string: > <a href='http://schema.koha-community.org/master/tables/borrowers.html' > target='blank'>Database schema</a> > Third string: > (separate columsn with |) <a > href='http://schema.koha-community.org/master/tables/borrowers.html' > target='blank'>Database schema</a> > > If we change it, why not have the "input help text" appear before the input > field at least? Sorry, I was not aware that splitting by HTML tags does not happen in system preferences. Please disregard my alternative patch. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
