Bugzilla – Attachment 26480 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]
[SIGNED OFF] Bug 10790 - adding/editing item types screen mis aligned if noItemTypeImages not showing
SIGNED-OFF-Bug-10790---addingediting-item-types-sc.patch (text/plain), 1.66 KB, created by
Mark Tompsett
on 2014-03-20 12:27:06 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 10790 - adding/editing item types screen mis aligned if noItemTypeImages not showing
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-03-20 12:27:06 UTC
Size:
1.66 KB
patch
obsolete
>From 236d0440e635f465db886a8fcdb9e7ae2f6d457e 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] [SIGNED OFF] 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 > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > .../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