@@ -, +, @@ --- catalogue/MARCdetail.pl | 2 +- .../prog/en/modules/catalogue/MARCdetail.tmpl | 44 ++++++++++---------- 2 files changed, 23 insertions(+), 23 deletions(-) --- a/catalogue/MARCdetail.pl +++ a/catalogue/MARCdetail.pl @@ -227,7 +227,7 @@ for ( my $tabloop = 0 ; $tabloop <= 10 ; $tabloop++ ) { undef @subfields_data; } } - $template->param( $tabloop . "XX" => \@loop_data ); + $template->param( "tab" . $tabloop . "XX" => \@loop_data ); } # now, build item tab ! --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl @@ -45,42 +45,42 @@ function Changefwk(FwkList) {
- +
@@ -110,7 +110,7 @@ function Changefwk(FwkList) {
- +
@@ -140,7 +140,7 @@ function Changefwk(FwkList) {
- +
@@ -170,7 +170,7 @@ function Changefwk(FwkList) {
- +
@@ -200,7 +200,7 @@ function Changefwk(FwkList) {
- +
@@ -230,7 +230,7 @@ function Changefwk(FwkList) {
- +
@@ -260,7 +260,7 @@ function Changefwk(FwkList) {
- +
@@ -290,7 +290,7 @@ function Changefwk(FwkList) {
- +
@@ -320,7 +320,7 @@ function Changefwk(FwkList) {
- +
@@ -350,7 +350,7 @@ function Changefwk(FwkList) {
- +
@@ -379,7 +379,7 @@ function Changefwk(FwkList) {
- +
--