Bugzilla – Attachment 26467 Details for
Bug 10790
adding/editing item types screen mis aligned if noItemTypeImages not showing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10790 - adding/editing item types screen mis aligned if noItemTypeImages not showing
Bug-10790---addingediting-item-types-screen-mis-al.patch (text/plain), 1.60 KB, created by
Bernardo Gonzalez Kriegel
on 2014-03-20 01:32:09 UTC
(
hide
)
Description:
Bug 10790 - adding/editing item types screen mis aligned if noItemTypeImages not showing
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2014-03-20 01:32:09 UTC
Size:
1.60 KB
patch
obsolete
>From fa361963818e45b51ae878e92360adf42e688474 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Wed, 19 Mar 2014 22:25:07 -0300 >Subject: [PATCH] Bug 10790 - adding/editing item types screen mis aligned if > noItemTypeImages not showing > >This patch fixes the odd behavior when noItemTypesImages is set >to 'Don't show'. Just a misplaced </div> > >To test: > >1) Set syspref noItemTypeImages to 'Don't show' >2) Go to Admininstration > Item types >3) Edit some item type, you will view a display >similar to the attached image >4) Apply the patch >5) Reload the page, now the display is fixed >6) Change syspref to 'Show' to check that >the display is also good > >Also fixed a missing '/' on a closing select >--- > .../prog/en/modules/admin/itemtypes.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 45d64c8..745dc6b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -158,8 +158,8 @@ Item types administration > </ul> > <br class="clear" /> > </div> >-[% END %] > </div> >+[% END %] > <ol> > <li> > <label for="notforloan">Not for loan: </label> [% IF ( notforloan ) %] >@@ -191,7 +191,7 @@ Item types administration > [% ELSE %] > <option value="alert">Alert</option> > [% END %] >- <select> >+ </select> > </li> > <li> > <label for="summary">Summary: </label> >-- >1.7.9.5
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 10790
:
20661
|
26467
|
26480
|
26483