@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -29,7 +29,6 @@ [% IF tab %] $('#addbibliotabs').selectTabByID("#[% tab | html %]"); - console.log("[% tab %]"); [% END %] Sticky = $("#toolbar"); @@ -576,7 +575,7 @@ function Changefwk() { [% END %]
[% FOREACH BIG_LOO IN BIG_LOOP %] - [% SET tabname = BIG_LOO.number + 1 %] + [% SET tabname = BIG_LOO.number %]
-

Section [% tabname %]

+

Section [% tabname | html %]

[% FOREACH innerloo IN BIG_LOO.innerloop %] [% IF ( innerloo.tag ) %] -
+
[% IF advancedMARCEditor %] [% innerloo.tag | html %] --