X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fmarctagstructure.pl;h=92e0d99b196869e25cc2e6825c32638e50e9c31c;hb=5f2e1ba7b14b226cbe23438116d77be710dd88b0;hp=a20f77c13289e0ffcdcb6e416c9b79155ae9dbf5;hpb=2ba1ba0cfc2ec5583995774f34617abd4cab3fc5;p=koha_fer diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl index a20f77c132..92e0d99b19 100755 --- a/admin/marctagstructure.pl +++ b/admin/marctagstructure.pl @@ -118,12 +118,12 @@ if ($op eq 'add_form') { if ($searchfield) { $template->param(searchfield => $searchfield); $template->param(action => "Modify tag"); - $template->param('heading-modify-tag-p' => 1); + $template->param('heading_modify_tag_p' => 1); } else { $template->param(action => "Add tag"); - $template->param('heading-add-tag-p' => 1); + $template->param('heading_add_tag_p' => 1); } - $template->param('use-heading-flags-p' => 1); + $template->param('use_heading_flags_p' => 1); $template->param(liblibrarian => $data->{'liblibrarian'}, libopac => $data->{'libopac'}, repeatable => CGI::checkbox(-name=>'repeatable',