Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref
Katrin Fischer 9e0d097a56 Bug 22660: (QA follow-up) Fix capitalization in system preference
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-07-30 17:44:27 +02:00

57 lines
2.1 KiB
Text

Tools:
Barcodes:
-
- Split barcodes on the following separator chars
- pref: BarcodeSeparators
default: '\s\r\n'
- "in batch item modification and inventory.<br/>Note: Type \\r for carriage return, \\n for newline and \\s for whitespace. Possible candidates to include also are pipe char |, hyphen (precede with backslash), comma, semicolon, dot, etc."
Batch item:
-
- Process up to
- pref: MaxItemsToProcessForBatchMod
class: integer
- items in a single item modification batch.
-
- Display up to
- pref: MaxItemsToDisplayForBatchDel
class: integer
- items in a single item deletion batch.
-
- Display up to
- pref: MaxItemsToDisplayForBatchMod
class: integer
- items in a single item modification batch.
Patron cards:
-
- Limit the number of creator images stored in the database to
- pref: ImageLimit
class: Integer
- images.
News:
-
- "Show the author for news items:"
- pref: NewsAuthorDisplay
choices:
none: "Not at all"
opac: "OPAC only"
staff: "Staff client only"
both: "Both OPAC and staff client"
-
- Use
- pref: NewsToolEditor
choices:
tinymce: "a WYSIWYG editor (TinyMCE)"
codemirror: "a text editor (CodeMirror)"
- when editing news.
Upload:
-
- Automatically delete temporary uploads older than
- pref: UploadPurgeTemporaryFilesDays
class: integer
- "days in cleanup_database cron job. NOTE: If you leave this field empty, the cron job will not delete any files. On the other hand a value of 0 means: delete all temporary files."
Reports:
-
- By default, show
- pref: NumSavedReports
class: integer
- reports on the Saved Reports page.