Add and change preferences, change tab names in sysprefs editor
[koha-ffzg.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             - pref: AutoLocation
54               default: 0
55               choices:
56                   yes: Require
57                   no: "Don't require"
58             - 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).
59         # PostgreSQL is supported by CGI::Session but not by Koha.
60         -
61             - Store login session information
62             - pref: SessionStorage
63               default: mysql
64               choices:
65                   mysql: in the MySQL database.
66                   Pg: in the PostgreSQL database (not supported).
67                   tmp: as temporary files.
68         -
69             - Control staff access to pages within Koha based on
70             - pref: GranularPermissions
71               default: 0
72               choices:
73                   yes: the specific page.
74                   no: the general module (such as administration or circulation).
75         -
76             - pref: IndependantBranches
77               default: 0
78               choices:
79                   yes: Prevent
80                   no: "Don't prevent"
81             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.