From 87871b1cb0c7bba77d255fb87708dc8003aa0c8c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 23 Jun 2011 11:57:19 -0400 Subject: [PATCH] Show SFX ISBN resources in record details page A pretty straightforward rip-off of the current ISSN processing code Signed-off-by: Dan Scott --- .../opac/skin/uwin/xml/rdetail/rdetail_summary.xml | 46 +++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/uwin/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/uwin/xml/rdetail/rdetail_summary.xml index 0f215783d1..a2faf13ad8 100644 --- a/Open-ILS/web/opac/skin/uwin/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/uwin/xml/rdetail/rdetail_summary.xml @@ -84,7 +84,50 @@ @@ -422,6 +465,7 @@ /* Only clear the resources box once */ var first_issn = true; + var first_isbn = true; var url_list = ""; function subjectMe(tag, item) { -- 2.11.0