projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e640e73
)
Changes to mkurl to avoid "escaping" oils wrapper
author
Jeff Godin
<jgodin@tadl.org>
Mon, 23 Dec 2013 20:49:41 +0000
(15:49 -0500)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/parts/header.tt2
b/templates_tadlskin/opac/parts/header.tt2
index
2c2ff74
..
7490a8e
100644
(file)
--- 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;