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

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


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

--- Comment #1 from Nicole C. Engard <nengard at gmail.com> ---
Created attachment 10758
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10758&action=edit
Bug 8412: add color icon set

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.

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


More information about the Koha-bugs mailing list