Bugzilla – Attachment 142493 Details for
Bug 31945
Add page-section to admin > patron categories area
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31945: Add page-section container to patron categories page
Bug-31945-Add-page-section-container-to-patron-cat.patch (text/plain), 1.33 KB, created by
Martin Renvoize (ashimema)
on 2022-10-24 12:11:07 UTC
(
hide
)
Description:
Bug 31945: Add page-section container to patron categories page
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 12:11:07 UTC
Size:
1.33 KB
patch
obsolete
>From 8a8cf7e8df6cd0c74157c7cd046398477a3f24be Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 24 Oct 2022 13:10:08 +0100 >Subject: [PATCH] Bug 31945: Add page-section container to patron categories > page > >This patch adds the page-section container to the patron categories >administration page >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 6e3ce07b3c..91be5a1c53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -545,10 +545,11 @@ > </div> > > <h1>Patron categories</h1> >+ <div class="page-section"> > [% IF searchfield %] > You searched for [% searchfield | html %]</span> > [% END %] >- [% IF categories%] >+ [% IF categories %] > <table id="patron_categories"> > <thead> > <tr> >@@ -718,6 +719,7 @@ > [% ELSE %] > <div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categories.pl?op=add_form">Create a new category</a>.</div> > [% END %] >+ </div> > [% END %] > > </main> >-- >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 31945
:
142493
|
142511
|
142523