@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt | 2 +- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- .../prog/en/modules/tools/additional-contents.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/includes/xslt-handler.inc | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc @@ -70,7 +70,7 @@ [%- data.cardnumber | html -%] [%- END -%] [%- ELSE -%] - A patron from library [% Branches.GetName( patron.branchcode ) | html -%] + A patron from library [% Branches.GetName( patron.branchcode ) | html -%] [%- END -%] [%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -66,7 +66,7 @@ [% END %]

[% IF ( invoiceclosedate ) %] - Receipt summary for [% name | html %] [% IF ( invoice ) %] [ [% invoice | html %] ] [% END %] + Receipt summary for [% name | html %] [% IF ( invoice ) %] [ [% invoice | html %] ] [% END %] [% ELSE %] Receive orders from [% name | html %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -7,7 +7,7 @@ [% IF (server.servertype||type) == 'sru' %] SRU [% ELSIF (server.servertype||type) == 'zed' %] - Z39.50 + Z39.50 [% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -87,7 +87,7 @@ [% QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 %] [% IF ( QUEUED_MESSAGE.failure_code ) %] - [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]Invalid borrowernumber [% borrowernumber | html %] + [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]Invalid borrowernumber [% borrowernumber | html %] [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_EMAIL' ) %]Unable to find an email address for this borrower [% ELSIF (matches = QUEUED_MESSAGE.failure_code.match('INVALID_EMAIL:(\w+)') ) %]Invalid [% matches.0 | html %] email address found [% borrowernumber | html %] [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_FROM' ) %]Missing from email address --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -198,7 +198,7 @@ Pending [% SET status_found = 1 %] [% ELSIF ( STATUS == 'ACCEPTED' ) %] - Accepted + Accepted [% SET status_found = 1 %] [% ELSIF ( STATUS == 'CHECKED' ) %] Checked --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -86,7 +86,7 @@ [% CASE 'error_on_update' %] An error occurred when updating this content. Perhaps it already exists [% CASE 'error_on_insert' %] - An error occurred when adding this content. Check the logs + An error occurred when adding this content. Check the logs [% CASE 'error_on_delete' %] An error occurred when deleting this content. Check the logs [% CASE 'success_on_update' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -292,9 +292,9 @@ [% FOREACH problem IN result.problems %] [% IF problem.key == 'wrongplace' %] - Found in wrong place
+ Found in wrong place
[% ELSIF problem.key == 'changestatus' %] - Unknown not-for-loan status
+ Unknown not-for-loan status
[% ELSIF problem.key == 'not_scanned' %] Missing (not scanned)
[% ELSIF problem.key == 'checkedout' %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/xslt-handler.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/xslt-handler.inc @@ -2,7 +2,7 @@ [% CASE 'XSLTH_ERR_NO_FILE' %] No XSLT file passed. [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %] - XSLT file not found.
+ XSLT file not found. [% CASE 'XSLTH_ERR_LOADING' %] Error while loading stylesheet. [% CASE 'XSLTH_ERR_PARSING_CODE' %] --