Moving </head><body> into body of templates so that js and css can be embedded per...
[koha_ffzg] / cataloguing / addbiblio.pl
index 7abb2b9..be9590f 100755 (executable)
@@ -661,6 +661,10 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         flagsrequired   => { editcatalogue => 1 },
                css_page => 'addbiblio.css',
                js_page => 'addbiblio.js',
+               js_libs =>  [   
+                          { lib => 'lib/jquery/jquery.js' },
+                                                 { lib => 'lib/jquery/plugins/jquery.blockUI.js' },
+                        ],
     }
 );