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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-2 / +2 lines)
Lines 161-169 Cataloging: Link Here
161
              choices:
161
              choices:
162
                  yes: Separate
162
                  yes: Separate
163
                  no: Don't separate
163
                  no: Don't separate
164
            - 'items display into two tabs. First tab contains items whose'
164
            - "items display into two tabs, where the first tab contains items whose"
165
            - pref: SeparateHoldingsBranch
165
            - pref: SeparateHoldingsBranch
166
              choices:
166
              choices:
167
                homebranch: 'home branch'
167
                homebranch: 'home branch'
168
                holdingbranch: 'holding branch'
168
                holdingbranch: 'holding branch'
169
            - 'is the branch of user logged in. The other tab contains other items.'
169
            - "is the logged in user's branch. The second tab will contain all other items."
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-3 / +2 lines)
Lines 263-274 OPAC: Link Here
263
              choices:
263
              choices:
264
                  yes: Separate
264
                  yes: Separate
265
                  no: Don't separate
265
                  no: Don't separate
266
            - 'items display into two tabs. First tab contains items whose'
266
            - "items display into two tabs, where the first tab contains items whose"
267
            - pref: OpacSeparateHoldingsBranch
267
            - pref: OpacSeparateHoldingsBranch
268
              choices:
268
              choices:
269
                homebranch: 'home branch'
269
                homebranch: 'home branch'
270
                holdingbranch: 'holding branch'
270
                holdingbranch: 'holding branch'
271
            - 'is the branch of user logged in. The other tab contains other items.'
271
            - "is the logged in user's branch. The second tab will contain all other items."
272
    Features:
272
    Features:
273
        -
273
        -
274
            - pref: opacuserlogin
274
            - pref: opacuserlogin
275
- 

Return to bug 9306