From 451a5d473f5dc42d8aaa46effd6f786819d84c61 Mon Sep 17 00:00:00 2001 From: "a. bellenir" Date: Sat, 19 May 2018 10:09:49 -0400 Subject: [PATCH] do not show record tab as active if there is no record id Signed-off-by: a. bellenir --- Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 index cb16b57cb4..da4782d90b 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 @@ -103,32 +103,32 @@ [% l('OPAC View') %] -
  • +
  • [% l('MARC Edit') %]
  • -
  • +
  • [% l('MARC View') %]
  • -
  • +
  • [% l('View Holds') %]
  • -
  • +
  • [% l('Monograph Parts') %]
  • -
  • +
  • [% l('Holdings View') %]
  • -
  • +
  • [% l('Conjoined Items') %] -- 2.11.0