@@ -, +, @@ --> The title of the page (in the browser tab) contains --- .../prog/en/modules/admin/restrictions.tt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -4,8 +4,18 @@ [% PROCESS 'restriction-types.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF op == 'add_form' %][% IF ( restriction ) %]Modify restriction '[% PROCESS restriction_type_description restriction_type=restriction %]' › [% ELSE %]New restriction › [% END %][% END %] -[% IF op == 'delete_confirm' %]Confirm deletion of restriction '[% PROCESS restriction_type_description restriction_type=restriction %]' › [% END %]Patron restrictions › Administration › Koha +<title> + [% IF op == 'add_form' %] + [% IF ( restriction ) %] + Modify restriction + [% ELSE %] + New restriction + [% END %] › + [% END %] + [% IF op == 'delete_confirm' %] + Confirm deletion of restriction › + [% END %] + Patron restrictions › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] --