Bug 16020

Summary: Remove unused CSS and images following label creator UX changes
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, julian.maurice
Version: Main   
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:
Bug Depends on:    
Bug Blocks: 16080    
Attachments: Bug 16020 - Remove unused CSS and images following label creator UX changes
[SIGNED-OFF] Bug 16020 - Remove unused CSS and images following label creator UX changes
Bug 16020 - Remove unused CSS and images following label creator UX changes

Description Owen Leonard 2016-03-09 14:15:22 UTC
Some CSS and images were left behind after Bug 14667, Label creator UI/UX revamp, was pushed. They should be removed.
Comment 1 Owen Leonard 2016-03-09 14:23:28 UTC Comment hidden (obsolete)
Comment 2 Srdjan Jankovic 2016-03-15 03:37:19 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-03-16 10:27:18 UTC
Created attachment 49208 [details] [review]
Bug 16020 - Remove unused CSS and images following label creator UX changes

Since the changes made by Bug 16020, some CSS and images are no longer
needed by the label and patron card creator modules. This patch removes
the unnecessary files and CSS.

To test, apply the patch and go to Tools -> Label creator.

- Confirm that the label creator home page doesn't look broken.
- Go to Tools -> Patron card creator and confirm that the page doesn't
  look broken.
- Search Koha files for references to label-creator-image.png. There
  should be none.

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-03-22 00:59:52 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!