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:
9f24618
)
Rename "Electronic Resources"
author
Jeff Godin
<jgodin@tadl.org>
Thu, 29 Nov 2012 19:19:17 +0000
(14:19 -0500)
committer
Jeff Godin
<jgodin@tadl.org>
Thu, 29 Nov 2012 19:19:17 +0000
(14:19 -0500)
Until we adjust the properties of some MARC records from external
vendors, simply change the name of "Electronic Resources" to
"Streaming Video and Online Books".
Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/parts/item_format_selector.tt2
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/parts/item_format_selector.tt2
b/templates_tadlskin/opac/parts/item_format_selector.tt2
index
234af73
..
a1e67c3
100644
(file)
--- a/
templates_tadlskin/opac/parts/item_format_selector.tt2
+++ b/
templates_tadlskin/opac/parts/item_format_selector.tt2
@@
-8,7
+8,7
@@
item_formats = [
{ 'code' => 'i', 'value' => 'Audiobooks' },
{ 'code' => 'g', 'value' => 'Video Recordings' },
{ 'code' => 'j', 'value' => 'Music' },
- { 'code' => 'm', 'value' => '
Electronic Resource
s' },
+ { 'code' => 'm', 'value' => '
Streaming Video and Online Book
s' },
];
%]