@@ -, +, @@ --- installer/data/mysql/en/mandatory/sample_notices.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ a/installer/data/mysql/en/mandatory/sample_notices.yml @@ -243,6 +243,7 @@ tables: - "Pages: <>" - "Chapters: <>" - "Notes: <>" + - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - "" - "Your library" @@ -268,8 +269,9 @@ tables: - "Pages: <>" - "Chapters: <>" - "Notes: <>" + - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - "" - - "You may pick your article up at <>." + - "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following url(s): [% article_request.urls %].[% END %]" - "" - "Thank you!" @@ -295,7 +297,7 @@ tables: - "Pages: <>" - "Chapters: <>" - "Notes: <>" - - "" + - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - "" - "Thank you!" @@ -321,6 +323,7 @@ tables: - "Pages: <>" - "Chapters: <>" - "Notes: <>" + - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - "" - "Thank you!" @@ -349,6 +352,7 @@ tables: - "Pages: <>" - "Chapters: <>" - "Notes: <>" + - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" - "" - module: circulation --