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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-2 / +2 lines)
Lines 484-490 Link Here
484
            [% END %]
484
            [% END %]
485
        [% END %]
485
        [% END %]
486
    [% ELSE %]
486
    [% ELSE %]
487
        [% FOREACH l IN [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
487
        [% SET available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
488
        [% FOREACH l IN available_options.sort %]
488
            [% IF l == location %]
489
            [% IF l == location %]
489
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
490
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
490
            [% ELSE %]
491
            [% ELSE %]
491
- 

Return to bug 29144