Merge remote branch 'kc/new/for-3.4/enh_bulkmarcimport' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / admin.pref
1 Administration:
2 # Only used internally, omitted: FrameworksLoaded, Version
3     Interface options:
4         -
5             - Use
6             - pref: KohaAdminEmailAddress
7               class: email
8             - "as the email address for the administrator of Koha. (This is the default From: address for emails unless there is one for the particular branch, and is referred to when an internal error occurs.)"
9         -
10             - Show
11             - pref: DebugLevel
12               default: 0
13               choices:
14                   0: "no"
15                   1: some
16                   2: lots of
17             - debugging information in the browser when an internal error occurs.
18         -
19             - pref: noItemTypeImages
20               default: 0
21               choices:
22                   yes: "Don't show"
23                   no: Show
24             - itemtype icons in the catalog.
25         -
26             - Separate columns in an exported report file with
27             - pref: delimiter
28               default: ","
29               choices:
30                   ';': semicolons
31                   tabulation: tabs
32                   ',': commas
33                   '/': slashes
34                   '\': backslashes
35                   '#': "#'s"
36             - by default.
37         -
38             - pref: virtualshelves
39               choices:
40                   yes: Allow
41                   no: "Don't allow"
42             - staff and patrons to create and view saved lists of books.
43     Login options:
44         -
45             - pref: insecure
46               default: 0
47               choices:
48                   yes: Allow
49                   no: "Don't allow"
50             - staff to access the staff client without logging in. Enabling this is dangerous, and should not be done in production environments.
51         -
52             - Automatically log out users after
53             - pref: timeout
54               class: integer
55             - seconds of inactivity.
56         -
57             - pref: AutoLocation
58               default: 0
59               choices:
60                   yes: Require
61                   no: "Don't require"
62             - staff to log in from a computer in the IP address range <a href="/cgi-bin/koha/admin/branches.pl">specified by their library</a> (if any).
63         # PostgreSQL is supported by CGI::Session but not by Koha.
64         -
65             - Store login session information
66             - pref: SessionStorage
67               default: mysql
68               choices:
69                   mysql: in the MySQL database.
70                   Pg: in the PostgreSQL database (not supported).
71                   tmp: as temporary files.
72         -
73             - pref: IndependantBranches
74               default: 0
75               choices:
76                   yes: Prevent
77                   no: "Don't prevent"
78             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
79     CAS Authentication:
80         -
81             - pref: casAuthentication
82               default: 0
83               choices:
84                   yes: Use
85                   no: "Don't use"
86             - CAS for login authentication.
87         -
88             - pref: casLogout
89               default: 0
90               choices:
91                   yes: Logout
92                   no: "Don't Logout"
93             - of CAS when logging out of Koha.
94         -
95             - The CAS Authentication Server can be found at
96             - pref: casServerUrl