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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-2 / +1 lines)
Lines 538-544 Link Here
538
            [% END %]
538
            [% END %]
539
        </optgroup>
539
        </optgroup>
540
        [% SET staff_available_options = [ 'IntranetmainUserblock', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %]
540
        [% SET staff_available_options = [ 'IntranetmainUserblock', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %]
541
        <optgroup label="Staff">
541
        <optgroup label="Staff interface">
542
            [% FOREACH l IN staff_available_options.sort %]
542
            [% FOREACH l IN staff_available_options.sort %]
543
                [% IF l == location %]
543
                [% IF l == location %]
544
                    <option value="[% l | html %]" selected="selected">[% l | html %]</option>
544
                    <option value="[% l | html %]" selected="selected">[% l | html %]</option>
545
- 

Return to bug 38611