From cbe994bb169d314a3abd2522d9ff305331c6d057 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 29 Aug 2008 09:06:03 -0500 Subject: [PATCH] Fixing markup errors, tweaking show/hide javascript. Signed-off-by: Galen Charlton --- admin/marc_subfields_structure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl index 7884d0bc2b..8c1c4504d8 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -258,7 +258,7 @@ if ( $op eq 'add_form' ) { -id => "repeatable$i" ); $row_data{mandatory} = CGI::checkbox( - -name => "mandatory$i", + -name => "mandatory", -checked => $data->{'mandatory'} ? 'checked' : '', -value => 1, -label => '', -- 2.39.5