minor template bugfix
authorkados <kados>
Mon, 13 Mar 2006 23:45:12 +0000 (23:45 +0000)
committerkados <kados>
Mon, 13 Mar 2006 23:45:12 +0000 (23:45 +0000)
koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl

index dabb31a..c5c1703 100644 (file)
@@ -407,7 +407,7 @@ function active(numlayer)
 function confirm_deletion() {
        var is_confirmed = confirm('Are you sure you want to delete this biblio?');
        if (is_confirmed) {
-               window.location="cataloguing/addbiblio.pl?op=delete&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->";
+               window.location="../cataloguing/addbiblio.pl?op=delete&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->";
        }
 }
 function Dopop(link) {
@@ -422,4 +422,4 @@ function Addbiblio(op) {
   window.location = "../cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&frameworkcode="+fwk+"&op="+op; 
 }
 </script>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->