Bug 22824: Correct on/off behaviour
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / logs.pref
1 Logging:
2     Logging:
3         -
4             - pref: LetterLog
5               choices:
6                   1: Log
7                   0: "Don't log"
8             - when an automatic claim notice is sent.
9         -
10             - pref: BorrowersLog
11               choices:
12                   1: Log
13                   0: "Don't log"
14             - changes to patron records.
15         -
16             - pref: CataloguingLog
17               choices:
18                   1: Log
19                   0: "Don't log"
20             - any changes to bibliographic or item records.
21         -
22             - pref: AuthoritiesLog
23               choices:
24                   1: Log
25                   0: "Don't log"
26             - changes to authority records.
27         -
28             - pref: FinesLog
29               choices:
30                   1: Log
31                   0: "Don't log"
32             - when fines are charged, paid, or forgiven.
33         -
34             - pref: HoldsLog
35               choices:
36                   1: Log
37                   0: "Don't log"
38             - any actions on holds (create, cancel, suspend, resume, etc).
39         -
40             - pref: IllLog
41               choices:
42                   1: Log
43                   0: "Don't log"
44             - when changes to ILL requests take place.
45         -
46             - pref: IssueLog
47               choices:
48                   1: Log
49                   0: "Don't log"
50             - when items are checked out.
51         -
52             - pref: ReturnLog
53               choices:
54                   1: Log
55                   0: "Don't log"
56             - when items are checked in.
57         -
58             - pref: RenewalLog
59               choices:
60                   1: Log
61                   0: "Don't log"
62             - when items are renewed.
63         -
64             - pref: SubscriptionLog
65               choices:
66                   1: Log
67                   0: "Don't log"
68             - when serials are added, deleted or changed.
69         -
70             - pref: CronjobLog
71               choices:
72                   1: Log
73                   0: "Don't log"
74             - information from cron jobs.
75         -
76             - pref: ReportsLog
77               choices:
78                   1: Log
79                   0: "Don't log"
80             - when reports are added, deleted or changed.
81         -
82             - pref: AuthFailureLog
83               choices:
84                   1: Log
85                   0: "Don't log"
86             - " authentication failures."
87         -
88             - pref: AuthSuccessLog
89               choices:
90                   1: Log
91                   0: "Don't log"
92             - " successful authentications."
93
94     Debugging:
95         -
96             - pref: DumpTemplateVarsIntranet
97               choices:
98                   1: Do
99                   0: "Don't"
100             - dump all Template Toolkit variables to a comment in the HTML source for the staff interface.
101         -
102             - pref: DumpTemplateVarsOpac
103               choices:
104                   1: Do
105                   0: "Don't"
106             - dump all Template Toolkit variables to a comment in the HTML source for the OPAC.
107         -
108             - pref: DumpSearchQueryTemplate
109               choices:
110                   1: Do
111                   0: "Don't"
112             - dump search query as a template parameter, requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=DumpTemplateVars">DumpTemplateVars</a>[interface] to be visible.