From ea63a0bfcca309bddd14e3487586037ddd1e4d9a Mon Sep 17 00:00:00 2001 From: oleonard Date: Wed, 8 Jun 2005 18:38:19 +0000 Subject: [PATCH] Synching with rel_2_2. --- .../npl/en/acqui.simple/addbiblio.tmpl | 9 ++- .../npl/en/acqui/histsearch.tmpl | 60 ++++++++++++++++++- 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl b/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl index f117bea4c5..a602ca4108 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl @@ -11,7 +11,7 @@
-

Edit MARC Record Number Add MARC Record

+

Edit MARC Record Number Add MARC Record With Framework :

@@ -429,9 +429,11 @@ function active(numlayer) } else { with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } } @@ -563,6 +565,11 @@ function PopupZ3950() { } } +function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; +} + function AddField(field) { document.forms[0].op.value = "addfield"; document.forms[0].addfield_field.value=field; diff --git a/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl b/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl index c516c9a98f..3b3b789833 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl @@ -1,4 +1,4 @@ -Koha -- Acquisitions: Order Search +Koha -- Acquisitions: Order Search @@ -22,7 +22,63 @@ " /> " /> " /> -   + From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + "> + + To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> + " type="text" /> +       -- 2.39.5