Bugzilla – Attachment 126127 Details for
Bug 29213
Typo ol in member-alt-contact-style.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29213: Fix typo ol in member-alt-contact-style.inc
Bug-29213-Fix-typo-ol-in-member-alt-contact-stylei.patch (text/plain), 1.38 KB, created by
Fridolin Somers
on 2021-10-12 18:52:14 UTC
(
hide
)
Description:
Bug 29213: Fix typo ol in member-alt-contact-style.inc
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2021-10-12 18:52:14 UTC
Size:
1.38 KB
patch
obsolete
>From 3710fa77357128d4adef0179203d2234cb6af25d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 12 Oct 2021 08:49:48 -1000 >Subject: [PATCH] Bug 29213: Fix typo ol in member-alt-contact-style.inc > >There is a typo in member-alt-contact-style.inc, tag ol is open twice for alternate contact. > >Test plan : >1) Create new patron >2) Look at HTML structure in "Alternate contact" section >=> Without patch you see <ol> twice and </ol> once >=> With patch you see once <ol> and </ol> >--- > .../intranet-tmpl/prog/en/includes/member-alt-contact-style.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc >index 645bb99e95..6211c412af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc >@@ -1,7 +1,7 @@ > [% USE Koha %] > [% BLOCK 'alt-contact-style' %] > <fieldset class="rows" id="memberentry_altaddress"> >- <legend id="alt_contact_lgd">Alternate contact</legend><ol> >+ <legend id="alt_contact_lgd">Alternate contact</legend> > <ol> > [% IF Koha.Preference( 'AddressFormat' ) %] > [% PROCESS "member-alt-contact-style-${ Koha.Preference( 'AddressFormat' ) }" %] >-- >2.32.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 29213
:
126127
|
126133
|
126177