From: Bill Erickson Date: Wed, 29 Oct 2014 21:05:19 +0000 (-0400) Subject: Fixes context with new tab! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3bc661463b1df408c8e9da5aafe94733ebe2a75;p=working%2FEvergreen.git Fixes context with new tab! Cross-port: f0c436b --- diff --git a/KCLS/openils/var/templates_kcls/opac/parts/result/table.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/result/table.tt2 index e7bd470a6a..9375560f06 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/result/table.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/result/table.tt2 @@ -15,7 +15,7 @@ */ function new_tab( element ) { var tabName = element.getAttribute( 'tabname' ); - var url = element.getAttribute( 'url' ); + var url = "oils://remote" + element.getAttribute( 'url' ); var content_params = { 'override_tab_lock' : true, 'no_xulG' : false,