From: erickson Date: Wed, 27 Jul 2005 21:34:00 +0000 (+0000) Subject: fixed img src X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c880a5a84686d7c823bba699f5602fa46e4fee1;p=Evergreen.git fixed img src git-svn-id: svn://svn.open-ils.org/ILS/trunk@1558 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;