@@ -, +, @@ --- .../prog/en/modules/suggestion/suggestion.tt | 12 +++++++----- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -8,18 +8,20 @@ [% USE TablesSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Acquisitions › +<title> [% IF op == 'save' %] [% IF ( suggestionid ) %] - Suggestions › Edit suggestion #[% suggestionid | html %] + Edit suggestion #[% suggestionid | html %] › Suggestions [% ELSE %] - Suggestions › Add suggestion + Add suggestion › Suggestions [% END %] + [% ELSIF ( op == 'show' ) %] - Suggestions › Show suggestion #[% suggestionid | html %] + Show suggestion #[% suggestionid | html %] › Suggestions + [% ELSE %] Suggestions management - [% END %] + [% END %] › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] [% IF op == 'else' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -3,7 +3,7 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] +[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -3,7 +3,7 @@ [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] +[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha [% INCLUDE 'doc-head-close.inc' %]