Bug 17112

Summary: Action buttons for course reserves detail page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: hector.hecaxmmx, kyle
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17112 - Action buttons for course reserves detail page
[SIGNED-OFF]Bug 17112: Action buttons for course reserves detail page
[PASSED QA] Bug 17112: Action buttons for course reserves detail page

Description Owen Leonard 2016-08-11 18:21:06 UTC
The edit and delete links for titles on a course reserve should be styled according to new interface guidelines.
Comment 1 Owen Leonard 2016-08-11 18:35:23 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-08-12 14:33:00 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-08-14 13:14:11 UTC
Created attachment 54433 [details] [review]
[PASSED QA] Bug 17112: Action buttons for course reserves detail page

This patch revises the edit and delete buttons on the course reserves
detail page so that they are styled as Bootstrap buttons with Font
Awesome icons.

To test, apply the patch and choose or create a course reserve which has
in it at least one lost item and at least one item which is checked out.

- In the list of items on the course reserve detail page, confirm that
  the 'Edit' and 'Delete' buttons are correctly styled.
- Confirm that for the checked out item the delete button is disabled.
  Hovering over the button should trigger a tooltip. Clicking the button
  should trigger an alert.
- Confirm that for the lost item the same is true.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Buttons styled as Bootstrap. Works as expected.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Kyle M Hall 2016-09-09 14:16:58 UTC
Pushed to master for 16.11, thanks Owen!