https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40418
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184376|0 |1 is obsolete| | Attachment #185105|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart <[email protected]> --- Created attachment 186124 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186124&action=edit Bug 40418: Update the item type translation process to avoid Greybox modal This patch updates the item type translation process so that it takes place on a separate standalone page instead of in a Greybox modal. Although currently only item types can be translated in this way, the original plan was to expand the range of data that could be translated. For this reason I used [% SWITCH %] in localization.tt for determining whether to use the term "item type." This accommodates, I hope, expansion of the feature. To test you must have more than one installed translation. - Apply the patch and go to Administration -> Item types. - Edit an item type. - On the "Description" line, click "Translate into other languages." - You should be redirected to a new page, "Add translations for item type 'XXX.' - Confirm that the page title, breadcrumbs, and heading are correct. - Test the process of adding and deleting a translation. - Test the process of performing an inline edit of an existing translation by clicking the table cell. - Test that the "Return to item type 'XXX'" button returns you to the item type you were editing. Sponsored-by: Athens County Public Libraries Signed-off-by: Caroline Cyr La Rose <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
