Bugzilla – Attachment 142392 Details for
Bug 31830
Add page-section to budgets and funds table on acq start page (acq)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31830: (QA follow-up) include heading in page section
Bug-31830-QA-follow-up-include-heading-in-page-sec.patch (text/plain), 1.48 KB, created by
Katrin Fischer
on 2022-10-21 13:42:16 UTC
(
hide
)
Description:
Bug 31830: (QA follow-up) include heading in page section
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-21 13:42:16 UTC
Size:
1.48 KB
patch
obsolete
>From ffc6dcf85d461151fcacf7bc5fab5460e5f1c44f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 21 Oct 2022 13:40:05 +0000 >Subject: [PATCH] Bug 31830: (QA follow-up) include heading in page section > >Moves the div up a few levels to the heading for this part of the page >is included. This also makes it consistent with the page-section for >"Manage orders" directly above. > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 4ec33c3ea7..4c2b53d6d3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -88,6 +88,7 @@ > > [% IF ( loop_budget ) %] > >+<div class="page-section"> > <h3>All available funds</h3> > > <div id="BudgetsAndFunds"> >@@ -105,7 +106,6 @@ > </select> > </span> > </div> >- <div class="page-section"> > <table id="accounts"> > > <thead> >@@ -198,9 +198,9 @@ > [% END %] > </tbody> > </table> >- </div><!-- /.page-section --> > </div><!-- /#BudgetsAndFunds --> >- [% END %] >+</div><!-- /.page-section --> >+[% END %] > > </main> > </div> <!-- /.col-sm-10.col-sm-push-2 --> >-- >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 31830
:
142216
|
142233
|
142391
| 142392