From 3934850a81ba6fedca3fb6d03618f0153fb79b25 Mon Sep 17 00:00:00 2001 From: oleonard Date: Sat, 3 Sep 2005 13:48:55 +0000 Subject: [PATCH] Overhaul of barcodes generation interface for NPL. Not it should actually work. --- .../npl/en/barcodes/barcodes.tmpl | 137 +++++++----------- .../npl/en/barcodes/printerConfig.tmpl | 6 +- .../en/includes/doc-head-barcodes-close.inc | 56 ++++--- 3 files changed, 82 insertions(+), 117 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl b/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl index d44fcae1fb..b2b24f99b1 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl @@ -1,111 +1,80 @@ -Koha -- Catalog: Advanced Search +Koha -- Barcodes Generator
- - - + +
+
+ +

Add a new Country Code

+
    +
  • +
  • +
+

+

+
+
+ + -

Barcodes Generator

-
    +

    Generate barcodes from inventory codes

    +
    • Select a range of inventary codes. You can choose a continuous range or individual inventory codes
    • Select the standard type to generate barcodes.
    • Define the page size for output the PDF.
    • Depending on page size, Koha will show you how the page is arranged - for each barcode. You can define wich point to start printing the page. + for each barcode. You can define which point to start printing the page.
    • -
    +
+ +Can't find inventory codes in that range. Please try again.
" name="form1" onsubmit="return checkFields(this);" target="_blank"> - - - - - - - - - - - - - -
Generate barcodes from inventory codes
-

Can't find inventory codes in that range. Please try again.

-
-
- - - - - - - - - -
From:
To:
-
- -
- + - -
- - - - - - - - - -
Add a new Country Code
- + +
+ + - - - - -
+
    +
  • +
  • +
- -
" size="10"> [Go to Printer Configuration]
">

If this field is empty, author and title will be used instead

- + + + + + + +
[+]
" size="10" />[Go to Printer Configuration]
" /> If this field is empty, author and title will be used instead
+ + - +
">Label number to start printing
- " name="label" > Label + " name="label" /> Label
- -

- -
+ + + +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl b/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl index 6ad8af26f3..787c87efe2 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl @@ -6,17 +6,17 @@

Printer Configuration

Set the printer configuration corresponding to your environment

-
    +
    • Set width and height of the label that you are going to work with.
    • Set your system's default DPI.
    • Set the page size.
    • Select how many columns and rows are in your page size.
    • Set the left margin bottom margin the page that you are going to use. This parameters will help to center the barcodes into the labels.
    • -
    +
" name="form1"> -
+
diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc b/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc index 3b79ea5ece..812bfc299f 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc @@ -4,39 +4,35 @@ - @@ -193,9 +189,9 @@ function removeItem() { function addCountryCode() { var panel = document.getElementById('addCountryCode'); panel.style.display = 'inline'; - panel.style.top = mouseY; - panel.style.left = mouseX; + panel.style.top = mouseY+'px'; + panel.style.left = mouseX+'px'; } - \ No newline at end of file + \ No newline at end of file -- 2.39.5
Label width (in mm) Label height (in mm)