From 446f19fdd3bdc306c815c0c4c0d175c01047ffd5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 10 Apr 2008 14:03:38 -0500 Subject: [PATCH] Quotes in shelf name were causing js error. Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 8 ++++---- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 79278940ac..e0b04cb3bc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -786,7 +786,7 @@ td.resultscontrol img { } .searchresults tr { - border-bottom : 1px solid #CCCCCC; + border-bottom : 1px solid #f3f3f3; } .searchresults tr:first-child { diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 76e62ed092..8d126bed28 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -89,7 +89,7 @@ @@ -99,7 +99,7 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index 77be8036d8..12403d9ba1 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -18,7 +18,7 @@ $(document).ready(function(){ }); $("span.clearall").html("Clear All"); $("span.checkall").html("Select All"); - $("span.addto").html(" "); + $("span.addto").html(" "); $("#addto").change(function(){ cartList(); }); @@ -52,7 +52,7 @@ $(document).ready(function(){ $("#bookbag_form").unCheckCheckboxes(); return false; }); - KOHA.Google.GetCoverFromIsbn(); + KOHA.Google.GetCoverFromIsbn(); }); //]]> @@ -167,9 +167,9 @@ $(document).ready(function(){ - + - + " name="biblionumber" value="" title="Click to add to cart" /> diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 10ba215dcd..68f7d6d1d5 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -1,4 +1,4 @@ -Koha Online Catalog › Contents of My Lists +Koha Online Catalog › Contents of My Lists