X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=admin%2Fthesaurus.pl;h=cb7f0a73b27b01b4fc7c9b567f932fb32e950576;hb=2ffd5b7228f4e638583162d483e1dd2febeafe1b;hp=f7b1f11a00a920c3f1ed7c5e91bd240f186549e3;hpb=dde84179904125fcb1d8f70bcb0eecbdf71b784e;p=koha.git diff --git a/admin/thesaurus.pl b/admin/thesaurus.pl index f7b1f11a00..cb7f0a73b2 100755 --- a/admin/thesaurus.pl +++ b/admin/thesaurus.pl @@ -23,8 +23,8 @@ use C4::Auth; use C4::Interface::CGI::Output; use C4::Context; use C4::Output; -use C4::Search; -use C4::Authorities; + +use C4::AuthoritiesMarc; my $input = new CGI; my $search_category=$input->param('search_category'); @@ -152,6 +152,7 @@ if ($op eq 'add_form') { -values=> \@category_list, -default=>"$search_category", -size=>1, + -tabindex=>'', -multiple=>0, ); if (!$search_category) { @@ -200,6 +201,7 @@ if ($op eq 'add_form') { -values=> \@category_list, -default=>"$search_category", -size=>1, + -tabindex=>'', -multiple=>0, ); if (!$search_category) { @@ -262,5 +264,8 @@ if ($op eq 'add_form') { $template->param(next => "$script_name?branch=$branch&search_category=$search_category&searchstring=$searchstring&offset=$nextpage"); } } #---- END $OP eq DEFAULT - +$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), + ); output_html_with_http_headers $input, $cookie, $template->output;