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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (+5 lines)
Lines 699-703 Link Here
699
            Access the point of sale page and take payments
699
            Access the point of sale page and take payments
700
        </span>
700
        </span>
701
        <span class="permissioncode">([% name | html %])</span>
701
        <span class="permissioncode">([% name | html %])</span>
702
  [%# digital_signs %]
703
    [%- CASE 'edit_digital_signs' -%]
704
        <span class="sub_permission edit_digital_signs">
705
            Create and edit digital signs for the OPAC
706
        </span>
702
  [%- END -%]
707
  [%- END -%]
703
[%- END -%]
708
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +20 lines)
Lines 859-866 OPAC: Link Here
859
                  no: "Do not display and prefill"
859
                  no: "Do not display and prefill"
860
            - "password and login form after a patron has self registered."
860
            - "password and login form after a patron has self registered."
861
861
862
    Advanced Search Options:
862
    Digital Signs:
863
        -
864
            - pref: OPACDigitalSigns
865
              default: 0
866
              choices:
867
                  yes: Enable
868
                  no: Disable
869
            - "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."
863
        -
870
        -
871
            - "Include the following CSS in all digital signs:"
872
            - pref: OPACDigitalSignsCSS
873
              type: textarea
874
              class: code
875
            - "(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.)"
876
        -
877
            - Make it possible to choose one of the themes (swatches)
878
            - pref: OPACDigitalSignsSwatches
879
              class: long
880
            - 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.
881
882
    Advanced Search Options:
864
            - Show search options
883
            - Show search options
865
            - pref: OpacAdvSearchOptions
884
            - pref: OpacAdvSearchOptions
866
              multiple:
885
              multiple:
867
- 

Return to bug 8628