diff --git a/koha-tmpl/opac-tmpl/css/en/includes/opac.css b/koha-tmpl/opac-tmpl/css/en/includes/opac.css
index 363b8b4ff2..925d6b0f95 100644
--- a/koha-tmpl/opac-tmpl/css/en/includes/opac.css
+++ b/koha-tmpl/opac-tmpl/css/en/includes/opac.css
@@ -45,7 +45,7 @@ label {
img {
border-width:0px;
text-align:left;
- position:absolute;
+/* position:absolute; */
}
diff --git a/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl b/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl
index afcdcd8d3f..e81102a06a 100644
--- a/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl
+++ b/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl
@@ -48,6 +48,7 @@
Unititle:
Dewey:
URL: ">
+ Item type :
Total Number of Items:
@@ -61,7 +62,6 @@
-
-- "> +
+- ; - diff --git a/opac/opac-main.pl b/opac/opac-main.pl index cbeb288a6b..6165088239 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -36,6 +36,6 @@ my ($template, $borrowernumber, $cookie) }); $template->param(CGIitemtype => $CGIitemtype, suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), ); -warn "X : ".C4::Context->preference("suggestion"); output_html_with_http_headers $input, $cookie, $template->output;