From 4497c133cb11152573201975b19f7d4f7387f996 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 9 Jan 2020 13:24:45 -0500 Subject: [PATCH] Taiga 1017 (22445) Adds CustomCoverImages, OPACCustomCoverImages and CustomCoverImagesURL system preferences --- source/systempreferences.rst | 74 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 73 insertions(+), 1 deletions(-) diff --git a/source/systempreferences.rst b/source/systempreferences.rst index 3b25cb0..1691b70 100644 --- a/source/systempreferences.rst +++ b/source/systempreferences.rst @@ -7007,7 +7007,7 @@ Description: .. _local-cover-images-label: -Local Cover Images +Local or remote cover images ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. _allowmultiplecovers-label: @@ -7037,6 +7037,78 @@ Description: |image54| + +.. _customcoverimages-label: + +CustomCoverImages +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Default: Don't display + +Asks: \_\_\_ custom remote url images in the staff client. + +Values: + +- Display + +- Don't display + +Description: + +- If you use :ref:`CustomCoverImagesURL`, this preference indicates if you + want these cover images to appear in the staff interface. + +- Use :ref:`OPACCustomCoverImages` if you want those images to appear in the + OPAC. + +.. _opaccustomcoverimages-label: + +OPACCustomCoverImages +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Default: Don't display + +Asks: \_\_\_ custom remote url images at the OPAC. + +Values: + +- Display + +- Don't display + +Description: + +- If you use :ref:`CustomCoverImagesURL`, this preference indicates if you + want these cover images to appear in the OPAC. + +- Use :ref:`CustomCoverImages` if you want those images to appear in the + staff interface. + +.. _customcoverimagesurl-label: + +CustomCoverImagesURL +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Asks: Using the following URL: \_\_\_ + +Description: + +- You can use codes to substitute bibliographic information in the URL: + {isbn}, {issn}, {normalized_isbn} + + For example: + http://www.mylibrarysite.com/covers/{isbn}.png + +- You can also use MARC fields and subfields in the URL like so: + {024$a} + + For example: + http://www.mylibrarysite.com/covers/{024$a}.png + +- Make sure to enable :ref:`CustomCoverImages` if you want those images to + appear in the staff interface and :ref:`OPACCustomCoverImages` if you want + those images to appear in the OPAC. + .. _localcoverimages-label: LocalCoverImages -- 1.7.2.5