@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt | 2 +- .../prog/en/modules/serials/subscription-bib-search.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -80,9 +80,9 @@ tr.selected td { [% END #/ WRAPPER sub-header.inc %]
+ [% INCLUDE 'messages.inc' %] [% IF ( opsearch ) %]
- [% INCLUDE 'messages.inc' %]

Order from external source

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -44,9 +44,9 @@
+ [% INCLUDE 'messages.inc' %]
- [% INCLUDE 'messages.inc' %]

Koha

[% IF (Koha.Preference('StaffLoginInstructions')) %]
[% Koha.Preference('StaffLoginInstructions') | $raw %]
[% END %] [% IF ( nopermission ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt @@ -13,9 +13,9 @@
+ [% INCLUDE 'messages.inc' %]

Label printing/exporting

[% IF ( batches ) %] - [% INCLUDE 'messages.inc' %]

Click on the following links to download the exported batch(es).

[% IF warn_empty_range %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt @@ -34,9 +34,9 @@
+ [% INCLUDE 'messages.inc' %]

Search results

[% IF ( results ) %] - [% INCLUDE 'messages.inc' %]

Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]

[% ELSE %]

No results found

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt @@ -11,13 +11,13 @@
+ [% INCLUDE 'messages.inc' %]

Search for items [% IF ( batch_id ) %] to add to Batch [% batch_id | html %] [% END %]

- [% INCLUDE 'messages.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt @@ -7,9 +7,9 @@
+ [% INCLUDE 'messages.inc' %] [% IF ( total ) %] - [% INCLUDE 'messages.inc' %]

Search results from [% from | html %] to [% to | html %] of [% total | html %]

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt @@ -5,9 +5,9 @@
+ [% INCLUDE 'messages.inc' %]

Catalog search

- [% INCLUDE 'messages.inc' %] [% IF ( no_query ) %]
You must enter a term to search on
[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -55,9 +55,9 @@ [% END #/ WRAPPER sub-header.inc %]
+ [% INCLUDE 'messages.inc' %]

Batch item deletion

- [% INCLUDE 'messages.inc' %] [% FOREACH message IN messages %] [% IF message.type == 'success' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -56,9 +56,9 @@ [% END #/ WRAPPER sub-header.inc %]
+ [% INCLUDE 'messages.inc' %]

Batch item modification

- [% INCLUDE 'messages.inc' %] [% IF op == 'enqueued' %]

The job has been enqueued!

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt @@ -11,9 +11,9 @@
+ [% INCLUDE 'messages.inc' %]

Preview notice template

[% FOR m IN messages %] - [% INCLUDE 'messages.inc' %] [%# FIXME The message block does not appear at the top of the modal! %]
[% SWITCH m.code %] --