---
 .../en/modules/authorities/authorities-home.tmpl   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl
index 425e373..ce70aa8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl
@@ -16,6 +16,9 @@ function searchauthority() {
     Y = document.forms[0].value.value;
     
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";
 }
+function confirm_deletion() {   // not really implemented, but required by 
phantom delAuthButton code in authorities-toolbar.inc
+    return true;
+}
 //]]>
 </script>
 </head>
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to