[Koha-bugs] [Bug 8412] New: add color icon set

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 10 23:15:18 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8412

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8412
                CC: gmcharlt at gmail.com
          Assignee: nengard at gmail.com
           Summary: add color icon set
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: nengard at gmail.com
          Hardware: All
            Status: ASSIGNED
           Version: master
         Component: System Administration
           Product: Koha

My goal here is to make it so that libraries can use one of the authorized
values (shelving location or collection code) to store the color of the
material and then make that searchable on the advanced search page.

To do this for collection codes you'd need to add the following jqueries:

intranetuserjs

$(document).ready(function(){
$("#advsearch-tab-ccode a:contains('Collection')").text("Color");
$("#holdings th:contains('Collection')").text("Color");
});


opacuserjs

$(document).ready(function(){
$("#advsearch-tab-ccode a:contains('Collection')").text("Color");
$('#item_ccode').text("Color");
});


And update the frameworks to change the 952$8 label to say Color.

I'll add this tip to a blog post and to the manual once this set of icons has
been pushed to Koha.

Obviously this patch just has images, no code.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list