Bug 16059 - Use Font Awesome icons in standard cataloging duplicate warning dialog
Summary: Use Font Awesome icons in standard cataloging duplicate warning dialog
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL: /cgi-bin/koha/cataloguing/addbiblio.pl
Keywords:
Depends on:
Blocks: 16080
  Show dependency treegraph
 
Reported: 2016-03-14 13:04 UTC by Owen Leonard
Modified: 2016-12-05 21:27 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 16059 - Use Font Awesome icons in standard cataloging duplicate warning dialog (4.14 KB, patch)
2016-03-14 13:09 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF]Bug 16059: Use Font Awesome icons in standard cataloging duplicate warning dialog (4.19 KB, patch)
2016-03-16 15:09 UTC, Héctor Eduardo Castro Avalos
Details | Diff | Splinter Review
Bug 16059: Use Font Awesome icons in standard cataloging duplicate warning dialog (4.25 KB, patch)
2016-03-17 08:53 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2016-03-14 13:04:25 UTC
When using the standard MARC editor, if a duplicate record is suspected a dialog is shown. This dialog should use Font Awesome icons.
Comment 1 Owen Leonard 2016-03-14 13:09:12 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-03-16 15:09:01 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-03-17 08:53:41 UTC
Created attachment 49243 [details] [review]
Bug 16059: Use Font Awesome icons in standard cataloging duplicate warning dialog

In the standard MARC editor, when a duplicate record is suspected a
dialog is shown. This patch updates the template to show Font Awesome
icons in this dialog.

Also changed: Using <h3> instead of <h4> in dialog so that it is
correctly styled. Adding "popup" class to duplicate record link to
indicate that a new window will be opened.

To test, apply the patch and go to Cataloging -> New record.

- Use Z39.50 to import a record which is already in your catalog.
- Save the record. Confirm that the duplicate warning dialog is styled
  correctly.
- Confirm that both the "Save as new" and "Edit items" buttons work
  correctly.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-03-23 20:49:30 UTC
Pushed to Master - should be in the May 2016 release.  Thanks!