@@ -, +, @@ - Tools home page - Import patrons - Import results - Notices and slips - Main page - Main page filtered by library - New notice - Edit notice - Preview notice: With a CHECKIN, CHECKOUT, or HOLD_SLIP notice, fill in the "Data for preview" box in the "Email" section. Although the template loads in a modal window which doesn't show the page title, you can confirm that there are no errors. - Overdue notice/status triggers - Batch patron deletion - Confirmation page - Batch patron modification - Batch extend due dates - Upload patron images --- .../prog/en/modules/batch/print-notices.tt | 9 +++-- .../modules/tools/batch_extend_due_dates.tt | 34 ++++++++++++++-- .../prog/en/modules/tools/cleanborrowers.tt | 15 ++++--- .../prog/en/modules/tools/import_borrowers.tt | 18 +++++---- .../prog/en/modules/tools/letter.tt | 39 ++++++++++++------ .../prog/en/modules/tools/modborrowers.tt | 40 +++++++++++++++---- .../prog/en/modules/tools/overduerules.tt | 6 ++- .../prog/en/modules/tools/picture-upload.tt | 10 ++++- .../prog/en/modules/tools/preview_letter.tt | 9 ++++- .../prog/en/modules/tools/tools-home.tt | 7 +++- 10 files changed, 143 insertions(+), 44 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt @@ -1,10 +1,13 @@ -[% INCLUDE 'doc-head-open.inc' %] [% USE raw %] - Print notices for [% today | html %] +[% PROCESS 'i18n.inc' %] +[% INCLUDE 'doc-head-open.inc' %] + [% FILTER collapse %] + [% tx("Print notices for {today}", { today = today }) | html %] + [% END %]