From c26d6c06afc8f83999a5d9296ad9b5e160afaa7d Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Tue, 15 May 2012 11:59:48 -0400 Subject: [PATCH] Add optional in-library navigation bar Support optional in-library navigation bar sourced as an iframe when cookie "inlib" is set. Initial setting of cookie is easily done by loading index.xml with inlib=1 as a URL param. Signed-off-by: Jeff Godin --- Open-ILS/web/opac/skin/tadlv5/xml/home/index_body.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Open-ILS/web/opac/skin/tadlv5/xml/home/index_body.xml b/Open-ILS/web/opac/skin/tadlv5/xml/home/index_body.xml index b5fff2472e..6b290ae596 100644 --- a/Open-ILS/web/opac/skin/tadlv5/xml/home/index_body.xml +++ b/Open-ILS/web/opac/skin/tadlv5/xml/home/index_body.xml @@ -7,6 +7,9 @@

+ + @@ -44,6 +47,22 @@ dojo.require("dojo.parser"); dojo.require("openils.widget.FacetSidebar"); // pulls in Searcher and I18N + -- 2.11.0