Bugzilla – Attachment 147506 Details for
Bug 33090
page-sections are missing in the account line details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33090: Add page-section to accountline-details
Bug-33090-Add-page-section-to-accountline-details.patch (text/plain), 1.62 KB, created by
Martin Renvoize (ashimema)
on 2023-02-28 16:41:28 UTC
(
hide
)
Description:
Bug 33090: Add page-section to accountline-details
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-02-28 16:41:28 UTC
Size:
1.62 KB
patch
obsolete
>From 57d3c484b67d4ea6ed22c15010f8ddc772860bd1 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 28 Feb 2023 16:40:34 +0000 >Subject: [PATCH] Bug 33090: Add page-section to accountline-details > >This patch adds page-section containers to the accountlines details >display page. > >I'm not really sure I like the appearance yet.. input welcome. >--- > .../prog/en/modules/members/accountline-details.tt | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >index 4890fd27e9..8e7334c61e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >@@ -81,6 +81,8 @@ > <h2>Details of debit</h2> > [% END %] > >+ <div class="page-section"> >+ > <table id="table_account_fines"> > <thead> > <tr> >@@ -161,7 +163,9 @@ > </tr> > </tbody> > </table> >+ </div> > >+ <div class="page-section"> > <h3>History</h3> > <table class="accountline-offsets-table" id="accountline-debits-table"> > <thead> >@@ -234,6 +238,7 @@ > [% END %] > </tbody> > </table> >+ </div> > [% ELSE %] > <div class="dialog message"> > Account not found >-- >2.39.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 33090
:
147506
|
147561
|
147757