Changes to mkurl to avoid "escaping" oils wrapper
authorJeff Godin <jgodin@tadl.org>
Mon, 23 Dec 2013 20:49:41 +0000 (15:49 -0500)
committerJeff Godin <jgodin@tadl.org>
Mon, 23 Dec 2013 20:49:41 +0000 (15:49 -0500)
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 <jgodin@tadl.org>
templates_tadlskin/opac/parts/header.tt2

index 2c2ff74..7490a8e 100644 (file)
@@ -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;