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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (+4 lines)
Lines 667-671 Link Here
667
            Create, edit and delete rotas
667
            Create, edit and delete rotas
668
        </span>
668
        </span>
669
        <span class="permissioncode">([% name | html %])</span>
669
        <span class="permissioncode">([% name | html %])</span>
670
    [%- CASE 'edit_digital_signs' -%]
671
        <span class="sub_permission edit_digital_signs">
672
            Create and edit digital signs for the OPAC
673
        </span>
670
  [%- END -%]
674
  [%- END -%]
671
[%- END -%]
675
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +20 lines)
Lines 836-843 OPAC: Link Here
836
                  no: "Do not display and prefill"
836
                  no: "Do not display and prefill"
837
            - "password and login form after a patron has self registered."
837
            - "password and login form after a patron has self registered."
838
838
839
    Advanced Search Options:
839
    Digital Signs:
840
        -
841
            - pref: OPACDigitalSigns
842
              default: 0
843
              choices:
844
                  yes: Enable
845
                  no: Disable
846
            - "digital signs in the OPAC. Please note: Digital signs are not linked to from the OPAC by default, so you will have to load the relevant URL by hand on displays where you want to use them."
840
        -
847
        -
848
            - "Include the following CSS in all digital signs:"
849
            - pref: OPACDigitalSignsCSS
850
              type: textarea
851
              class: code
852
            - "(If you use this option to create custom swatches (e.g. with the <a href='http://jquerymobile.com/themeroller/'>ThemeRoller for jQuery Mobile</a>) you might have to adjust the list of letters identifying available themes (swatches) in the OPACDigitalSignsSwatches preference.)"
853
        -
854
            - Make it possible to choose one of the themes (swatches)
855
            - pref: OPACDigitalSignsSwatches
856
              class: long
857
            - when creating a new sign. By default the themes a-e are provided, but you can override these by creating your own themes and entering them into the OPACDigitalSignsCSS system preference. If you do add your own custom themes there you will want to adjust the letters in this system preference to match the themes you created.
858
859
    Advanced Search Options:
841
            - Show search options
860
            - Show search options
842
            - pref: OpacAdvSearchOptions
861
            - pref: OpacAdvSearchOptions
843
              multiple:
862
              multiple:
844
- 

Return to bug 8628