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:
8354ce6
)
wjr changes to extras.tt2
author
Jeff Godin
<jgodin@tadl.org>
Fri, 20 Jul 2012 16:43:26 +0000
(12:43 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Fri, 20 Jul 2012 16:43:26 +0000
(12:43 -0400)
wjr changes to extras.tt2 -- removal of image.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/parts/record/extras.tt2
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/parts/record/extras.tt2
b/templates_tadlskin/opac/parts/record/extras.tt2
index
4a473c3
..
b636c3b
100644
(file)
--- a/
templates_tadlskin/opac/parts/record/extras.tt2
+++ b/
templates_tadlskin/opac/parts/record/extras.tt2
@@
-47,7
+47,7
@@
img_url = ctx.media_prefix _ '/images/rdetail_arrow.png';
END;
%]
- <a name='[% name %]' href='[% href %]'><
img alt='[% extra.label %]' src='[% img_url %]'/><
/a>
+ <a name='[% name %]' href='[% href %]'></a>
<a href='[% href %]' class="rdetail_extras_lbl">[% extra.label %]</a>
</div>
</div>