Bugzilla – Attachment 106391 Details for
Bug 23148
Replace Bridge icons with transparent PNG files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23148: (follow-up) Correct image paths in sample_itemtypes.yml
Bug-23148-follow-up-Correct-image-paths-in-samplei.patch (text/plain), 2.37 KB, created by
Owen Leonard
on 2020-06-29 12:01:39 UTC
(
hide
)
Description:
Bug 23148: (follow-up) Correct image paths in sample_itemtypes.yml
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-06-29 12:01:39 UTC
Size:
2.37 KB
patch
obsolete
>From 275ff5abab5e948a0ebb22a6b0425ecc305347e9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Jun 2020 11:57:52 +0000 >Subject: [PATCH] Bug 23148: (follow-up) Correct image paths in > sample_itemtypes.yml > >--- > installer/data/mysql/en/optional/sample_itemtypes.yml | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/installer/data/mysql/en/optional/sample_itemtypes.yml b/installer/data/mysql/en/optional/sample_itemtypes.yml >index 68ec6467ad..55f4d3d025 100644 >--- a/installer/data/mysql/en/optional/sample_itemtypes.yml >+++ b/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: "" >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23148
:
106337
|
106349
|
106350
|
106352
|
106353
|
106391
|
106392
|
106483
|
106484
|
106485
|
106486