@@ -, +, @@ news - The breadcrumbs should be: Home > Tools > News - Click "New entry." The breadcrumbs should be: Home > Tools > News > Add additional content (News). Clicking "News" should take you to the correct page. - Go to Tools -> HTML customizations. - The breadcrumbs should be Home > Tools > HTML customizations. - Click "New entry." The breadcrumbs should be: Home > Tools > HTML customizations > Add additional content (HTML customizations). Clicking "HTML customizations" should take you to the correct page. --- .../prog/en/modules/tools/additional-contents.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -35,9 +35,6 @@ Tools -
  • - Additional contents -
  • [% IF op == 'add_form' %]
  • [% IF category == 'news' %] @@ -49,9 +46,9 @@
  • [% IF additional_content.idnew %] - Modify additional content + Modify additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) [% ELSE %] - Add additional content + Add additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) [% END %]
  • --