Bugzilla – Attachment 142490 Details for
Bug 31941
Add page-section to admin > item types area
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31941: Add page-section container to item types
Bug-31941-Add-page-section-container-to-item-types.patch (text/plain), 1.43 KB, created by
Martin Renvoize (ashimema)
on 2022-10-24 11:40:29 UTC
(
hide
)
Description:
Bug 31941: Add page-section container to item types
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 11:40:29 UTC
Size:
1.43 KB
patch
obsolete
>From 1ab71bfedba66e09e0226cf6e6b7dba496c41c4a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 24 Oct 2022 12:39:06 +0100 >Subject: [PATCH] Bug 31941: Add page-section container to item types > >This patch adds the page-section container to the item types >adminstration page > >Test plan >1) Confirm the item types administration page uses the card view around > the main table >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 d4fa4b0ba2..0d57f6eb02 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -471,6 +471,7 @@ Item types › Administration › Koha > [% IF op == 'list' %] > <h1>Item types administration</h1> > [% IF itemtypes %] >+ <div class="page-section"> > <table id="table_item_type"> > <thead> > [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %] >@@ -594,6 +595,7 @@ Item types › Administration › Koha > </tr> > [% END %] > </table> >+ </div> > [% ELSE %] > <div class="dialog message">There are no itemtypes defined</div> > [% END %] >-- >2.20.1
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 31941
:
142490
|
142503
|
142525