@@ -, +, @@ - Apply the patch and go to Tools -> HTML customizations. - Create or edit an entry. - You should see tabs for each available language, for example Default, English, French. - Test adding content to each language to confirm that the correct information is saved under the correct tab. --- .../en/modules/tools/additional-contents.tt | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 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 @@ -270,19 +270,20 @@ [% IF languages.size %] -
- -
+ [% END # /WRAPPER tabs_nav %] + + [% WRAPPER tab_panels %] [% FOR language IN languages %] -
+ [% WRAPPER tab_panel tabname="lang_${language.lang}" %]
  1. @@ -296,17 +297,17 @@
-
- [% END %] -
-
+ [% END # /WRAPPER tab_panel#lang %] + [% END # /FOR language %] + [% END # /WRAPPER tab_panels %] + [% END # /WRAPPER tabs %] [% ELSE %]
- [% END %] + [% END # /IF languages.size %] [% END %] --