@@ -, +, @@ - Run through the Web-insatller in Norwegian, making sure that the (mandatory) choice "Standard systempreferanser (system_preferences)" is selected. - When the Web-installer is done, check that all 4 XSLT preferences (OPACXSLTDetailsDisplay, OPACXSLTResultsDisplay, XSLTDetailsDisplay, XSLTResultsDisplay) are set to "default". --- .../nb-NO/1-Obligatorisk/system_preferences.sql | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql +++ a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql @@ -28,3 +28,7 @@ UPDATE systempreferences SET value = '

Viktige lenker kan plasseres her

' W UPDATE systempreferences SET value = '
  • Andre bibliotek (WorldCat)
  • Andre databaser (Google Scholar)
  • Nettbutikker (Bookfinder.com)
  • ' WHERE variable = 'OPACSearchForTitleIn'; UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek'; UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å' WHERE variable = 'alphabet'; +UPDATE systempreferences SET value = 'default' WHERE variable = 'OPACXSLTDetailsDisplay'; +UPDATE systempreferences SET value = 'default' WHERE variable = 'OPACXSLTResultsDisplay'; +UPDATE systempreferences SET value = 'default' WHERE variable = 'XSLTDetailsDisplay'; +UPDATE systempreferences SET value = 'default' WHERE variable = 'XSLTResultsDisplay'; --