From: Bill Erickson Date: Tue, 29 Oct 2019 18:25:42 +0000 (-0400) Subject: LP1849137 Patron View hide OPAC header X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1367904ef8cc9a18f461874feaa54c8bfa35e0a8;p=working%2FEvergreen.git LP1849137 Patron View hide OPAC header Hide the TPAC header (nav links, My Account, etc.) when displaying the embedded read-only record detail view in the staff catalog Patron View tab. Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 index f8dd9edc8b..f6390b71ab 100644 --- a/Open-ILS/src/templates/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav.tt2 @@ -1,7 +1,7 @@ [%- IF ctx.maintenance_message -%]
[% ctx.maintenance_message %]
[%- END -%] -[% IF !ctx.is_staff %] +[% IF !ctx.is_staff && !ctx.readonly %]