@@ -, +, @@ --- .../prog/en/includes/authorities_js.inc | 5 +++++ .../en/modules/authorities/authorities-home.tt | 2 +- .../en/modules/authorities/searchresultlist.tt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc @@ -1,3 +1,5 @@ + + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt @@ -19,9 +19,9 @@ function searchauthority() { function confirm_deletion() { // not really implemented, but required by phantom delAuthButton code in authorities-toolbar.inc return true; } -[% INCLUDE 'authorities_js.inc' %] //]]> +[% INCLUDE 'authorities_js.inc' %] [% INCLUDE 'header.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt @@ -36,9 +36,9 @@ function searchauthority() { window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; } -[% INCLUDE 'authorities_js.inc' %] //]]> +[% INCLUDE 'authorities_js.inc' %] [% INCLUDE 'header.inc' %] --