Bug 9530: Adding sysprefs and making changes to the branch table
[koha-equinox.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 library, and is referred to when an internal error occurs.)"
9         -
10            - Use
11            - pref: ReplytoDefault
12              class: email
13            - "as the email address that will be set as the replyto in emails"
14         -
15            - Use
16            - pref: ReturnpathDefault
17              class: email
18            - "as the email address set as the return path, if you leave this empty the admin address will be used."
19         -
20             - Show
21             - pref: DebugLevel
22               default: 0
23               choices:
24                   0: "no"
25                   1: some
26                   2: lots of
27             - debugging information in the browser when an internal error occurs.
28         -
29             - pref: noItemTypeImages
30               default: 0
31               choices:
32                   yes: "Don't show"
33                   no: Show
34             - itemtype icons in the catalog.
35         -
36             - Separate columns in an exported report file with
37             - pref: delimiter
38               default: ","
39               choices:
40                   ';': semicolons
41                   tabulation: tabs
42                   ',': commas
43                   '/': slashes
44                   '\': backslashes
45                   '#': "#'s"
46             - by default.
47         -
48             - pref: virtualshelves
49               choices:
50                   yes: Allow
51                   no: "Don't allow"
52             - staff and patrons to create and view saved lists of books.
53     Login options:
54         -
55             - Automatically log out users after
56             - pref: timeout
57               class: integer
58             - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
59         -
60             - pref: AutoLocation
61               default: 0
62               choices:
63                   yes: Require
64                   no: "Don't require"
65             - 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).
66         # PostgreSQL is supported by CGI::Session but not by Koha.
67         -
68             - Store login session information
69             - pref: SessionStorage
70               default: mysql
71               choices:
72                   mysql: in the MySQL database.
73                   Pg: in the PostgreSQL database (not supported).
74                   tmp: as temporary files.
75                   memcached: in a memcached server.
76         -
77             - pref: IndependentBranches
78               default: 0
79               choices:
80                   yes: Prevent
81                   no: "Don't prevent"
82             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
83     CAS Authentication:
84         -
85             - pref: casAuthentication
86               default: 0
87               choices:
88                   yes: Use
89                   no: "Don't use"
90             - CAS for login authentication.
91         -
92             - pref: casLogout
93               default: 0
94               choices:
95                   yes: Logout
96                   no: "Don't Logout"
97             - of CAS when logging out of Koha.
98         -
99             - The CAS Authentication Server can be found at
100             - pref: casServerUrl
101         -
102             - Use
103             - pref: AllowPkiAuth
104               default: None
105               choices:
106                   None: "no"
107                   Common Name: the Common Name
108                   emailAddress: the emailAddress
109             - field for SSL client certificate authentication
110     Mozilla Persona:
111         -
112             - pref: Persona
113               default: 0
114               choices:
115                   yes: Allow
116                   no: "Don't Allow"
117             - Mozilla persona for login
118     Share anonymous usage statistics:
119         -
120             - pref: UsageStats
121               default: 0
122               choices:
123                   yes: Share
124                   no: "Don't share"
125             - anonymous Koha usage data with the Koha community. You can see the data on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
126         -
127             - The library name
128             - pref: UsageStatsLibraryName
129             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
130             - If this field is empty data will be sent anonymously.
131             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
132         -
133             - "The country where your library is located:"
134             - pref: UsageStatsCountry
135             - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
136             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
137         -
138             - The library URL
139             - pref: UsageStatsLibraryUrl
140             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
141             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
142
143         -
144             - The library type
145             - pref: UsageStatsLibraryType
146               default: public
147               choices:
148                   public: "public"
149                   university: "university"
150             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
151             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"