From 8a5b824c616764c738f45e5573c88cbda67ff283 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 23 Oct 2013 23:44:27 -0400 Subject: [PATCH] [PASSED QA] Bug 10671: Remove Unused Help File This patch removes an unused help file in the help/export folder. To test: Just confirm that the file is removed, there were no links to it anymore. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer A corresponding page in Koha doesn't seem to exist. --- .../prog/en/modules/help/export/marc.tt | 39 -------------------- 1 file changed, 39 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/export/marc.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/export/marc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/export/marc.tt deleted file mode 100644 index 61948bb..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/export/marc.tt +++ /dev/null @@ -1,39 +0,0 @@ -[% INCLUDE 'help-top.inc' %] - -

MARC Export

- -

Koha comes with a tool that will allow you to export your bibliographic and/or holdings data in bulk. This can be used to send your records to fellow libraries, organizations or services; or simply for backup purposes.

- -
    -
  • Fill in the form in order to limit your export to a specific range (all fields are optional) -
      -
    • Choose to limit your export by any one or more of the following options -
        -
      • Limit to a bib number range
      • -
      • Limit to a specific item type
      • -
      • Limit to a specific library
      • -
      • Limit to a call number range
      • -
      • Limit to an acquisition date range
      • -
      -
    • -
    • Next choose what to skip when exporting -
        -
      • By default items will be exported, if you would like to only export bibliographic data, check the 'Don't export items' box
      • -
      • To limit your export only to items from the library you're logged in as (if you leave the 'Library' field set to 'All') or to the library you selected above check the 'Remove non-local items' box
      • -
      • You can also choose what fields you don't want to export. This can be handy if you're sharing your data, you can remove all local fields before sending your data to another library
      • -
      -
    • -
    • Finally choose the file type and file name -
        -
      • Choose to export your data in marc or marcxml format
      • -
      • Choose the name you want your file to save as
      • -
      -
    • -
    • Click 'Export'
    • -
    -
  • -
- -

See the full documentation for Marc Export in the manual (online).

- -[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.9.5