[Koha-bugs] [Bug 15301] Translatability: branchtransfers.tt: Remove ambiguous "To" and fix splitted sentence.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 8 12:13:52 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301

--- Comment #5 from Frédéric Demians <frederic at tamil.fr> ---
(In reply to Marc Véron from comment #4)
> Frédéric, I added ids to the th and td tags of the 8 columns only, please
> let me know if the table itself needs an id as well.

No, its perfect. Just one important detail: it is necessary to have 'class'
argument for 'td' tag, and 'id' for 'th'. I can do it if you want. This way
'ccode' column could be hidden with that js:

$('#circ_branchtransfers').ready(function() {
   $('.ccode').hide();
   $('#ccode').hide();
});

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list