Bugzilla – Attachment 105773 Details for
Bug 25696
Test prediction pattern button is invalid HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25696: Correct "Test prediction pattern" HTML button
Bug-25696-Correct-Test-prediction-pattern-HTML-but.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2020-06-11 19:23:50 UTC
(
hide
)
Description:
Bug 25696: Correct "Test prediction pattern" HTML button
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-11 19:23:50 UTC
Size:
1.83 KB
patch
obsolete
>From 30570381b19b6f495e8a9cb5fbfe1e9ecbe724d7 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 9 Jun 2020 15:38:27 +1000 >Subject: [PATCH] Bug 25696: Correct "Test prediction pattern" HTML button > >This patch corrects the closing tag for the "Test prediction pattern" >button from "</a>" to "</button>" > >Test plan: >1. Apply the patch >2. Create a serial subscription from a new or existing bib record >3. Choose any frequency, numbering pattern, and subscription start >date you choose (ie fill out all mandatory subscription fields) >4. Click "Test prediction pattern" >5. Note that the prediction pattern appears on the right of the screen > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index fd603e167a..1075e14d19 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -468,7 +468,7 @@ fieldset.rows table { clear: none; margin: 0; } > </ol> > </div> <!-- /#advancedpredictionpattern --> > <fieldset class="action"> >- <button type="button" id="testpatternbutton" class="btn btn-default btn-sm"><i class="fa fa-play"></i> Test prediction pattern</a> >+ <button type="button" id="testpatternbutton" class="btn btn-default btn-sm"><i class="fa fa-play"></i> Test prediction pattern</button> > </fieldset> > </fieldset> > >-- >2.11.0
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 25696
:
105654
| 105773