projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eaadfe
)
Add a view-in-catalog link to bookbags
bookbags-via-tupac
author
Mike Rylander
<mrylander@gmail.com>
Tue, 18 Oct 2011 15:42:56 +0000
(11:42 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Tue, 18 Oct 2011 15:42:56 +0000
(11:42 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/myopac/lists.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/myopac/lists.tt2
b/Open-ILS/src/templates/opac/myopac/lists.tt2
index
7665f43
..
0e466d4
100644
(file)
--- a/
Open-ILS/src/templates/opac/myopac/lists.tt2
+++ b/
Open-ILS/src/templates/opac/myopac/lists.tt2
@@
-115,6
+115,13
@@
src="[% ctx.media_prefix %]/images/small-rss.png"/></a>
[% END %]
</div>
+ <div class="bookbag-controls">
+ [% IF bbag.pub == 't'; %]
+ <a href='[%-
+ mkurl( ctx.opac_root _ '/results', {page => '0', query => 'container(bre,bookbag,' _ bbag.id _ ')'} )
+ -%]'>[% l('HTML View') %]</a>
+ [% END %]
+ </div>
<div class="clear-both pad-bottom-five"></div>
</div>
[% IF CGI.param("id") == bbag.id %]