Bug 21249: New syspref controlling branch fields queried against selected library...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / tools.pref
1 Tools:
2     Barcodes:
3         -
4             - Split barcodes on the following separator chars
5             - pref: BarcodeSeparators
6               default: '\s\r\n'
7             - "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."
8     Batch item:
9         -
10             - Process up to
11             - pref: MaxItemsToProcessForBatchMod
12               class: integer
13             - items in a single item modification batch.
14         -
15             - Display up to
16             - pref: MaxItemsToDisplayForBatchDel
17               class: integer
18             - items in a single item deletion batch.
19         -
20             - Display up to
21             - pref: MaxItemsToDisplayForBatchMod
22               class: integer
23             - items in a single item modification batch.
24     Patron cards:
25         -
26             - Limit the number of creator images stored in the database to
27             - pref: ImageLimit
28               class: Integer
29             - images.
30     News:
31         -
32             - "Show the author for news items:"
33             - pref: NewsAuthorDisplay
34               choices:
35                   none: "not at all"
36                   opac: "OPAC only"
37                   staff: "staff interface only"
38                   both: "both OPAC and staff interface"
39             - "."
40         -
41             - By default edit news items with
42             - pref: NewsToolEditor
43               choices:
44                   tinymce: "a WYSIWYG editor (TinyMCE)"
45                   codemirror: "a text editor (CodeMirror)"
46             - .
47     Upload:
48         -
49             - Automatically delete temporary uploads older than
50             - pref: UploadPurgeTemporaryFilesDays
51               class: integer
52             - "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."
53     Reports:
54         -
55             - By default, show
56             - pref: NumSavedReports
57               class: integer
58             - reports on the saved reports page.