Bugzilla – Attachment 142500 Details for
Bug 31942
Add page-section to admin > authorized values area
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31952: Add page-section to authorized values admin
Bug-31952-Add-page-section-to-authorized-values-ad.patch (text/plain), 1.84 KB, created by
David Nind
on 2022-10-24 13:27:15 UTC
(
hide
)
Description:
Bug 31952: Add page-section to authorized values admin
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-24 13:27:15 UTC
Size:
1.84 KB
patch
obsolete
>From 54f9698735547c976fa7059846fbca29128f14e3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 24 Oct 2022 12:50:18 +0100 >Subject: [PATCH] Bug 31952: Add page-section to authorized values admin > >This patch adds the page-section container to the authorized_values >administration area. > >Test plan >1) Confirm that the AV admin area looks reasonable for all area's of > display > >https://bugs.koha-community.org/show_bug.cgi?id=31942 > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index 3aedceb814..959ffb4595 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -306,6 +306,7 @@ > </div> > [% END # /FOR m IN messages %] > >+ <div class="page-section"> > [% IF ( searchfield ) %] > > <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category"> >@@ -388,7 +389,6 @@ > [% END # /IF loop %] > > [% ELSE # category was selected %] >- > <table id="categoriest" class="authorized_values_table"> > <thead> > <tr> >@@ -411,8 +411,8 @@ > [% END # /FOR c %] > </tbody> > </table> <!-- /#categoriest --> >- > [% END # /IF ( searchfield )%] >+ </div> > > [% END # /IF op == 'list' %] > >-- >2.30.2
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 31942
:
142491
|
142500
|
142524