https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81902|0 |1 is obsolete| | --- Comment #249 from David Cook <[email protected]> --- Created attachment 82219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82219&action=edit Bug 10662: (follow-up) Template corrections and improvements This patch makes a number of corrections and improvements to the OAI harvester templates: - Add missing DataTables CSS include - Replace YUI grid with Bootstrap - Correct style of inline dialogs (.dialog.alert, .dialog.message) - Correct class of form hint and error messages - Format dates in saved and submitted requests tables - Add title-string sorting to DataTables configuration - Add delete confirmation to saved and submitted tables - Disable sorting on action columns - Style action links inside tables as buttons - Removed commented markup - Add missing JavaScript include (tools-menu.js) to highlight active section in sidebar menu - Add CodeMirror styling to record view page (CodeMirror XML mode file is added to enable this) - Remove invalid <script> "type" attribute To test, apply the patch and clear your cache if necessary. - Go to Tools -> OAI-PMH harvester - "Saved," "Submitted," and "Import history" table should look correct and work correctly: Sorting, column visibility, pagination, etc. - In the "Saved" and "Submitted" tables, dates should be formatted according to the dateformat preference and sorting of these dates should work correctly. - In the "Import history" table the "View record" and "View in catalog" links should be styled as Bootstrap buttons. - Click the "View record" button. - The view of the downloaded record should have XML syntax highlighting. - When you perform actions like submitting requests, starting requests, etc, corresponding dialogs should be styled correctly. Informational/successful information should be "message" style dialogs. Error dialogs should be "alert" style. - Click "New request" - Form hints in the new request form should be styled correctly. - Submit the form without filling in any fields. Field-specific error messages should be styled italic red. Signed-off-by: David Cook <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
