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