From 101dd68e4a66462b004103339a2f0f962bba6275 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Tue, 19 Mar 2013 16:54:30 -0400 Subject: [PATCH] Re-order/indent Fiction subcategories Re-order and re-indent Fiction subcategories, and clarify labels for red/pink/blue paperbacks. Signed-off-by: Jeff Godin --- templates_tadlskin/opac/parts/item_locations_selector.tt2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates_tadlskin/opac/parts/item_locations_selector.tt2 b/templates_tadlskin/opac/parts/item_locations_selector.tt2 index 3e59011c26..7e56d4d538 100644 --- a/templates_tadlskin/opac/parts/item_locations_selector.tt2 +++ b/templates_tadlskin/opac/parts/item_locations_selector.tt2 @@ -4,10 +4,11 @@ IF dept == 'ys'; item_locations = [ { 'code' => '527,531,530,532,791,795,529,793,528,794,792,571,516,593,771,770,542,589,549', 'value' => 'Juvenile' }, - { 'code' => '791,795,529,793,528,794', 'indent' => 1, 'value' => 'Fiction' }, - { 'code' => '529,793', 'indent' => 1, 'value' => 'Easy' }, - { 'code' => '528,794', 'indent' => 1, 'value' => 'Easy Plus' }, { 'code' => '792', 'indent' => 1, 'value' => 'Nonfiction' }, + { 'code' => '791,795,529,793,528,794', 'indent' => 1, 'value' => 'Fiction' }, + { 'code' => '529,793', 'indent' => 1, 'value' => ' - Easy (JE / Red)' }, + { 'code' => '528,794', 'indent' => 1, 'value' => ' - Easy Plus (JE+ / Pink)' }, + { 'code' => '791,795', 'indent' => 1, 'value' => ' - J FIC (Blue)' }, { 'code' => '571', 'indent' => 1, 'value' => 'Audiobooks' }, { 'code' => '516,593,771', 'indent' => 1, 'value' => 'Movies' }, { 'code' => '770', 'indent' => 1, 'value' => 'Music' }, -- 2.11.0