Bugzilla – Attachment 71678 Details for
Bug 20216
Editing itemtypes does not pull existing values correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20216: (follow-up) - Fix other use of remote_image
Bug-20216-follow-up---Fix-other-use-of-remoteimage.patch (text/plain), 1.31 KB, created by
Nick Clemens (kidclamp)
on 2018-02-15 18:43:17 UTC
(
hide
)
Description:
Bug 20216: (follow-up) - Fix other use of remote_image
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-02-15 18:43:17 UTC
Size:
1.31 KB
patch
obsolete
>From b644b81bb15ac96973f3c7d017b015dbcf796ffd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Feb 2018 18:41:51 +0000 >Subject: [PATCH] Bug 20216: (follow-up) - Fix other use of remote_image > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index a4bd9dd..faead47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -201,7 +201,7 @@ Item types administration > <input type="radio" id="remote_image_check" name="image" value="remoteImage" /> > [% END %] > <input type="text" name="remoteImage" size="48" maxlength="200" value="[% itemtype.imageurl %]" onmousedown="document.getElementById('remote_image_check').checked = true;" /> >- [% IF ( remote_image ) %] >+ [% IF itemtype.imageurl %] > <img src="[% itemtype.imageurl %]" alt="" /> > [% END %] > </li> >-- >2.1.4
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 20216
:
71672
|
71675
|
71678
|
71693