From 24b182720015ecea85da9a61b552c78665127ad5 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sat, 29 Sep 2007 16:12:29 -0500 Subject: [PATCH] minor adjustments to frameworks Signed-off-by: Chris Cormack --- .../optional/marc21_simple_bib_frameworks.sql | 2 -- .../optional/marc21_simple_bib_frameworks.txt | 18 +++++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/installer/data/en/optional/marc21_simple_bib_frameworks.sql b/installer/data/en/optional/marc21_simple_bib_frameworks.sql index f1ef87abe3..4fa6b4d083 100644 --- a/installer/data/en/optional/marc21_simple_bib_frameworks.sql +++ b/installer/data/en/optional/marc21_simple_bib_frameworks.sql @@ -78,8 +78,6 @@ SET FOREIGN_KEY_CHECKS = 0; -- ******************************** -- SIMPLE KOHA MARC 21 FRAMEWORKS. -- ******************************** - - INSERT INTO `biblio_framework` VALUES ('BKS', 'Books, Booklets, Workbooks'); INSERT INTO `biblio_framework` VALUES ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'); INSERT INTO `biblio_framework` VALUES ('SR', 'Audio Cassettes, CDs'); diff --git a/installer/data/en/optional/marc21_simple_bib_frameworks.txt b/installer/data/en/optional/marc21_simple_bib_frameworks.txt index 102cd5873f..f245fb5174 100644 --- a/installer/data/en/optional/marc21_simple_bib_frameworks.txt +++ b/installer/data/en/optional/marc21_simple_bib_frameworks.txt @@ -1,10 +1,10 @@ -Bibliographic Frameworks for some common types. Frameworks are used to define the structure of your MARC records and the behavior of the integrated MARC editor. You can change these at any time after installation. The frameworks in this optional default setting include: +Simple Bibliographic Frameworks for some common types. Frameworks are used to define the structure of your MARC records and the behavior of the integrated MARC editor. You can change these at any time after installation. The frameworks in this optional default setting include: -('BKS', 'Books, Booklets, Workbooks'); -('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'); -('SR', 'Audio Cassettes, CDs'); -('VR', 'DVDs, VHS'); -('AR', 'Models'); -('KT', 'Kits'); -('IR', 'Binders'); -('SER', 'Serials'); +BKS Books, Booklets, Workbooks +CF CD-ROMs, DVD-ROMs, General Online Resources +SR Audio Cassettes, CDs +VR DVDs, VHS +AR Models +KT Kits +IR Binders +SER Serials -- 2.39.5