Bug 24103: Add option to dump search query to templates
[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.
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: HoldsLog
35               choices:
36                   on: Log
37                   off: "Don't log"
38             - any actions on holds (create, cancel, suspend, resume, etc).
39         -
40             - pref: IllLog
41               choices:
42                   on: Log
43                   off: "Don't log"
44             - when changes to ILL requests take place
45         -
46             - pref: IssueLog
47               choices:
48                   on: Log
49                   off: "Don't log"
50             - when items are checked out.
51         -
52             - pref: ReturnLog
53               choices:
54                   on: Log
55                   off: "Don't log"
56             - when items are returned.
57         -
58             - pref: RenewalLog
59               choices:
60                   on: Log
61                   off: "Don't log"
62             - when items are renewed.
63         -
64             - pref: SubscriptionLog
65               choices:
66                   on: Log
67                   off: "Don't log"
68             - when serials are added, deleted or changed.
69         -
70             - pref: CronjobLog
71               choices:
72                   on: Log
73                   off: "Don't log"
74             - information from cron jobs.
75         -
76             - pref: ReportsLog
77               choices:
78                   on: Log
79                   off: "Don't log"
80             - when reports are added, deleted or changed.
81     Debugging:
82         -
83             - pref: DumpTemplateVarsIntranet
84               choices:
85                   on: Do
86                   off: "Don't"
87             - dump all Template Toolkit variable to a comment in the html source for the staff intranet.
88         -
89             - pref: DumpTemplateVarsOpac
90               choices:
91                   on: Do
92                   off: "Don't"
93             - dump all Template Toolkit variable to a comment in the html source for the OPAC.
94         -
95             - pref: DumpSearchQueryTemplate
96               choices:
97                   on: Do
98                   off: "Don't"
99             - dump search query as a template parameter, requires DumpTemplateVars[interface] to be visible.