From 461f1e4d76ffca50e39a5a34a5f0f8411275c542 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 29 Nov 2012 14:19:17 -0500 Subject: [PATCH] Rename "Electronic Resources" 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 --- templates_tadlskin/opac/parts/item_format_selector.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates_tadlskin/opac/parts/item_format_selector.tt2 b/templates_tadlskin/opac/parts/item_format_selector.tt2 index 234af73199..a1e67c3117 100644 --- 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 Resources' }, + { 'code' => 'm', 'value' => 'Streaming Video and Online Books' }, ]; %] -- 2.11.0