https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343 --- Comment #195 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Tomás Cohen Arazi from comment #190)
(In reply to Jonathan Druart from comment #189)
The "Default configuration" section at the top of the SMTP servers admin page contains the hardcoded values in Koha::SMTP::Servers->default_setting.
Should not it be the values from the config (and default to hardcoded values unless defined)?
That is done on the follow-up bug.
Yes, the question (and my follow-up) is for bug 26290. I am reviewing them together. (In reply to Tomás Cohen Arazi from comment #194)
(In reply to Jonathan Druart from comment #193)
232 <th data-class-name="actions">Actions</th>
Where is this data-class-name coming from? How it is useful?
https://datatables.net/manual/options#HTML-5-data-attributes
Yes but how is it useful? Is it just a matter of having a class on the "Actions" column or is there a CSS or any related code using it? -- You are receiving this mail because: You are watching all bug changes.