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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc (+28 lines)
Lines 65-67 Link Here
65
<div id="OpacSuggestionInstructions_notes" class="hint customization_note">
65
<div id="OpacSuggestionInstructions_notes" class="hint customization_note">
66
    Show this content at the top of the purchase suggestion form in the OPAC.
66
    Show this content at the top of the purchase suggestion form in the OPAC.
67
</div>
67
</div>
68
69
<div id="StaffAcquisitionsHome_notes" class="hint customization_note">
70
    Show this content on the acquisitions home page in the staff interface.
71
</div>
72
73
<div id="StaffAuthoritiesHome_notes" class="hint customization_note">
74
    Show this content on the authorities home page in the staff interface.
75
</div>
76
77
<div id="StaffCataloguingHome_notes" class="hint customization_note">
78
    Show this content on the cataloging home page in the staff interface.
79
</div>
80
81
<div id="StaffListsHome_notes" class="hint customization_note">
82
    Show this content on the lists home page in the staff interface.
83
</div>
84
85
<div id="StaffPatronsHome_notes" class="hint customization_note">
86
    Show this content on the patrons home page in the staff interface.
87
</div>
88
89
<div id="StaffPOSHome_notes" class="hint customization_note">
90
    Show this content on the point of sale home page in the staff interface.
91
</div>
92
93
<div id="StaffSerialsHome_notes" class="hint customization_note">
94
    Show this content on the serials home page in the staff interface.
95
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-3 / +2 lines)
Lines 527-533 Link Here
527
            [% END %]
527
            [% END %]
528
        [% END %]
528
        [% END %]
529
    [% ELSE %]
529
    [% ELSE %]
530
        [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo',  ] %]
530
        [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo', 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup' ] %]
531
        <optgroup label="OPAC">
531
        <optgroup label="OPAC">
532
            [% FOREACH l IN opac_available_options.sort %]
532
            [% FOREACH l IN opac_available_options.sort %]
533
                [% IF l == location %]
533
                [% IF l == location %]
Lines 537-543 Link Here
537
                [% END %]
537
                [% END %]
538
            [% END %]
538
            [% END %]
539
        </optgroup>
539
        </optgroup>
540
        [% SET staff_available_options = [ 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %]
540
        [% SET staff_available_options = [ 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %]
541
        <optgroup label="Staff">
541
        <optgroup label="Staff">
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
- 

Return to bug 34964