Bugzilla – Attachment 146455 Details for
Bug 32159
Uncertain prices has 2 level 1 headings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32159: Fix heading hierarchy on uncertain prices page
Bug-32159-Fix-heading-hierarchy-on-uncertain-price.patch (text/plain), 1.98 KB, created by
Katrin Fischer
on 2023-02-09 21:55:45 UTC
(
hide
)
Description:
Bug 32159: Fix heading hierarchy on uncertain prices page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-09 21:55:45 UTC
Size:
1.98 KB
patch
obsolete
>From 7484776ff87a6f823e8a04c7bc6cbb08b7030e3a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 9 Feb 2023 22:52:07 +0100 >Subject: [PATCH] Bug 32159: Fix heading hierarchy on uncertain prices page > >This makes sure we don't have 2 level 1 headings on the same page. > >To test: >* Create a new order for a basket in the acq module, > make sure the uncertain price checkbox is checked bevor saving >* Go to uncertain prices using the link in the toolbar on the > basket summary page >* Verify that there are 2 almost identical h1 headings and a "/ Fax:" > reference at the top of the page >* Apply patch >* Verify that we now have one level 1 heading and a level 2 heading > for each section. The fax reference is also gone. >--- > .../intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index eb60667e7e..0cb91a3bae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -65,7 +65,7 @@ > [% bookselleraddress4 | html %] > </p> > <p><strong>Phone: </strong> >- [% booksellerphone | html %] / Fax: >+ [% booksellerphone | html %] > <dl> > [% FOREACH contact IN contacts %] > <dt><strong>Contact: </strong></dt> >@@ -85,9 +85,8 @@ > </div> <!-- /.page-section --> > [% END %] > >- <h1>Orders with uncertain prices</h1> >- > <div class="page-section"> >+ <h2>Order lines with uncertain prices</h2> > <form action="[% scriptname | html %]" method="post"> > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <label for="owner">Orders from:</label> >-- >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 32159
:
146455
|
146646
|
146907
|
147207