# HG changeset patch # User Adrien Di Mascio # Date 1243625419 -7200 # Node ID 64c82e15fa981c88229f9ca8a1ea5518e3298025 # Parent c594323929cba559ca7c8e397c3f401d7a00d72f [facets] add new unchecked's checkbox image diff -r c594323929cb -r 64c82e15fa98 web/data/black-uncheck.png Binary file web/data/black-uncheck.png has changed diff -r c594323929cb -r 64c82e15fa98 web/data/cubicweb.formfilter.js --- a/web/data/cubicweb.formfilter.js Fri May 29 19:36:08 2009 +0200 +++ b/web/data/cubicweb.formfilter.js Fri May 29 21:30:19 2009 +0200 @@ -103,7 +103,7 @@ var SELECTED_IMG = baseuri()+"data/black-check.png"; var UNSELECTED_IMG = baseuri()+"data/no-check-no-border.png"; -var UNSELECTED_BORDER_IMG = baseuri()+"data/black-unchecked.png"; +var UNSELECTED_BORDER_IMG = baseuri()+"data/black-uncheck.png"; function initFacetBoxEvents(root) { // facetargs : (divid, vid, paginate, extraargs) @@ -133,7 +133,7 @@ this.setAttribute('src', UNSELECTED_BORDER_IMG); } else{ - this.setAttribute('src', UNSELECTED_IMG); + this.setAttribute('src', UNSELECTED_IMG); } }); var index = parseInt($this.attr('cubicweb:idx'));