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 479-485 Link Here
479
            [% END %]
479
            [% END %]
480
        [% END %]
480
        [% END %]
481
    [% ELSE %]
481
    [% ELSE %]
482
        [% FOREACH l IN [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
482
        [% SET available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
483
        [% FOREACH l IN available_options.sort %]
483
            [% IF l == location %]
484
            [% IF l == location %]
484
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
485
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
485
            [% ELSE %]
486
            [% ELSE %]
486
- 

Return to bug 29144