@@ -, +, @@ sample_itemtypes.yml --- installer/data/mysql/en/optional/sample_itemtypes.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/installer/data/mysql/en/optional/sample_itemtypes.yml +++ a/installer/data/mysql/en/optional/sample_itemtypes.yml @@ -29,54 +29,54 @@ tables: description: "Books" rentalcharge: 0 notforloan: 0 - imageurl: "bridge/book.gif" + imageurl: "bridge/book.png" summary: "" - itemtype: MX description: "Mixed Materials" rentalcharge: 5 notforloan: 0 - imageurl: "bridge/kit.gif" + imageurl: "bridge/kit.png" summary: "" - itemtype: CF description: "Computer Files" rentalcharge: 5 notforloan: 0 - imageurl: "bridge/computer_file.gif" + imageurl: "bridge/computer_file.png" summary: "" - itemtype: MP description: "Maps" rentalcharge: 5 notforloan: 0 - imageurl: "bridge/map.gif" + imageurl: "bridge/map.png" summary: "" - itemtype: VM description: "Visual Materials" rentalcharge: 5 notforloan: 1 - imageurl: "bridge/dvd.gif" + imageurl: "bridge/dvd.png" summary: "" - itemtype: MU description: "Music" rentalcharge: 5 notforloan: 0 - imageurl: "bridge/sound.gif" + imageurl: "bridge/sound.png" summary: "" - itemtype: CR description: "Continuing Resources" rentalcharge: 5 notforloan: 0 - imageurl: "bridge/periodical.gif" + imageurl: "bridge/periodical.png" summary: "" - itemtype: REF description: "Reference" rentalcharge: 0 notforloan: 1 - imageurl: "bridge/reference.gif" + imageurl: "bridge/reference.png" summary: "" --