Bugzilla – Attachment 144080 Details for
Bug 32254
Add 'page-section' to various tools pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32254: (follow-up) Add page section to Cashup history
Bug-32254-follow-up-Add-page-section-to-Cashup-his.patch (text/plain), 1.73 KB, created by
David Nind
on 2022-11-18 21:02:50 UTC
(
hide
)
Description:
Bug 32254: (follow-up) Add page section to Cashup history
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-18 21:02:50 UTC
Size:
1.73 KB
patch
obsolete
>From 3e8ddff824a00899af4d9acc2916953d9a398d13 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 17 Nov 2022 18:45:33 +0000 >Subject: [PATCH] Bug 32254: (follow-up) Add page section to Cashup history > >Adds one missing page section on the last table of the >POS transactions page. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: David <david@davidnind.com> >--- > .../prog/en/modules/pos/register.tt | 22 ++++++++++--------- > 1 file changed, 12 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index 4dee9331e7..bcc34136ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -268,16 +268,18 @@ > > <hr/> > <h2>Cashup history</h2> >- <table id="table_cashups"> >- <thead> >- <tr> >- <th>Date</th> >- <th>Cashier</th> >- <th>Amount</th> >- <th data-class-name="actions">Actions</th> >- </tr> >- </thead> >- </table> >+ <div class="page-section"> >+ <table id="table_cashups"> >+ <thead> >+ <tr> >+ <th>Date</th> >+ <th>Cashier</th> >+ <th>Amount</th> >+ <th data-class-name="actions">Actions</th> >+ </tr> >+ </thead> >+ </table> >+ </div> > [% END %] > </div> > >-- >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 32254
:
144018
|
144025
|
144026
|
144074
|
144079
| 144080 |
144081
|
144091