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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-2 / +1 lines)
Lines 553-559 Link Here
553
                [% END %]
553
                [% END %]
554
            [% END %]
554
            [% END %]
555
        </optgroup>
555
        </optgroup>
556
        [% SET opac_available_options = ['OPACResultsPage' , 'OPACResultsPage'] %]
556
        [% SET opac_available_options = ['OPACResultsPage' , 'OPACDetailPage'] %]
557
        <optgroup label="OPAC">
557
        <optgroup label="OPAC">
558
            [% FOREACH l IN opac_available_options.sort %]
558
            [% FOREACH l IN opac_available_options.sort %]
559
                [% IF l == location %]
559
                [% IF l == location %]
560
- 

Return to bug 39860