From 3c880a5a84686d7c823bba699f5602fa46e4fee1 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 27 Jul 2005 21:34:00 +0000 Subject: [PATCH] fixed img src git-svn-id: svn://svn.open-ils.org/ILS/trunk@1558 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/javascript/opac/RecordResultPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/javascript/opac/RecordResultPage.js b/Open-ILS/src/javascript/opac/RecordResultPage.js index 35b14c5a49..44c200dbb2 100644 --- a/Open-ILS/src/javascript/opac/RecordResultPage.js +++ b/Open-ILS/src/javascript/opac/RecordResultPage.js @@ -171,7 +171,7 @@ RecordResultPage.prototype.mkLink = function(id, type, value) { href = createAppElement("a"); add_css_class(href,"record_result_image_link"); href.setAttribute("href", - "?target=record_detail&page=0&mrid=" + id + + "?target=record_detail&page=0&record=" + id + "&location=" + org.id() + "&depth=" + globalSearchDepth ); href.title = "View title details for " + value; -- 2.11.0