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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8412
                CC: gmcha...@gmail.com
          Assignee: neng...@gmail.com
           Summary: add color icon set
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: neng...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to