Bug 17669: [QA Follow-up] Allow zero in temp-uploads-days
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / tools.pref
1 Tools:
2     Batch item:
3         -
4             - Process up to
5             - pref: MaxItemsToProcessForBatchMod
6               class: integer
7             - items in a single item modification batch.
8         -
9             - Display up to
10             - pref: MaxItemsToDisplayForBatchDel
11               class: integer
12             - items in a single item deletion batch.
13     Patron cards:
14         -
15             - Limit the number of creator images stored in the database to
16             - pref: ImageLimit
17               class: Integer
18             - images.
19     News:
20         -
21             - "Show the author for news items:"
22             - pref: NewsAuthorDisplay
23               choices:
24                   none: "Not at all"
25                   opac: "OPAC only"
26                   staff: "Staff client only"
27                   both: "Both OPAC and staff client"
28             -
29     Upload:
30         -
31             - Automatically delete temporary uploads older than
32             - pref: UploadPurgeTemporaryFilesDays
33               class: integer
34             - "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."