New framework handling. New koha_attr table for mapping MARC to koha
[koha-ffzg.git] / admin / authtypes.pl
index fa5522d..bbfede9 100755 (executable)
@@ -28,7 +28,6 @@ use C4::Output;
 use C4::Search;
 use C4::Auth;
 use C4::Interface::CGI::Output;
-use HTML::Template;
 
 sub StringSearch  {
        my ($env,$searchstring,$type)=@_;
@@ -84,7 +83,7 @@ if ($op eq 'add_form') {
                $data=$sth->fetchrow_hashref;
                $sth->finish;
        }
-       warn "=> $data->{'authtypetext'} : ".$data->{'summary'};
+#      warn "=> $data->{'authtypetext'} : ".$data->{'summary'};
        $template->param(authtypecode => $authtypecode,
                                                        authtypetext => $data->{'authtypetext'},
                                                        auth_tag_to_report => $data->{'auth_tag_to_report'},
@@ -171,10 +170,6 @@ if ($op eq 'add_form') {
                $template->param(next => "$script_name?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;
 
 # Local Variables: