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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (+6 lines)
Lines 841-845 Link Here
841
            Manage authentication providers
841
            Manage authentication providers
842
        </span>
842
        </span>
843
        <span class="permissioncode">([% name | html %])</span>
843
        <span class="permissioncode">([% name | html %])</span>
844
  [%# digital_signs %]
845
    [%- CASE 'edit_digital_signs' -%]
846
        <span class="sub_permission edit_digital_signs_subpermission">
847
            Create and edit digital signs for the OPAC
848
        </span>
849
        <span class="permissioncode">([% name | html %])</span>
844
  [%- END -%]
850
  [%- END -%]
845
[%- END -%]
851
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +20 lines)
Lines 925-927 OPAC: Link Here
925
                  1: "Don't allow"
925
                  1: "Don't allow"
926
                  0: Allow
926
                  0: Allow
927
            - patrons to login by means other than Shibboleth.
927
            - patrons to login by means other than Shibboleth.
928
- 
928
929
    Digital Signs:
930
        -
931
            - pref: OPACDigitalSigns
932
              default: 0
933
              choices:
934
                  yes: Enable
935
                  no: Disable
936
            - "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."
937
        -
938
            - "Include the following CSS in all digital signs:"
939
            - pref: OPACDigitalSignsCSS
940
              type: textarea
941
              class: code
942
            - "(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.)"
943
        -
944
            - Make it possible to choose one of the themes (swatches)
945
            - pref: OPACDigitalSignsSwatches
946
              class: long
947
            - 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.

Return to bug 8628