Bugzilla – Attachment 120771 Details for
Bug 18112
Add street type to main address in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18112: (follow-up) add required class to select
Bug-18112-follow-up-add-required-class-to-select.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2021-05-10 12:12:21 UTC
(
hide
)
Description:
Bug 18112: (follow-up) add required class to select
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-05-10 12:12:21 UTC
Size:
1.46 KB
patch
obsolete
>From c7d25776ba36577d636673bc5b9eaf38e5559284 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 7 May 2021 18:59:26 +0000 >Subject: [PATCH] Bug 18112: (follow-up) add required class to select > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 206fe212b4..ada23ef25b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -430,7 +430,7 @@ > <li> > <label for="borrower_streettype" class="[% required.streettype | html %]">Street type:</label> > >- <select name="borrower_streettype" name="borrower_streettype"> >+ <select name="borrower_streettype" name="borrower_streettype" class="[% required.streettype | html %]"> > <option value=""></option> > [% FOR roadtype IN roadtypes %] > [% IF roadtype.authorised_value == patron.streettype %] >-- >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 18112
:
120476
|
120720
|
120770
|
120771
|
120809
|
120810
|
120841