Rename "Electronic Resources"
authorJeff Godin <jgodin@tadl.org>
Thu, 29 Nov 2012 19:19:17 +0000 (14:19 -0500)
committerJeff 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

index 234af73..a1e67c3 100644 (file)
@@ -8,7 +8,7 @@ item_formats = [
     { 'code' => 'i', 'value' => 'Audiobooks' },
     { 'code' => 'g', 'value' => 'Video Recordings' },
     { 'code' => 'j', 'value' => 'Music' },
-    { 'code' => 'm', 'value' => 'Electronic Resources' },
+    { 'code' => 'm', 'value' => 'Streaming Video and Online Books' },
 ];
 %]