From 4d5ed7ac27770b393e3e2cf7c30e86dcd04df72c Mon Sep 17 00:00:00 2001 From: hdl Date: Mon, 16 Jul 2007 15:41:40 +0000 Subject: [PATCH] AddBiblio can be executed as a popup now. --- .../prog/en/cataloguing/addbiblio.tmpl | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl index 34df8639c7..c854bb9c09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl @@ -2,9 +2,17 @@ Koha › Cataloging › <!-- TMPL_IF NAME="biblionumber" -->Edit MARC Record Number <!-- TMPL_VAR name="biblionumber" --><!-- TMPL_ELSE -->Add MARC Record<!-- /TMPL_IF --> + - + + + +

Edit MARC Record Number Add MARC Record

@@ -12,15 +20,22 @@ + + + - + +
Change framework : - + + + + " /> " /> @@ -49,7 +64,7 @@
-

Is this a duplicate of " onclick="openWindow('../MARCdetail.pl?biblionumber=&popup=1', 'Duplicate biblio'; return false;)">?

+

Is this a duplicate of " onclick="openWindow('../MARCdetail.pl?biblionumber=&popup=1', 'Duplicate biblio'; return false;)">?

You must either :

  • If it is a duplicate, ">Edit Items of the existing record.
  • @@ -394,4 +409,5 @@ function unHideSubfield(index,labelindex) { label.style.display='none'; } + -- 2.39.2