From 9f6098e8b98a5cc37dfecdfd00edbf6d32522977 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Aug 2009 13:54:48 -0500 Subject: [PATCH] Showing "more searches" menu options when JavaScript is disabled (Bug 3517) Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 127f2aff60..fef333f83f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -1419,6 +1419,7 @@ div#menu li.active a:hover { padding : 3px; text-align : center; } +#furtherm { margin-top : .5em; } #export label, .detailtagcell label { display : block; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl index db65f2585f..7ee17cf220 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl @@ -29,7 +29,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { $("#furtherm").css("display","block").css("visibility","hidden"); - + $("#furthersearches").parent().show(); var furthersearchesMenu = new YAHOO.widget.Menu("furtherm"); furthersearchesMenu.render(); furthersearchesMenu.cfg.setProperty("context", ["furthersearches", "tr", "br"]); @@ -759,10 +759,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () { -
  • More searches
  • +
  • More searches
  • -