X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=admin%2Fmarctagstructure.pl;h=92e0d99b196869e25cc2e6825c32638e50e9c31c;hb=0a27e64a5b1b3f1bd4248c3d63a56952fcd92788;hp=a20f77c13289e0ffcdcb6e416c9b79155ae9dbf5;hpb=f1762530d1d8f2cc49738fabf53e512e633b4079;p=koha.git 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',