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 800-807 OPAC: Link Here
800
                  no: "Do not display and prefill"
800
                  no: "Do not display and prefill"
801
            - "password and login form after a patron has self registered."
801
            - "password and login form after a patron has self registered."
802
802
803
    Advanced Search Options:
803
    Digital Signs:
804
        -
805
            - pref: OPACDigitalSigns
806
              default: 0
807
              choices:
808
                  yes: Enable
809
                  no: Disable
810
            - "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."
804
        -
811
        -
812
            - "Include the following CSS in all digital signs:"
813
            - pref: OPACDigitalSignsCSS
814
              type: textarea
815
              class: code
816
            - "(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.)"
817
        -
818
            - Make it possible to choose one of the themes (swatches)
819
            - pref: OPACDigitalSignsSwatches
820
              class: long
821
            - 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.
822
823
    Advanced Search Options:
805
            - Show search options
824
            - Show search options
806
            - pref: OpacAdvSearchOptions
825
            - pref: OpacAdvSearchOptions
807
              multiple:
826
              multiple:
808
- 

Return to bug 8628