From a83fb543feb623a793a9dc79c9dc2633295d1224 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 23 Dec 2013 15:49:41 -0500 Subject: [PATCH] Changes to mkurl to avoid "escaping" oils wrapper Port changes to mkurl macro to avoid "escaping" the oils wrapper. Observed symmptom was that we were no longer in "staff mode" in the staff client's catalog interfaces after clicking certain links. Signed-off-by: Jeff Godin --- templates_tadlskin/opac/parts/header.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates_tadlskin/opac/parts/header.tt2 b/templates_tadlskin/opac/parts/header.tt2 index 2c2ff7423f..7490a8e805 100644 --- a/templates_tadlskin/opac/parts/header.tt2 +++ b/templates_tadlskin/opac/parts/header.tt2 @@ -82,7 +82,7 @@ END; ELSE; # staying on the current page - cgi.url("-path" => 1, "-query" => 1) _ final; + cgi.url("-absolute" => 1, "-path" => 1, "-query" => 1) _ final; END; END; -- 2.11.0