Bug 16167: Remove Authorised value images prefs
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / logs.pref
1 Logging:
2     Logging:
3         -
4             - pref: LetterLog
5               choices:
6                   on: Log
7                   off: "Don't log"
8             - when an automatic claim notice is sent.
9         -
10             - pref: BorrowersLog
11               choices:
12                   on: Log
13                   off: "Don't log"
14             - changes to patron records.
15         -
16             - pref: CataloguingLog
17               choices:
18                   on: Log
19                   off: "Don't log"
20             - any changes to bibliographic or item records. Since this occurs whenever a book is checked in or out as well, it is not advisable to turn this on.
21         -
22             - pref: AuthoritiesLog
23               choices:
24                   on: Log
25                   off: "Don't log"
26             - changes to authority records.
27         -
28             - pref: FinesLog
29               choices:
30                   on: Log
31                   off: "Don't log"
32             - when fines are charged, paid, or forgiven.
33         -
34             - pref: IssueLog
35               choices:
36                   on: Log
37                   off: "Don't log"
38             - when items are checked out.
39         -
40             - pref: ReturnLog
41               choices:
42                   on: Log
43                   off: "Don't log"
44             - when items are returned.
45         -
46             - pref: SubscriptionLog
47               choices:
48                   on: Log
49                   off: "Don't log"
50             - when serials are added, deleted or changed.
51         -
52             - pref: CronjobLog
53               choices:
54                   on: Log
55                   off: "Don't log"
56             - information from cron jobs.
57         -
58             - pref: ReportsLog
59               choices:
60                   on: Log
61                   off: "Don't log"
62             - when reports are added, deleted or changed.
63     Debugging:
64         -
65             - pref: DumpTemplateVarsIntranet
66               choices:
67                   on: Do
68                   off: "Don't"
69             - dump all Template Toolkit variable to a comment in the html source for the staff intranet.
70         -
71             - pref: DumpTemplateVarsOpac
72               choices:
73                   on: Do
74                   off: "Don't"
75             - dump all Template Toolkit variable to a comment in the html source for the OPAC.