Data files for new system preferences editor
[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             - Show
7             - pref: DebugLevel
8               default: 0
9               choices:
10                   0: "no"
11                   1: some
12                   2: lots of
13             - debugging information in the browser when an internal error occurs.
14         -
15             - pref: noItemTypeImages
16               default: 0
17               choices:
18                   yes: "Don't show"
19                   no: Show
20             - itemtype icons in the catalog.
21         -
22             - Separate columns in an exported report file with
23             - pref: delimiter
24               default: ","
25               choices:
26                   ';': semicolons
27                   tabulation: tabs
28                   ',': commas
29                   '/': slashes
30                   '\': backslashes
31                   '#': "#'s"
32             - by default.
33         -
34             - pref: virtualshelves
35               choices:
36                   yes: Allow
37                   no: "Don't allow"
38             - staff and patrons to create and view saved lists of books.
39     Login options:
40         -
41             - pref: insecure
42               default: 0
43               choices:
44                   yes: Allow
45                   no: "Don't allow"
46             - staff to access the staff client without logging in. Enabling this is dangerous, and should not be done in production environments.
47         -
48             - pref: AutoLocation
49               default: 0
50               choices:
51                   yes: Require
52                   no: "Don't require"
53             - 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).
54         # PostgreSQL is supported by CGI::Session but not by Koha.
55         -
56             - Store login session information
57             - pref: SessionStorage
58               default: mysql
59               choices:
60                   mysql: in the MySQL database.
61                   Pg: in the PostgreSQL database (not supported).
62                   tmp: as temporary files.
63         -
64             - Control staff access to pages within Koha based on
65             - pref: GranularPermissions
66               default: 0
67               choices:
68                   yes: the specific page.
69                   no: the general module (such as administration or circulation).
70         -
71             - pref: IndependantBranches
72               default: 0
73               choices:
74                   yes: Prevent
75                   no: "Don't prevent"
76             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.