Bug 26070: Remove GoogleIndicTransliteration system preference
[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 client only"
38                   both: "Both OPAC and staff client"
39         -
40             - Use
41             - pref: NewsToolEditor
42               choices:
43                   tinymce: "a WYSIWYG editor (TinyMCE)"
44                   codemirror: "a text editor (CodeMirror)"
45             - when editing news.
46     Upload:
47         -
48             - Automatically delete temporary uploads older than
49             - pref: UploadPurgeTemporaryFilesDays
50               class: integer
51             - "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."
52     Reports:
53         -
54             - By default, show
55             - pref: NumSavedReports
56               class: integer
57             - reports on the Saved Reports page.