From 886749cf310b3b16921093a554c665324ebbb09e Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 7 Jul 2008 23:32:51 -0500 Subject: [PATCH] Improving the list of itemtypes to match the bridge iconset --- .../data/mysql/en/optional/sample_itemtypes.sql | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/installer/data/mysql/en/optional/sample_itemtypes.sql b/installer/data/mysql/en/optional/sample_itemtypes.sql index c3c82f26de..f842f94bda 100644 --- a/installer/data/mysql/en/optional/sample_itemtypes.sql +++ b/installer/data/mysql/en/optional/sample_itemtypes.sql @@ -1,8 +1,8 @@ -INSERT INTO `itemtypes` VALUES ('BKS', 'Books, Booklets, Workbooks',5,0,0,'Non-fiction.gif',''); -INSERT INTO `itemtypes` VALUES ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources',5,0,0,'CDM.gif',''); -INSERT INTO `itemtypes` VALUES ('SR', 'Audio Cassettes, CDs',5,0,0,'AVNF.gif',''); -INSERT INTO `itemtypes` VALUES ('VR', 'DVDs, VHS',5,0,0,'Video-disc.gif',''); -INSERT INTO `itemtypes` VALUES ('AR', 'Models',5,0,1,'EASY.gif',''); -INSERT INTO `itemtypes` VALUES ('KT', 'Kits',5,0,0,'KIT.gif',''); -INSERT INTO `itemtypes` VALUES ('IR', 'Binders',5,0,0,'Faculty-Course-Materials.gif',''); -INSERT INTO `itemtypes` VALUES ('SER', 'Serials',5,0,0,'MZ.gif',''); +INSERT INTO `itemtypes` VALUES ('BK', 'Books',5,0,0,'bridge/book.gif',''); +INSERT INTO `itemtypes` VALUES ('MX', 'Mixed Materials',5,0,0,'bridge/kit.gif',''); +INSERT INTO `itemtypes` VALUES ('CF', 'Computer Files',5,0,0,'bridge/computer_file.gif',''); +INSERT INTO `itemtypes` VALUES ('MP', 'Maps',5,0,0,'bridge/map.gif',''); +INSERT INTO `itemtypes` VALUES ('VM', 'Visual Materials',5,0,1,'bridge/dvd.gif',''); +INSERT INTO `itemtypes` VALUES ('MU', 'Music',5,0,0,'bridge/sound.gif',''); +INSERT INTO `itemtypes` VALUES ('CR', 'Continuing Resources',5,0,0,'bridge/periodical.gif',''); +INSERT INTO `itemtypes` VALUES ('REF', 'Reference',0,0,1,'',''); -- 2.39.5