diff --git a/admin/koha2marclinks.pl b/admin/koha2marclinks.pl index aa2e3682ff..c23c39de5d 100755 --- a/admin/koha2marclinks.pl +++ b/admin/koha2marclinks.pl @@ -89,7 +89,6 @@ if ( $op eq 'add_form' ) { -default => "$defaulttagfield $defaulttagsubfield - $defaultliblibrarian", -size => 1, - -tabindex => '', -multiple => 0, ); $template->param( "marclist$i" => $marclist ); @@ -173,7 +172,6 @@ else { # DEFAULT ], -default => $tablename, -size => 1, - -tabindex => '', -multiple => 0 ) ); diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl index 2759a03af9..b930271af5 100755 --- a/admin/marctagstructure.pl +++ b/admin/marctagstructure.pl @@ -118,7 +118,6 @@ if ($op eq 'add_form') { my $authorised_value = CGI::scrolling_list(-name=>'authorised_value', -values=> \@authorised_values, -size=>1, - -tabindex=>'', -id=>"authorised_value", -multiple=>0, -default => $data->{'authorised_value'}, @@ -138,13 +137,11 @@ if ($op eq 'add_form') { repeatable => CGI::checkbox(-name=>'repeatable', -checked=> $data->{'repeatable'}?'checked':'', -value=> 1, - -tabindex=>'', -label => '', -id=> 'repeatable'), mandatory => CGI::checkbox(-name => 'mandatory', -checked => $data->{'mandatory'}?'checked':'', -value => 1, - -tabindex=>'', -label => '', -id => 'mandatory'), authorised_value => $authorised_value, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl index 3a95d533bd..774d947e92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl @@ -79,11 +79,8 @@ function Check(f) {