koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ...


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ...
Date: Mon, 13 Mar 2006 23:45:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Joshua Ferraro <address@hidden> 06/03/13 23:45:13

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/catalogue: MARCdetail.tmpl 

Log message:
        minor template bugfix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:1.1 
koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:1.2
--- koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl:1.1  Mon Feb 
13 16:37:57 2006
+++ koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl      Mon Mar 
13 23:45:12 2006
@@ -407,7 +407,7 @@
 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 @@
   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" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]