From ac49bd90227bca9a23fb8a4455d1750bc23baacc Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sun, 10 Jun 2012 10:41:34 +0200 Subject: [PATCH] Merge remote-tracking branch 'origin/new/bug_7936' --- .../prog/en/modules/help/acqui/acqcontract.tt | 14 +- .../prog/en/modules/help/acqui/acqui-home.tt | 12 +- .../prog/en/modules/help/acqui/basket.tt | 77 ++++---- .../prog/en/modules/help/acqui/basketgroup.tt | 6 +- .../en/modules/help/acqui/basketheader.tt | 14 +- .../prog/en/modules/help/acqui/booksellers.tt | 16 +- .../prog/en/modules/help/acqui/histsearch.tt | 16 +- .../prog/en/modules/help/acqui/lateorders.tt | 20 ++- .../en/modules/help/acqui/neworderbiblio.tt | 11 +- .../en/modules/help/acqui/neworderempty.tt | 8 +- .../modules/help/acqui/newordersuggestion.tt | 8 +- .../en/modules/help/acqui/orderreceive.tt | 14 +- .../prog/en/modules/help/acqui/parcel.tt | 16 +- .../prog/en/modules/help/acqui/parcels.tt | 14 +- .../prog/en/modules/help/acqui/supplier.tt | 45 ++--- .../en/modules/help/acqui/z3950_search.tt | 14 +- .../prog/en/modules/help/admin/admin-home.tt | 32 ++-- .../en/modules/help/admin/aqbudgetperiods.tt | 22 +-- .../prog/en/modules/help/admin/aqbudgets.tt | 32 ++-- .../prog/en/modules/help/admin/aqplan.tt | 16 +- .../help/admin/auth_subfields_structure.tt | 124 +++---------- .../modules/help/admin/auth_tag_structure.tt | 26 ++- .../modules/help/admin/authorised_values.tt | 168 +++++------------- .../prog/en/modules/help/admin/authtypes.tt | 10 +- .../en/modules/help/admin/biblio_framework.tt | 26 +-- .../help/admin/branch_transfer_limits.tt | 4 +- .../prog/en/modules/help/admin/branches.tt | 20 +-- .../prog/en/modules/help/admin/categorie.tt | 8 +- .../prog/en/modules/help/admin/checkmarc.tt | 6 +- .../prog/en/modules/help/admin/cities.tt | 10 +- .../en/modules/help/admin/classsources.tt | 20 +-- .../prog/en/modules/help/admin/currency.tt | 4 +- .../en/modules/help/admin/fieldmapping.tt | 4 +- .../help/admin/item_circulation_alerts.tt | 4 +- .../prog/en/modules/help/admin/itemtypes.tt | 22 +-- .../en/modules/help/admin/koha2marclinks.tt | 10 +- .../help/admin/marc_subfields_structure.tt | 16 +- .../en/modules/help/admin/marctagstructure.tt | 8 +- .../en/modules/help/admin/matching-rules.tt | 10 +- .../en/modules/help/admin/oai_set_mappings.tt | 41 ++--- .../prog/en/modules/help/admin/oai_sets.tt | 31 +--- .../modules/help/admin/patron-attr-types.tt | 38 ++-- .../prog/en/modules/help/admin/preferences.tt | 12 +- .../prog/en/modules/help/admin/printers.tt | 2 +- .../prog/en/modules/help/admin/roadtype.tt | 8 +- .../prog/en/modules/help/admin/smart-rules.tt | 106 ++++++++--- .../prog/en/modules/help/admin/stopwords.tt | 6 +- .../en/modules/help/admin/z3950servers.tt | 10 +- .../modules/help/offline_circ/process_koc.tt | 14 +- .../modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 2 +- .../help/serials/serials-collection.tt | 2 +- .../en/modules/help/serials/serials-edit.tt | 2 +- .../en/modules/help/serials/serials-home.tt | 2 +- .../modules/help/serials/subscription-add.tt | 2 +- .../help/serials/subscription-detail.tt | 2 +- 57 files changed, 532 insertions(+), 659 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt index 4d0cd59bd9..4340b11635 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt @@ -1,21 +1,21 @@ [% INCLUDE 'help-top.inc' %] -

Vendor contracts

+

Vendor Contracts

-

You can define contracts (with a start and end date) and attach it to a vendor. This is used so that at the end of the year you can see how much you spent on a specific contract with a vendor. In some places, contracts are set up with a minimum and maximum yearly amount.

+

You can define contracts (with a start and end date) and attach them to a vendor. This is used so that at the end of the year you can see how much you spent on a specific contract with a vendor. In some places, contracts are set up with a minimum and maximum yearly amount.

-

Add a contract

+

Add a Contract

-

At the top of a vendor search results page with only result or at the top of a vendor information page you will see a 'New contract' button.

+

At the top of a Vendor Information Page, you will see a 'New Contract' button.

The contract form will ask for some very basic information about the contract.

-

Important: You will not be able to enter a contract retrospectively, the end date must not be before today's date.

+

Important: You cannot enter a contract retrospectively. The end date must not be before today's date.

Once the contract is saved it will appear below the vendor information.

It will also be an option when creating a basket.

-

See the full documentation for vendor contracts in the manual (online).

+

See the full documentation for Vendor Contracts in the manual (online).

-[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt index 85ed10f656..9d648382e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt @@ -2,12 +2,14 @@

Acquisitions

-

The Koha acquisitions module provides a way where the library can record orders placed with vendors and manage purchase budgets.

+

The Koha Acquisitions module provides a way for the library to record orders placed with vendors and manage purchase budgets.

-

You do not need to use acquisitions to add items to your catalog, acquisitions is used only to track vendors and spending against your budgets.

+

You do not need to use Acquisitions to add items to your catalog. Acquisitions is used only to track vendors and spending against your budgets.

-

Before using the acquisitions module you will want to make sure that you have completed all of the set up.

+

Before using the Acquisitions Module, you will want to make sure that you have completed all of the set up.

-

First, set your acquisitions system preferences and acquisitions administration to match your library's workflow.

+

First, set your Acquisitions System Preferences and Acquisitions Administration to match your library's workflow.

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

See the full documentation for Acquisitions in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt index 4a6967c876..2b457c48aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt @@ -1,51 +1,48 @@ [% INCLUDE 'help-top.inc' %] -

Placing an order

+

Placing an Order

Once your basket is created you are presented with several options for adding items to the order.

-

See the full documentation for classification sources in the manual (online).

+

See the full documentation for Classification Sources in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt index 7e6bc26871..ff4245cce5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

Currencies and exchange rates

+

Currencies and Exchange Rates

If you place orders from more than one country you will want to input currency exchange rates so that your acquisitions module will properly calculate totals.

@@ -8,6 +8,6 @@

The active currency is the main currency you use in your library. Your active currency will have a check mark in the 'Active' column. If you don't have an active currency you will see an error message telling you to choose an active currency.

-

See the full documentation for currencies and exchange rates in the manual (online).

+

See the full documentation for Currencies and Exchange Rates in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt index 1a942c73a8..9981403c91 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

Keyword to MARC mapping

+

Keyword to MARC Mapping

This tool will allow you to map MARC fields to a set of predefined keywords.

@@ -20,6 +20,6 @@

Future developments will include additional keyword assigned fields.

-

See the full documentation for keyword to MARC mapping in the manual (online).

+

See the full documentation for Keyword to MARC Mapping in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt index db6da0bffc..f9bafcc970 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

Item circulation alerts

+

Item Circulation Alerts

Libraries can decide if they want to have patrons automatically notified of circulation events (check ins and check outs).

@@ -19,6 +19,6 @@
  • By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item/patron type combo that you would like to stop notices for.
  • -

    See the full documentation for item circulation alerts in the manual (online).

    +

    See the full documentation for Item Circulation Alerts in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt index 949928d01b..675906361b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt @@ -1,17 +1,17 @@ [% INCLUDE 'help-top.inc' %] -

    Item types

    +

    Item Types

    Koha allows you to organize your collection by item types and collection codes.

    Item types typically refer to the material type (book, cd, dvd, etc), but can be used in any way that works for your library.

    -

    Adding item types

    +

    Adding Item Types

    -

    To add a new item type, simply click the 'New item type' button at the top of the Item types page.

    +

    To add a new item type, simply click the 'New Item Type' button at the top of the Item Types page.

    -
  • When finished, click 'Save changes' +
  • When finished, click 'Save Changes'
  • Your new item type will now appear on the list
  • -

    Editing item types

    +

    Editing Item Types

    Each item type has an Edit button beside it. To edit an item simply click the 'Edit' link.

    -

    You will not be able to edit the code you assigned as the 'Item type' but you will be able to edit the description for the item.

    +

    You will not be able to edit the code you assigned as the 'Item Type' but you will be able to edit the description for the item.

    -

    Deleting item types

    +

    Deleting Item Types

    Each item has a Delete button beside it. To delete an item, simply click the 'Delete' link.

    You will not be able to delete item types that are being used by items within your system.

    -

    See the full documentation for item types in the manual (online).

    +

    See the full documentation for Item Types in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt index 8164a19b40..6b7c75a365 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt @@ -1,17 +1,17 @@ [% INCLUDE 'help-top.inc' %] -

    Koha to MARC mapping

    +

    Koha to MARC Mapping

    -

    While Koha stores the entire MARC record, it also stores common fields for easy access in various tables in the database. Koha to MARC mapping is used to tell Koha where to find these values in the MARC record. In many cases you will not have to change the default values set by in this tool on installation, but it is important to know that the tool is here and can be used at any time.

    +

    While Koha stores the entire MARC record, it also stores common fields for easy access in various tables in the database. Koha to MARC Mapping is used to tell Koha where to find these values in the MARC record. In many cases you will not have to change the default values set by in this tool on installation, but it is important to know that the tool is here and can be used at any time.

    -

    The Koha to MARC mapping page offers you the option of choosing from one of three tables in the database to assign values to.

    +

    The Koha to MARC Mapping page offers you the option of choosing from one of three tables in the database to assign values to.

    -

    After choosing the table you would like to view, click 'OK.' To edit any mapping click on the 'Koha filed' or the 'Edit' link.

    +

    After choosing the table you would like to view, click 'OK.' To edit any mapping click on the 'Koha Filed' or the 'Edit' link.

    Choose which MARC field you would like to map to this Koha Field and click the 'OK' button. If you would like to clear all mappings, click the 'Click to "Unmap"' button.

    Important: At this time you can map only 1 MARC field to 1 Koha field. This means that you won't be able to map both the 100a and the 700a to the author field, you need to choose one or the other.

    -

    See the full documentation for Koha to MARC mapping in the manual (online).

    +

    See the full documentation for Koha to MARC Mapping in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt index f55ff054ec..65b53b934b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt @@ -1,8 +1,8 @@ [% INCLUDE 'help-top.inc' %] -

    MARC bibliographic frameworks subfields

    +

    MARC Bibliographic Frameworks Subfields

    -

    Frameworks are made up of MARC fields and subfields. To make edits to most frameworks you must edit the fields and subfields. Clicking 'Edit' to the right of each subfield will allow you to make changes to the text associated with the field

    +

    Frameworks are made up of MARC fields and subfields. To make edits to most Frameworks you must edit the fields and subfields. Clicking 'Edit' to the right of each subfield will allow you to make changes to the text associated with the field

  • From the list of subfields you can click 'Delete' to the right of each to delete the subfields
  • -
  • To edit the subfields click 'Edit subfields'
  • +
  • To edit the subfields click 'Edit Subfields'
  • For each subfield you can set the following values @@ -141,9 +141,9 @@ To edit the subfields associated with the tag, click 'Subfields' to the right of
  • -
  • To save your changes simply click the 'Save changes' button at the top of the screen
  • +
  • To save your changes simply click the 'Save Changes' button at the top of the screen
  • -

    See the full documentation for MARC frameworks in the manual (online).

    +

    See the full documentation for MARC Frameworks in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt index ce93e70f2c..3ba7a39af2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt @@ -1,8 +1,8 @@ [% INCLUDE 'help-top.inc' %] -

    MARC bibliographic frameworks tags

    +

    MARC Bibliographic Frameworks Tags

    -

    To add a field to a framework click the 'New tag' button at the top of the framework definition

    +

    To add a field to a Framework click the 'New Tag' button at the top of the Framework definition

    This will open up a blank form for entering MARC field data

    @@ -17,10 +17,10 @@
  • If you want this field to be a pull down with limited possible answers, choose which 'Authorized value' list you want to use
  • -

    When you're finished, click 'Save changes' and you will be presented with your new field

    +

    When you're finished, click 'Save Changes' and you will be presented with your new field

    To the right of the new field is a link to 'Subfields,' you will need to add subfields before this tag will appear in your MARC editor.

    -

    See the full documentation for MARC frameworks in the manual (online).

    +

    See the full documentation for MARC Frameworks in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt index a01f5db189..4e51c560d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Record matching rules

    +

    Record Matching Rules

    Record matching rules are used when importing MARC records into Koha.

    @@ -9,7 +9,7 @@

    To create a new matching rule:

    -

    See the full documentation for system preferences in the manual (online).

    +

    See the full documentation for System Preferences in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/printers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/printers.tt index bc4522f4ea..5874a987d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/printers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/printers.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Printer administration

    +

    Printer Administration

    If you are going to be using a printer (or several printers) that are attached to your Koha server for producing statistical and operations reports, then you need to give each printer a name and tell Koha how to access it. You do this by telling Koha which print queue to use.

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt index aab8858279..926175a1e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt @@ -1,15 +1,15 @@ [% INCLUDE 'help-top.inc' %] -

    Adding road types

    +

    Adding Road Types

    -

    To add a road type, click 'New road type' and then enter the road type the way you'd like it displayed.

    +

    To add a road type, click 'New Road Type' and then enter the road type the way you'd like it displayed.

    Once you submit the form, your new road type will be listed on the Road Types page

    -

    Viewing road types on patron add form

    +

    Viewing Road Types on Patron Add form

    When adding or editing a patron, if you have road types defined, there will be a pull down to choose the road type from.

    -

    See the full documentation for road types in the manual (online).

    +

    See the full documentation for Road Types in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt index 4cb116f6ea..583a6375a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt @@ -1,10 +1,15 @@ [% INCLUDE 'help-top.inc' %] -

    Circulation and fines rules

    +

    Circulation and Fines Rules

    These rules define how your items are circulated, how/when fines are calculated and how holds are handled.

    + +

    The rules are applied from most specific to less specific, using the first found in this order:

    + -

    Tip: If you are a single library system choose your library name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)

    +

    Tip: If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds) -

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on.

    +

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on. -

    Default circulation rules

    +

    Default Circulation Rules

    -

    Using the issuing rules matrix you can define rules that depend on patron/item type combos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries):

    +

    Using the issuing rules matrix you can define rules that depend on patron/item type combos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all branches)

    From the matrix you can choose any combination of patron categories and item types to apply the rules to

    +

    When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron type and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.

    @@ -49,42 +66,73 @@

    After choosing to clone you will be presented with a confirmation message.

    -

    Default checkouts and hold policy

    +

    Default Checkouts and Hold Policy

    You can set a default maximum number of checkouts and hold policy that will be used if none is defined below for a particular item type or category.

    From this menu you can set a default to apply to all item types and patrons in the library.

    + -

    Checkouts per patron

    + +

    Checkouts Per Patron

    For this library, you can specify the maximum number of loans that a patron of a given category can make, regardless of the item type.

    Tip: If the total amount loanable for a given patron category is left blank, no limit applies, except possibly for a limit you define for a specific item type.

    -

    Item hold policies

    +

    Item Hold Policies

    -

    For this library, you can edit rules for given itemtypes, regardless of the patron's category. Currently, this means hold policies.

    +For this library, you can edit rules for given itemtypes, regardless of the patron's category. Currently, this means hold policies. + +

    The various Hold Policies have the following effects:

    -

    The various policies have the following effects:

    Important: Note that if the system preference AllowHoldPolicyOverride set to 'allow', these policies can be overridden by your circulation staff.

    -

    Important: These policies are based on the patron's home library, not the library that the reserving staff member is from.

    +

    Important: These policies are based on the patron's home branch, not the branch that the reserving staff member is from.

    + +

    The various Return Policies have the following effects:

    + + -

    See the full documentation for circulation and fine rules in the manual (online).

    +

    See the full documentation for Circulation and Fine Rules in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt index 2081d98d89..bbdda18969 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Stop words

    +

    Stop Words

    Important: If NoZebra is set to 'Use' this option will not appear on the administration menu

    @@ -8,10 +8,10 @@

    Koha comes with a standard list of stop words that can be edited by visiting the Stop Word administration area.

    -

    To add a new stop word to the list, click the 'New stop word' button and add the word you'd like ignored

    +

    To add a new stop word to the list, click the 'New Stop Word' button and add the word you'd like ignored

    Important: If you change something in this table, ask your administrator to run misc/batchRebuildBiblioTables.pl script.

    -

    See the full documentation for stop words in the manual (online).

    +

    See the full documentation for Stop Words in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt index 4eec624122..431f9f7ee0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Z39.50 servers

    +

    Z39.50 Servers

    Koha has a powerful copy cataloging tool. Using Koha you can connect to any Z39.50 target that is publicly available or that you have the log in information to.

    @@ -8,16 +8,16 @@

    To find additional targets you use IndexData's IRSpy: http://irspy.indexdata.com

    -

    Add a Z39.50 target

    +

    Add a Z39.50 Target

    -

    Suggested Z39.50 targets

    +

    Suggested Z39.50 Targets

    The following targets have been used successfully by other Koha libraries (in the Americas):

    @@ -38,6 +38,6 @@
  • VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon
  • -

    See the full documentation for Z39.50 servers in the manual (online).

    +

    See the full documentation for Z39.50 Servers in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt index fd9af7c27f..ca81ae8c97 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt @@ -1,15 +1,15 @@ [% INCLUDE 'help-top.inc' %] -

    Offline circulation file (.koc) uploader

    +

    Offline Circulation File (.koc) Uploader

    -

    The offline circulation tool for Windows will generate a KOC file that you can upload into Koha once your system comes back up.

    +

    The offline circulation tool for Windows generates a KOC file which you can upload into Koha once your system comes back up.

    -

    Browse your computer for the *.koc file

    +

    Browse your computer for the *.koc file.

    -

    Once the file is uploaded, click the process the file

    +

    Once the file is uploaded, click the 'Process Offline Circulation' button.

    -

    When this is complete you'll see the summary of actions from when you were offline (including any errors).

    +

    When this process is complete, you will see a summary of actions from when you were offline (including any errors).

    -

    See the full documentation for the offline circulation file uploader in the manual (online).

    +

    See the full documentation for the Offline Circulation File Uploader in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt index ba9704d964..369ba8e905 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt @@ -8,6 +8,6 @@

    In your results you will see all subscriptions that will expire before the date you entered. From there you can choose to view the subscription further or renew it in one click.

    -

    See the full documentation for Checking Serial Expiration in the manual (online).

    +

    See the full documentation for Checking Serial Expiration in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt index b27f9b4536..c6d8ade73b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt @@ -12,7 +12,7 @@

    From the list of late issues you can choose which ones you want to send a claim email to by clicking the checkbox to the left of late issue, choosing the notice template to use and clicking the 'Send notification' button.

    -

    See the full documentation for Serial Claims in the manual (online).

    +

    See the full documentation for Serial Claims in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt index 7faf405fd1..911e239e9f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt @@ -16,6 +16,6 @@

    If RoutingListAddReserves is set to on then patrons listed in the routing list will automatically be added to the holds list for the issue.

    -

    See the full documentation for Routing Lists in the manual (online).

    +

    See the full documentation for Routing Lists in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt index 21603259d4..45916df71c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt @@ -10,6 +10,6 @@

    If you are adding multiple issues at once or if the latest expected issue is late, you can click the 'Generate Next' button to generate the next issue based on the subscription pattern.

    -

    See the full documentation for Serials in the manual (online).

    +

    See the full documentation for Serials in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt index f2d3464e6e..f3f76fc25a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt @@ -24,6 +24,6 @@

    Clicking this button will generate the next issue for you and mark the previously expected issue as 'Late' automatically. You can then check the 'Edit' box to the right of each issue and edit the status on multiple issues at once.

    -

    See the full documentation for Receiving a Serial in the manual (online).

    +

    See the full documentation for Receiving a Serial in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt index c5a794d3a2..d4ee4f5a01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt @@ -6,7 +6,7 @@

    You can search for existing subscriptions by using the search box at the top of the page. You can search for any part of the serial title or ISSN.

    -

    See the full documentation for Serials in the manual (online).

    +

    See the full documentation for Serials in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt index d16fe4b906..247ded721c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt @@ -83,7 +83,7 @@

    Click 'Save Subscription' to save the information you have entered.

    -

    See the full documentation for Adding a Subscription in the manual (online).

    +

    See the full documentation for Adding a Subscription in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt index 7d23d60c20..fbada5d09e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt @@ -6,6 +6,6 @@

    From here you can edit your subscription, renew it and/or recieve issues.

    -

    See the full documentation for Serials in the manual (online).

    +

    See the full documentation for Serials in the manual (online).

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