koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCde


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCdetail.tmpl,1.26,1.27
Date: Tue, 02 Nov 2004 09:28:34 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18750/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
        MARCdetail.tmpl 
Log Message:
new feature : checking for duplicate biblio.

For instance, it's only done on ISBN only. Will be improved soon.

When a duplicate is detected, the biblio is not saved, but the user is asked 
for a confirmations.

Index: MARCdetail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** MARCdetail.tmpl     27 Oct 2004 08:12:11 -0000      1.26
--- MARCdetail.tmpl     2 Nov 2004 17:28:31 -0000       1.27
***************
*** 1,42 ****
  <!-- TMPL_INCLUDE NAME="marc-top.inc" -->
  
! <div class="tabbed">
!       <h1 class="catalogue">MARC biblio : <!-- TMPL_VAR NAME="bibid" --></h1>
!       <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->" class="button catalogue">
!               Edit biblio
!       </a>
!       <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" 
class="button catalogue">
!               Edit item
!       </a>
! 
!       <a href="javascript:confirm_deletion()" class="button catalogue">
!               delete
!       </a>
!       <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" 
class="button catalogue">
!               Normal
!       </a>
!       <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" 
class="button catalogue">
!               ISBD
!       </a>
!       <a 
href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
!               Add to shelf
!       </a>
!       <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" -->')" class="button catalogue">
!               Print
!       </a>
!       <!-- TMPL_IF name="subscriptionid" -->
!       <a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" class="button catalogue">
!               Subscription
!       </a>
!       <a href="bull/serial-issues.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
!               Issues
!       </a>
!       <!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="norequests" -->
!       <!-- TMPL_ELSE -->
!               <a href="request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" 
class="button catalogue">Request</a>
!       <!-- /TMPL_IF -->
! </div>
! 
        <div class="tabs">
                <!-- TMPL_IF NAME="0XX" -->
--- 1,43 ----
  <!-- TMPL_INCLUDE NAME="marc-top.inc" -->
  
! <!-- TMPL_UNLESS name="popup" -->
!       <div class="tabbed">
!               <h1 class="catalogue">MARC biblio : <!-- TMPL_VAR NAME="bibid" 
--></h1>
!               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
!                       Edit biblio
!               </a>
!               <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR 
name="bibid"-->" class="button catalogue">
!                       Edit item
!               </a>
!       
!               <a href="javascript:confirm_deletion()" class="button 
catalogue">
!                       delete
!               </a>
!               <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" 
class="button catalogue">
!                       Normal
!               </a>
!               <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->" class="button catalogue">
!                       ISBD
!               </a>
!               <a 
href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
!                       Add to shelf
!               </a>
!               <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" -->')" class="button catalogue">
!                       Print
!               </a>
!               <!-- TMPL_IF name="subscriptionid" -->
!               <a href="bull/subscription-detail.pl?subscriptionid=<!-- 
TMPL_VAR NAME="subscriptionid" -->" class="button catalogue">
!                       Subscription
!               </a>
!               <a href="bull/serial-issues.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
!                       Issues
!               </a>
!               <!-- /TMPL_IF -->
!               <!-- TMPL_IF NAME="norequests" -->
!               <!-- TMPL_ELSE -->
!                       <a href="request.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" -->" class="button catalogue">Request</a>
!               <!-- /TMPL_IF -->
!       </div>
! <!-- /TMPL_UNLESS -->
        <div class="tabs">
                <!-- TMPL_IF NAME="0XX" -->




reply via email to

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