5df49b04ef
To test: - Log in to Staff Interface, go to Administration, Libraries and Groups (cgi-bin/koha/admin/branches.pl). Click 'New library' and confirm that it says 'ZIP/Postal Code:' in the form. - Go back to Administration, Cities and towns (cgi-bin/koha/admin/cities.pl). Confirm it says 'ZIP/Postal code' in table heading. Click 'New city' and confirm it says 'ZIP/Postal code:' in form - Go back to Administration, Global system preferences, I18L/L10N (cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n). Under AddressFormat, confirm all available options say '[ZIP/Postal Code]' - Go to Reports, Patrons (cgi-bin/koha/reports/borrowers_stats.pl). Confirm it says 'ZIP/Postal code' under Title - Go to Tools, Batch patron modification (cgi-bin/koha/tools/modborrowers.pl), enter any card number and click 'Continue'. Confirm it says 'ZIP/Postal code' in the table of patron details, and in the form to edit Signed-off-by: Mark Tompsett <mtompset@hotmail.com> NOTE: Tested together with first patch. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
60 lines
2.2 KiB
Text
60 lines
2.2 KiB
Text
I18N/L10N:
|
|
-
|
|
- Format dates like
|
|
- pref: dateformat
|
|
default: us
|
|
choices:
|
|
us: mm/dd/yyyy
|
|
metric: dd/mm/yyyy
|
|
dmydot: dd.mm.yyyy
|
|
iso: yyyy-mm-dd
|
|
- . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
|
|
-
|
|
- Format times in
|
|
- pref: TimeFormat
|
|
default: 24hr
|
|
choices:
|
|
24hr: 24 hour format ( e.g. "14:18" )
|
|
12hr: 12 hour format ( e.g. "02:18 PM" )
|
|
- . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
|
|
-
|
|
- Use
|
|
- pref: CalendarFirstDayOfWeek
|
|
default: 0
|
|
choices:
|
|
0: Sunday
|
|
1: Monday
|
|
2: Tuesday
|
|
3: Wednesday
|
|
4: Thursday
|
|
5: Friday
|
|
6: Saturday
|
|
- as the first day of week in the calendar.
|
|
-
|
|
- "Enable the following languages on the staff interface:"
|
|
- pref: language
|
|
type: staff-languages
|
|
-
|
|
- pref: opaclanguagesdisplay
|
|
default: 0
|
|
choices:
|
|
yes: Allow
|
|
no: "Don't allow"
|
|
- patrons to change the language they see on the OPAC.
|
|
-
|
|
- "Enable the following languages on the OPAC:"
|
|
- pref: opaclanguages
|
|
type: opac-languages
|
|
-
|
|
- "Use the alphabet"
|
|
- pref: alphabet
|
|
class: long
|
|
- "for lists of browsable letters. This should be a space separated list of uppercase letters."
|
|
- "<br/> Hint: Changing collation in the database for the 'surname' column of the 'borrowers' table is helpful to make browsing by last name work in members-home.pl when using an alphabet outside of A-Z"
|
|
-
|
|
- Format postal addresses using
|
|
- pref: AddressFormat
|
|
default: us
|
|
choices:
|
|
us: US style ([Street number], [Address] - [City], [ZIP/Postal Code], [Country])
|
|
de: German style ([Address] [Street number] - [ZIP/Postal Code] [City] - [Country])
|