From 6ee3e6ae745fa8787408ac5c711b1b6e7337064a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 6 Nov 2023 11:42:02 +0000 Subject: [PATCH] Bug 35187: (follow-up) Use
consistently over
The first patch highlighted a minor inconsistency to me and this patch just brings us closer to html5 consistency throughout the notices by replacing any existing occurences of `
` and `
` with the recommended `
`. Signed-off-by: Martin Renvoize --- .../mysql/en/mandatory/sample_notices.yml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 5fed36a67e0..e4a52dda8ba 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -173,22 +173,22 @@ tables: - " [% IF ( credit.credit_type_code == 'PAYMENT' ) %]" - " " - " " - - " Received with thanks from [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" - - " Card number: [% credit.patron.cardnumber | html %]
" + - " Received with thanks from [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" + - " Card number: [% credit.patron.cardnumber | html %]
" - " " - " " - " [% ELSIF ( credit.credit_type_code == 'CREDIT' ) %]" - " " - " " - - " Credit added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" - - " Card number: [% credit.patron.cardnumber | html %]
" + - " Credit added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" + - " Card number: [% credit.patron.cardnumber | html %]
" - " " - " " - " [% ELSIF ( credit.credit_type_code == 'WRITEOFF' ) %]" - " " - " " - - " Writeoff added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" - - " Card number: [% credit.patron.cardnumber | html %]
" + - " Writeoff added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %]
" + - " Card number: [% credit.patron.cardnumber | html %]
" - " " - " " - " [% END %]" @@ -283,8 +283,8 @@ tables: - " " - " " - " " - - " Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %]
" - - " Card number: [% debit.patron.cardnumber | html %]
" + - " Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %]
" + - " Card number: [% debit.patron.cardnumber | html %]
" - " " - " " - " [% IF debit.amountoutstanding != 0 %]" @@ -688,13 +688,13 @@ tables: - "" - - "
" + - "
" - "

ITEM ON HOLD

" - "

<>

" - "
<>
" @@ -718,17 +718,17 @@ tables: content: - "[%~ USE KohaDates ~%]" - "

<>

" - - "Checked out to <> <> <> <>
" - - "(<>)
" + - "Checked out to <> <> <> <>
" + - "(<>)
" - "
" - - "<>
" + - "<>
" - "
" - "

Checked out today

" - "" - "

" - - "<>
" - - "Barcode: <>
" - - "Date due: <>
" + - "<>
" + - "Barcode: <>
" + - "Date due: <>
" - "

" - "
" @@ -742,26 +742,26 @@ tables: lang: default content: - "

<>

" - - "Checked out to <> <> <> <>
" - - "(<>)
" + - "Checked out to <> <> <> <>
" + - "(<>)
" - "
" - - "<>
" + - "<>
" - "
" - "

Checked out

" - "" - "

" - - "<>
" - - "Barcode: <>
" - - "Date due: <>
" + - "<>
" + - "Barcode: <>
" + - "Date due: <>
" - "

" - "
" - "
" - "

Overdues

" - "" - "

" - - "<>
" - - "Barcode: <>
" - - "Date due: <>
" + - "<>
" + - "Barcode: <>
" + - "Date due: <>
" - "

" - "
" - "
" @@ -1366,7 +1366,7 @@ tables: - "

" - "

" - "You can now create your new password using the following link:" - - "
>\"><>" + - "
>\"><>" - "

" - "

This link will be valid for 2 days from this email's reception, then you must reapply if you do not change your password.

" - "

Thank you.

" @@ -1384,7 +1384,7 @@ tables: - "

" - "

" - "Please create your new password using the following link:" - - "
>\"><>" + - "
>\"><>" - "

" - "

This link will be valid for 5 days from this email's reception, then you must reapply if you do not change your password.

" - "

Thank you.

" @@ -2176,17 +2176,17 @@ tables: lang: default content: - "

[% branch.branchname %]

" - - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
" - - "([% borrower.cardnumber %])
" + - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
" + - "([% borrower.cardnumber %])
" - "
" - - "[% today | $KohaDates %]
" + - "[% today | $KohaDates %]
" - "
" - "

Checked in today

" - "[% FOREACH checkin IN old_checkouts %]" - "[% SET item = checkin.item %]" - "

" - - "[% item.biblio.title %]
" - - "Barcode: [% item.barcode %]
" + - "[% item.biblio.title %]
" + - "Barcode: [% item.barcode %]
" - "

" - "[% END %]" -- 2.41.0