From 962e4992a4cf7bb012c232ad389d52f32c496e02 Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 15 Feb 2005 20:49:49 +0000 Subject: [PATCH] Updates and improvements to interface appearance --- .../npl/en/acqui.simple/addbiblio.tmpl | 106 +++++++++--------- 1 file changed, 53 insertions(+), 53 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 0759d2bbb1..7e865c49e9 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl @@ -10,16 +10,26 @@ "> " /> -

Edit MARC Record Number Add MARC Record

Save Bibliographic Record and Go To ItemsAdd Bibliographic Record and Go To Items" onclick="Check(this.form);" class="submit" accesskey="w" /> - +

Edit MARC Record Number Add MARC Record ( Framework)(Default Framework)

+ + + + + + +
- 007-130 - 240-490 - 500-586 - 600-655 - 700-856 - 942 + Page 1 + Page 2 +Page 3 +Page 4 +Page 5 +Page 6 +Page 7 +Page 8 +Page 9 +Page 10
@@ -34,16 +44,16 @@
-
+
- - + + - + -
" />" /> - )">+
 
*  * " /> @@ -55,11 +65,10 @@
- +
-
+
@@ -68,7 +77,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -80,11 +89,10 @@
-
+
-
+
@@ -93,7 +101,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -105,11 +113,10 @@
-
+
-
+
@@ -118,7 +125,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -130,11 +137,10 @@
-
+
-
+
@@ -143,7 +149,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -155,11 +161,10 @@
-
+
-
+
@@ -168,7 +173,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -180,11 +185,10 @@
-
+
-
+
@@ -193,7 +197,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -205,11 +209,10 @@
-
+
-
+
@@ -218,7 +221,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -230,11 +233,10 @@
-
+
-
+
@@ -243,7 +245,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -255,11 +257,10 @@
-
+
-
+
@@ -268,7 +269,7 @@ - + -
" />" /> - )">+
  * * " /> @@ -280,16 +281,15 @@
-
+
-
+
- +
  * * " /> @@ -380,7 +380,7 @@ function Check(f) { alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty"); - alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)"); + alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see highlighted subfields)"); alert(alertString2); } else { document.forms[0].submit(); -- 2.39.5