View | Details | Raw Unified | Return to bug 7943
Collapse All | Expand All

(-)a/opac/opac-authoritiesdetail.pl (-2 / +1 lines)
Lines 58-64 my $show_marc = $query->param('marc') || 1; # Currently only MARC view is availa Link Here
58
# open template
58
# open template
59
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
59
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
60
    {
60
    {
61
        template_name   => "opac-authoritiesdetail.tmpl",
61
        template_name   => $show_marc ? "opac-auth-MARCdetail.tt" : "opac-auth-detail.tt",
62
        query           => $query,
62
        query           => $query,
63
        type            => "opac",
63
        type            => "opac",
64
        authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
64
        authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
65
- 

Return to bug 7943