@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Error [% errno | html %] +Error [% errno | html %] › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -9,7 +9,7 @@ [% USE Price %] [% INCLUDE 'doc-head-open.inc' %] -Koha › ILL requests +ILL requests › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt @@ -1,11 +1,11 @@ [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -Koha › +<title> [% IF ( nopermission ) %]Access denied[% END %] [% IF ( timed_out ) %]Session timed out[% END %] [% IF ( different_ip ) %]IP address change[% END %] [% IF ( invalid_username_or_password ) %]Invalid username or password[% END %] - [% IF ( loginprompt ) %]Log in to the Koha web installer[% END %] + [% IF ( loginprompt ) %]Log in to the Koha web installer[% END %] › Koha [% INCLUDE 'installer-doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › +<title> [% UNLESS ( language ) %] Choose your language [% END %] [% IF ( language ) %] [% UNLESS ( checkmodule ) %] @@ -11,7 +11,7 @@ [% END %] [% END %] Check Perl dependencies - [% END %] + [% END %] › Web installer › Koha [% INCLUDE 'installer-doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt @@ -1,5 +1,5 @@ [% USE HtmlTags %] -[% INCLUDE 'doc-head-open.inc' %]Koha › Web installer › Database settings +[% INCLUDE 'doc-head-open.inc' %]Database settings › Web installer › Koha [% INCLUDE 'installer-doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -1,7 +1,7 @@ [% USE raw %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › +<title> [% IF ( proposeimport ) %] Set up database [% END %] @@ -30,7 +30,7 @@ [% END %] [% IF ( finish ) %] Installation complete - [% END %] + [% END %] › Web installer › Koha [% INCLUDE 'installer-doc-head-close.inc' %] --