projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2073a
)
kpac : hrefs for back/top links in category page, avoid dupe cgi param
author
Bill Erickson
<berick@esilibrary.com>
Wed, 6 Jun 2012 18:12:17 +0000
(14:12 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Wed, 6 Jun 2012 18:12:17 +0000
(14:12 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/kpac/category.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/kpac/category.tt2
b/Open-ILS/src/templates/kpac/category.tt2
index
948baa7
..
b4facb0
100644
(file)
--- a/
Open-ILS/src/templates/kpac/category.tt2
+++ b/
Open-ILS/src/templates/kpac/category.tt2
@@
-17,7
+17,7
@@
<td><a href="[% mkurl(ctx.home_page, {}, ['trail']) %]">
<img src="[% ctx.media_prefix %]/images/kpac/go_back_btn.png" /></a></td>
<td width="100%" class="nav_mid_bg"></td>
- <td class="to_top_btn"><a href="[% mkurl(ctx.unparsed_uri) %]">
+ <td class="to_top_btn"><a href="[% mkurl(ctx.unparsed_uri
, {}, 1
) %]">
<img src="[% ctx.media_prefix %]/images/kpac/to_top_btn.png" /></a></td>
</tr>
</table>