@@ -, +, @@ of the city. --- .../mysql/en/mandatory/sample_notices.yml | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ a/installer/data/mysql/en/mandatory/sample_notices.yml @@ -536,7 +536,6 @@ tables: - "Chapters: <>" - "Notes: <>" - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - - "" - module: circulation code: CHECKIN @@ -681,17 +680,17 @@ tables: lang: default content: - "
Date: <>
" - - "" + - "
" - "

Transfer to/Hold in <>

" - - "" + - "
" - "

<>, <>

" - - "" + - "
" - "" @@ -707,7 +706,6 @@ tables: - "

Notes:" - "

<>
" - "

" - - "" - module: circulation code: ISSUEQSLIP @@ -722,9 +720,9 @@ tables: - "

<>

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

Checked out today

" - "" - "

" @@ -746,9 +744,9 @@ tables: - "

<>

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

Checked out

" - "" - "

" @@ -757,7 +755,7 @@ tables: - "Date due: <>
" - "

" - "
" - - "" + - "
" - "

Overdues

" - "" - "

" @@ -766,9 +764,9 @@ tables: - "Date due: <>
" - "

" - "
" - - "" + - "
" - "
" - - "" + - "
" - "[% IF additional_contents.count %]" - "

News

" - "[% FOREACH content IN additional_contents %]" @@ -937,9 +935,9 @@ tables: lang: default content: - "
Date: <>
" - - "" + - "
" - "

Transfer to <>

" - - "" + - "
" - "

ITEM

" - "

<>

" - "
<>
" @@ -1447,14 +1445,14 @@ tables: lang: default content: - "[% USE Koha %]" - - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]." - - "" - - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]" - - "" - - "You can search for all our materials in our catalog." - - "" - - "Your library card number is [% borrower.cardnumber %]" - - "" + - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].
" + - "
" + - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]
" + - "
" + - "You can search for all our materials in our catalog.
" + - "
" + - "Your library card number is [% borrower.cardnumber %]
" + - "
" - "If you have any problems or questions regarding your account, please contact the library." - module: members @@ -2180,9 +2178,9 @@ tables: - "

[% branch.branchname %]

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

Checked in today

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