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 773-777 Link Here
773
            Manage OPAC problem reports
773
            Manage OPAC problem reports
774
        </span>
774
        </span>
775
        <span class="permissioncode">([% name | html %])</span>
775
        <span class="permissioncode">([% name | html %])</span>
776
  [%# digital_signs %]
777
    [%- CASE 'edit_digital_signs' -%]
778
        <span class="sub_permission edit_digital_signs_subpermission">
779
            Create and edit digital signs for the OPAC
780
        </span>
781
        <span class="permissioncode">([% name | html %])</span>
776
  [%- END -%]
782
  [%- END -%]
777
[%- END -%]
783
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +20 lines)
Lines 939-941 OPAC: Link Here
939
                  1: "Don't allow"
939
                  1: "Don't allow"
940
                  0: Allow
940
                  0: Allow
941
            - patrons to login by means other than Shibboleth.
941
            - patrons to login by means other than Shibboleth.
942
- 
942
943
    Digital Signs:
944
        -
945
            - pref: OPACDigitalSigns
946
              default: 0
947
              choices:
948
                  yes: Enable
949
                  no: Disable
950
            - "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."
951
        -
952
            - "Include the following CSS in all digital signs:"
953
            - pref: OPACDigitalSignsCSS
954
              type: textarea
955
              class: code
956
            - "(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.)"
957
        -
958
            - Make it possible to choose one of the themes (swatches)
959
            - pref: OPACDigitalSignsSwatches
960
              class: long
961
            - 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