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 447-453 Link Here
447
            <option value="slip">Slip</option>
447
            <option value="slip">Slip</option>
448
        [% END %]
448
        [% END %]
449
    [% ELSE %]
449
    [% ELSE %]
450
        [% FOREACH l IN [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
450
        [% SET available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote' ] %]
451
        [% FOREACH l IN available_options.sort %]
451
            [% IF l == location %]
452
            [% IF l == location %]
452
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
453
                <option value="[% l | html %]" selected="selected">[% l | html %]</option>
453
            [% ELSE %]
454
            [% ELSE %]
454
- 

Return to bug 29144