[Koha-patches] [PATCH] Bug_8883: 'opacsmallimage' doesn't work in ccsr theme

2012-12-31 Thread Martin Renvoize
--- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 12 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc index d666113..b1bfb29 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/

[Koha-patches] [PATCH] BUG9335 - humanMsg popups don't dissapear in webkit browsers

2012-12-31 Thread Martin Renvoize
The popup message that appears after saving changes to system preferences should dissapear upon any user actions (i.e mouse click, mouse move, typing) but this does not happen in modern webkit based browsers since jQuery was updated. This patch adds the suggested fix to the jQuery plugin code as s