From d45cd0f8b0a70cb20fd84053a4cecac47b7f9bab Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 23 Mar 2013 09:09:39 -0400 Subject: [PATCH 01/15] Bug 9850: Update Stray Help Files This patch updates the help files which do not have a module folder. To test: Visit About Koha, Koha Home, and the No Help Found pages and check links to the manual. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Updating links to new version. Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt index 210123bcb4..838532031d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt @@ -20,6 +20,6 @@

Koha is developed and supported by a large number of developers around the world. Thanks to all the developers and libraries who support Koha

-

See the full documentation for the About page in the manual (online).

+

See the full documentation for the About page 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/mainpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt index ae2cc886b5..486a6631af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt @@ -26,7 +26,7 @@

The online help directory is:

/koha-tmpl/intranet-tmpl/prog/en/modules/help

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt index df5a9446d2..8cabcec3f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt @@ -2,7 +2,7 @@

Online help

-

Sorry, there is no help available for this topic, please refer to the Koha 3.10 manual (online).

+

Sorry, there is no help available for this topic, please refer to the Koha 3.12 manual (online).

From bec43ed6404a629d5a4384b38531842f1209897d Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 23 Mar 2013 09:17:00 -0400 Subject: [PATCH 02/15] Bug 9850: Update Authority Help Files This patch just updates the links to the manual in the Authority help files. To Test: Visit the help on all authority pages and click the manual link in the help pop up. It should go to the 3.12 manual. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Updating links to new version. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/authorities/authorities-home.tt | 2 +- .../prog/en/modules/help/authorities/authorities.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/authorities/detail.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt index 5b01b23c0c..b0bb67b3b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt @@ -14,7 +14,7 @@

If the authority has See Alsos in it you will see those broken out on the search results, clicking the linked headings will run a search for that heading instead.

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt index 7441e98dec..01c465ec58 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt @@ -20,6 +20,6 @@

To delete an authority record you first must make sure it's not linked to any bibliographic records. If it is not used by any bibliographic records a 'Delete' link will appear to the right of the record on the search results and as a button that appears after clicking on the summary of the authority record.

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt index b0f307f893..7eeb6bb945 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt @@ -14,6 +14,6 @@

If the authority has See Alsos in it you will see those broken out on the search results, clicking the linked headings will run a search for that heading instead.

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From 418d5706a1e474a4d06377cf685563199064490a Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 23 Mar 2013 09:42:12 -0400 Subject: [PATCH 03/15] Bug 9850: Update Label Help Files This patch updates the manual links in the label creator help files. There were not other string changes. To test: Visit the help on the label creator and make sure that the links go to the 3.12 manual. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Updating links. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/labels/label-edit-batch.tt | 2 +- .../prog/en/modules/help/labels/label-edit-layout.tt | 2 +- .../prog/en/modules/help/labels/label-edit-profile.tt | 2 +- .../prog/en/modules/help/labels/label-edit-template.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/labels/label-home.tt | 2 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt index fab1fde9de..6326021932 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt @@ -22,6 +22,6 @@

After saving your file, simply print to the blank labels you have in your library.

-

See the full documentation for Label Batches in the manual (online).

+

See the full documentation for Label Batches 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/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt index e856151f7e..c926ef6a2a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt @@ -12,6 +12,6 @@

After saving, your layouts will appear on the 'Manage Layouts' page.

-

See the full documentation for Label Layouts in the manual (online).

+

See the full documentation for Label Layouts 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/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt index 207c1f268f..d26aff60cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt @@ -28,6 +28,6 @@

Once you have saved your new profile, you can return to the list of templates and choose to edit the template that this profile is for.

-

See the full documentation for Label Profiles in the manual (online).

+

See the full documentation for Label Profiles 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/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt index a14ce033ce..2b9a7f941d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt @@ -30,6 +30,6 @@

After saving, your templates will appear on the 'Manage Templates' page.

-

See the full documentation for Label Templates in the manual (online).

+

See the full documentation for Label Templates 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/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt index dee5eb3d57..8a520cc5b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt @@ -41,6 +41,6 @@

Batches are made up of the barcodes you would like to print. Once in this tool you can search for the item records you would like to print out labels for.

-

See the full documentation for the Label Creator in the manual (online).

+

See the full documentation for the Label Creator 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/labels/spinelabel-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt index 5abca7dbbe..89ee7fc4bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt @@ -11,6 +11,6 @@

To use this tool you simply need the barcode for the book you'd like to print the spine label for.

-

See the full documentation for Quick Spine Label Creator in the manual (online).

+

See the full documentation for Quick Spine Label Creator in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From 50c46f52c27c6be63fa0cd268dd29d0de10fdef3 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 23 Mar 2013 09:46:38 -0400 Subject: [PATCH 04/15] Bug 9850: Update Patron Card Help Files This patch updates the links to the manual in the patron card creator help files. There were no other changes. To test: Visit help on the patron card creator tool and make sure the links are right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 +- .../prog/en/modules/help/patroncards/edit-layout.tt | 2 +- .../prog/en/modules/help/patroncards/edit-profile.tt | 2 +- .../prog/en/modules/help/patroncards/edit-template.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/patroncards/home.tt | 2 +- .../prog/en/modules/help/patroncards/image-manage.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/patroncards/manage.tt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt index 7cdca0567e..7f613a6238 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt @@ -8,6 +8,6 @@

To add a new batch, you want to click on the 'Batches' button at the top of your page and choose 'New Batch'

-

See the full documentation for the Patron Card Batches in the manual (online).

+

See the full documentation for the Patron Card Batches 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/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt index b2fb8dda8b..d6795112d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt @@ -31,6 +31,6 @@

After saving, your layouts will appear on the 'Manage Layouts' page.

-

See the full documentation for the Patron Card Layouts in the manual (online).

+

See the full documentation for the Patron Card Layouts 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/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt index 085b95d453..479560de46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt @@ -28,6 +28,6 @@

Once you have saved your new profile, you can return to the list of templates and choose to edit the template that this profile is for.

-

See the full documentation for the Patron Card Profiles in the manual (online).

+

See the full documentation for the Patron Card Profiles 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/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt index 15d1dbb5b5..2da1d144c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt @@ -25,6 +25,6 @@ After saving, your templates will appear on the 'Manage Templates' page. -

See the full documentation for the Patron Card Templates in the manual (online).

+

See the full documentation for the Patron Card Templates 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/patroncards/home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt index edf31fa71e..69fc15a44c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt @@ -17,6 +17,6 @@

The developers of the Patron Card Creator module hope you will find this an extremely useful tool. You are encouraged to submit any enhancement requests as well as any bugs via Koha Project Bugzilla.

-

See the full documentation for the Patron Card Creator in the manual (online).

+

See the full documentation for the Patron Card Creator 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/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt index f54da5489f..4d74ae1fed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt @@ -16,6 +16,6 @@

To delete one or multiple of these images, click the checkbox to the right of each image you want to delete and click the 'Delete' button.

-

See the full documentation for Managing Images in the manual (online).

+

See the full documentation for Managing Images 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/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt index 9da30687e0..16fcee74e5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt @@ -16,6 +16,6 @@

A batch is a collection of patrons for whom you want to generate cards.

-

See the full documentation for the Patron Card Creator in the manual (online).

+

See the full documentation for the Patron Card Creator in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From c4629aaffed8afb1dab2a812e16dddd6dbf1acce Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 23 Mar 2013 19:53:14 -0400 Subject: [PATCH 05/15] Bug 9850: Update Patron Help Files for 3.12 This patch updates all the help files in the members folder. It also adds a missing help file for approving patron account changes. To Test: Visit the help on every patron page and make sure the text and manual links are all right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixed 2 obvious typos mentioned on the bug report. Signed-off-by: Jared Camins-Esakov --- .../en/modules/help/members/boraccount.tt | 4 +- .../prog/en/modules/help/members/files.tt | 2 +- .../prog/en/modules/help/members/mancredit.tt | 4 +- .../en/modules/help/members/maninvoice.tt | 4 +- .../en/modules/help/members/member-flags.tt | 169 ++++++++++++------ .../modules/help/members/member-password.tt | 2 +- .../prog/en/modules/help/members/member.tt | 9 +- .../en/modules/help/members/memberentry.tt | 4 +- .../en/modules/help/members/members-home.tt | 7 +- .../en/modules/help/members/members-update.tt | 13 ++ .../en/modules/help/members/moremember.tt | 4 +- .../prog/en/modules/help/members/notices.tt | 4 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../en/modules/help/members/paycollect.tt | 2 +- .../en/modules/help/members/readingrec.tt | 4 +- .../en/modules/help/members/routing-lists.tt | 2 +- .../en/modules/help/members/statistics.tt | 2 +- 17 files changed, 158 insertions(+), 80 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt index 6d23843d0a..ce326dd1e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

Patron Fines

+

Patron fines

The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.

@@ -19,6 +19,6 @@

To the right of each account line there is a print link. Clicking that link will print an invoice for the line item that includes the date and description of the line item along with the total outstanding on the account.

-

See the full documentation for Patron Fines in the manual (online).

+

See the full documentation for Patron Fines 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/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt index 851f445822..01dcd1b238 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt @@ -8,6 +8,6 @@

All files that are uploaded will appear above a form where additional files can be uploaded from.

-

See the full documentation for Patron Files in the manual (online).

+

See the full documentation for Patron Files in the manual (online).

[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt index 63cc5d486c..ebe6ad01c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

Create Manual Credit

+

Create manual credit

Manual credits can be used to pay off parts of fines, or to forgive a fine amount.

@@ -11,6 +11,6 @@
  • In the amount field, do not enter currency symbols, only numbers and decimals
  • -

    See the full documentation for Creating Manual Credits in the manual (online).

    +

    See the full documentation for Creating Manual Credits 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/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt index e7f5221e85..6be07b10ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Create Manual Invoice

    +

    Create manual invoice

    For fees that are not automatically charged, librarians can create a manual invoice

      @@ -14,6 +14,6 @@
    • In the amount field, do not enter currency symbols, only numbers and decimals
    -

    See the full documentation for Creating Manual Invoices in the manual (online).

    +

    See the full documentation for Creating Manual Invoices 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/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt index f63233ea4a..79300c45bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt @@ -1,12 +1,12 @@ [% INCLUDE 'help-top.inc' %] -

    Patron Permissions

    +

    Patron permissions

    Patron Permissions are used to allow staff members access to the staff client.

    Important: In order for a staff member to log into the staff interface they must have (at the very least) 'catalogue' permissions which allow them to view the staff interface.

    -

    Setting Patron Permissions

    +

    Setting Patron Permissions

    To set patron permissions, you must first have a patron of the 'Staff' type open

    @@ -20,102 +20,109 @@
    • superlibrarian
        -
      • Access to all functions within the staff client +
      • Access to all librarian functions
          -
        • Tip: With this selected there is no need to choose any other permissions
        • +
        • Tip: With this selected there is no need to choose any other permissions
    • circulate
        -
      • Ability to check (issue) books out and in and access the 'Circulation' page in the staff client
      • +
      • Check out and check in items
      • This section can be expanded
    • catalogue
        -
      • Allows staff members to search the catalog via the staff client
      • -
      • Must be given to all staff members to allow them to login to the staff client
      • +
      • Required for staff login. Staff access, allows viewing the catalogue in staff client +
          +
        • Important: Must be given to all staff members to allow them to login to the staff client
        • +
        +
    • parameters
        -
      • Provides access to all areas of the Administration menu
      • -
      • This section can be expanded
      • +
      • Manage Koha system settings (Administration panel)
      • +
      • This secton can be expanded
    • borrowers
        -
      • Allows staff members to add or modify patrons (with the exception of setting permissions)
      • +
      • Add or modify patrons
    • permissions
        -
      • Ability to set patron permissions
      • +
      • Set user permissions
    • reserveforothers
        -
      • Ability to place holds on books for patrons via the staff interface
      • +
      • Place and modify holds for patrons
      • This section can be expanded
    • borrow
        -
      • Grants staff members the rights to borrow books from the library
      • +
      • Borrow books
    • editcatalogue
        -
      • Ability to catalog items (add and edit bibliographic and holdings data)
      • +
      • Edit Catalog (Modify bibliographic/hodings data)
      • This section can be expanded
    • updatecharges
        -
      • Manage patron accounts (including paying fines, adding credits, and creating invoices)
      • +
      • Manage patrons fines and fees
    • acquisition
        -
      • Provides access to the acquisitions and patron purchase suggestion modules
      • +
      • Acquisition and/or suggestion management
      • This section can be expanded
    • management
        -
      • No longer in use
      • +
      • Set library management paraments (deprecated) +
          +
        • Important: This permission level no longer controls anything.
        • +
        +
    • tools
        -
      • Access to all items in the Tools section of the staff client
      • +
      • Use all tools
      • This section can be expanded
    • editauthorities
        -
      • Provides access to edit the authority record
      • +
      • Edit Authorities
    • serials
        -
      • Allows access to the serials module
      • +
      • Manage serial subscriptions
      • This section can be expanded
    • reports
        -
      • Allow access to the Reports module (ability to create, edit and run all reports)
      • +
      • Allow access to the reports module
      • Reports found on the Circulation page are not controlled by this permission
      • This section can be expanded
    • staffaccess
        -
      • Provides the ability to modify login / permissions for staff users
      • -
      • Important: Requires the borrowers permission above
      • +
      • Allow staff members to modify permissions for other staff members
      • +
      • Important: Requires the borrowers permission above
    @@ -127,13 +134,20 @@
    • circulate_remaining_permissions
        -
      • All circulation rights except the ability to override renewals
      • +
      • Remaining circulation permissions
      • +
      • All circulation rights except the ability to override renewals
      • +
      +
    • +
    • overdues_report +
        +
      • Execute overdue items report
      • +
      • The permission to run the overdues reports found under Circulation
    • override_renewals
      • Override blocked renewals
      • -
      • Requires that the staff member also has circulate_remaining_permissions
      • +
      • Requires that the staff member also has circulate_remaining_permissions
    @@ -143,14 +157,16 @@

    If the staff member has 'parameters' permissions they have the ability to perform all of these actions. If you would like to control parameter permissions on a more granular level choose from these options:

      -
    • manage_circ_rules +
    • manage_circ_rules
        -
      • The ability to edit circulation and fine rules in the administration area
      • +
      • Manage circulation rules
      • +
      • The ability to access the Circulation and fines rules in the administration area
    • -
    • parameters_remaining_permissions +
    • parameters_remaining_permissions
        -
      • Access to all other areas under Administration
      • +
      • Remaining system parameters permissions
      • +
      • The ability to access all areas in Administration (other than the Circulation and fine rules)
    @@ -162,12 +178,13 @@
    • modify_holds_priority
        +
      • Modify holds priority
      • Allow staff members to alter the holds priority (moving patrons up and down the queue)
    • place_holds
        -
      • Allows staff members to place holds for patrons via the staff interface
      • +
      • Place holds for patrons
    @@ -179,16 +196,19 @@
    • edit_catalogue
        +
      • Edit catalog (Modify bibliographic/holdings data)
      • Ability to access all cataloging functions via the Cataloging page
    • edit_items
        -
      • Ability to make edits to item records, but not bib records
      • +
      • Edit items
      • +
      • Ability to make edits to item/holdings records, but not bibliographic records
    • fast_cataloging
        +
      • Fast cataloging
      • The ability to catalog using only the Fast Add Framework found on the Circulation page
    • @@ -201,17 +221,22 @@
      • budget_add_del
          -
        • Ability to add and delete budgets (not modify)
        • +
        • Add and delete budgets (but can't modify them)
      • budget_manage
        • Manage budgets
        +
      • +
      • budget_manage_all +
          +
        • Manage all budgets
        • +
      • budget_modify
          -
        • Ability to edit existing budgets (not to add or delete)
        • +
        • Modify budget (can't create lines, but can modify existing ones)
      • contracts_manage @@ -263,7 +288,7 @@
      • claim_serials
          -
        • Claim missing serials
        • +
        • Claim missing serials via the Claims section
      • create_subscription @@ -278,21 +303,24 @@
      • edit_subscription
          -
        • Edit (but not delete or create) an existing subscription
        • +
        • Edit an existing subscription
        • +
        • This permission does not include the ability to delete or create a subscription
      • receive_serials
          +
        • Serials receiving
        • Receive serials on existing subscriptions
      • renew_subscription
          -
        • Renew an existing subscription
        • +
        • Renew a subscription
      • routing
          +
        • Routing
        • Manage routing lists
      • @@ -305,97 +333,122 @@
        • batch_upload_patron_images
            -
          • Upload patron images in batch or one at a time (Access to the Image Upload Tool)
          • +
          • Upload patron images in batch or one at a time
          • +
          • Access to the Image Upload Tool
        • delete_anonymize_patrons
            -
          • Delete old borrowers and anonymize circulation/reading history (Access to the Anonymize Patron Tool)
          • +
          • Delete old borrowers and anonymize circulation/reading history (deletes borrower reading history)
          • +
          • Access to the Anonymize Patron Tool
        • edit_calendar
            -
          • Define days when the library is closed (Access to the Calendar/Holidays Tool)
          • +
          • Define days when the library is closed
          • +
          • Access to the Calendar/Holidays Tool
        • edit_news
            -
          • Write news for the OPAC and staff interfaces (Access to the News Tool)
          • +
          • Write news for the OPAC and staff interfaces
          • +
          • Access to the News Tool
        • edit_notice_status_triggers
            -
          • Set notice/status triggers for overdue items (Access to the Overdue Notice Status/Triggers Tool)
          • +
          • Set notice/status triggers for overdue items
          • +
          • Access to the Overdue Notice Status/TriggersTool
        • edit_notices
            -
          • Define notices (Access to the Notices Tool)
          • +
          • Define notices
          • +
          • Access to the Notices Tool
        • export_catalog
            -
          • Export bibliographic and holdings data (Access to the Export Bibliographic & Holdings Data Tool)
          • +
          • Export bibliographic, authorities and holdings data
          • +
          • Access to the Export Data Tool
        • import_patrons
            -
          • Import patron data (Access to the Import Patrons Tool)
          • +
          • Import patron data
          • +
          • Access to the Import Patrons Tool
        • inventory
            -
          • Perform inventory (stocktaking) of your catalog (Access to the Inventory Tool)
          • +
          • Perform inventory (stocktaking) of your catalog
          • +
          • Access to the Inventory Tool
        • items_batchdel
            -
          • Perform batch deletion of items (Access to the Delete a queryset of items Tool)
          • +
          • Perform batch deletion of items
          • +
          • Access to the Batch Item Deletion Tool
        • items_batchmod
            -
          • Perform batch modification of items (Access to the Modify a queryset of items Tool)
          • +
          • Perform batch modification of items
          • +
          • Access to the Batch Item Modification Tool
        • label_creator
            -
          • Create printable labels and barcodes from catalog and patron data (Access to the Label Creator and Quick Label Creator Tools)
          • +
          • Create printable labels and barcodes from catalog and patron data
          • +
          • Access to the Label Creator and Quick Label Creator Tools
        • manage_csv_profiles
            -
          • Create and edit CSV profiles (Access to the CSV Profiles Tool)
          • +
          • Manage CSV export profiles
          • +
          • Access to the CSV Profiles Tool
        • manage_staged_marc
            -
          • Managed staged MARC records, including completing and reversing imports (Access to the Manage Staged MARC Records Tool)
          • +
          • Managed staged MARC records, including completing and reversing imports
          • +
          • Access to the Manage Staged MARC Records Tool
        • moderate_comments
            -
          • Moderate patron comments (Access to the Comments and Tags Tools)
          • +
          • Moderate patron comments
          • +
          • Access to the Comments Tool
          • +
          +
        • +
        • moderate_tags +
            +
          • Moderate patron tags
          • +
          • Acces to the Tags Tool
        • schedule_tasks
            -
          • Schedule tasks to run (Access to the Task Scheduler Tool)
          • +
          • Schedule tasks to run
          • +
          • Access to the Task Scheduler Tool
        • stage_marc_import
            -
          • Stage MARC records into the reservoir (Access to the Stage MARC Records Tool)
          • +
          • Stage MARC records into the reservoir
          • +
          • Access to the Stage MARC Records Tool
        • -
        • upload_local_cover_images +
        • upload_local_cover_images
            -
          • Upload local cover images (Access to the Upload Local Cover Image Tool)
          • +
          • Upload local cover images
          • +
          • Access to the Upload Local Cover Image Tool
        • view_system_logs
            -
          • Browse the system logs (Access to the Log Viewer Tool)
          • +
          • Browse the system logs
          • +
          • Access to the Log Viewer Tool
        @@ -407,16 +460,18 @@
        • create_reports
            +
          • Create SQL Reports
          • The ability to create and edit but not run SQL reports
        • execute_reports
            +
          • Execute SQL Reports
          • The ability to run but not create or edit SQL reports
        -

        See the full documentation for Patron Permissions in the manual (online).

        +

        See the full documentation for Patron Permissions in the manual (online).

        [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt index da65c95687..762b6ec122 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt @@ -11,7 +11,7 @@

        The default minimum password length is 3 characters long. To change this value, update your system preferences.

        -

        See the full documentation for Editing Patrons in the manual (online).

        +

        See the full documentation for Editing Patrons in the manual (online).

        [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt index 37dc0dba7c..b05ff829c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

        Patron Search

        +

        Patron search

        From here you can search for a patron by using the search boxes at the top of the page.

        @@ -30,12 +30,17 @@
      • Example: To find (212) 555-1212 you can search for it exactly as it was entered or by searching for 212 555 1212
      +
    • Street address: +
        +
      • Enter any part of the patron's address (includes all address fields) and choose 'Contains' instead of 'Starts with' to find the string anywhere in the address
      • +
      +

    If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.

    You can also browse through the patron records by clicking on the linked letters across the top.

    -

    See the full documentation for Patron Search in the manual (online).

    +

    See the full documentation for Patron Search 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/members/memberentry.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt index a4fa8fa566..2a8595ce92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Add Patrons

    +

    Add patrons

    Patron categories belong to one of six overreaching categories in Koha.

    @@ -86,6 +86,6 @@

    Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt index 2023cbb1e7..93b1f7d367 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt @@ -32,12 +32,17 @@
  • Example: To find (212) 555-1212 you can search for it exactly as it was entered or by searching for 212 555 1212
  • +
  • Street address: +
      +
    • Enter any part of the patron's address (includes all address fields) and choose 'Contains' instead of 'Starts with' to find the string anywhere in the address
    • +
    +
  • If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.

    You can also browse through the patron records by clicking on the linked letters across the top.

    -

    See the full documentation for the Patrons module in the manual (online).

    +

    See the full documentation for the Patrons module 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/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt new file mode 100644 index 0000000000..525d308a8e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

    Update patron records

    + +

    If you are allowing patrons to edit their accounts via the OPAC with the OPACPatronDetails preference then you will need to approve all changes via the staff client before they're applied. If there are patron edits awaiting action they will appear on the staff client dashboard below the modules list (along with other items awaiting action).

    + +

    When you click the 'Patrons requesting modifications' link you will be brought to a list of patrons with requested changes.

    + +

    From here you can 'Approve' and apply the changes to the patron record, 'Delete' and remove the changes or 'Ignore' and keep the changes pending to review later.

    + +

    See the full documentation for Updating patron records 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/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt index 0c004584b6..e1697a5cfa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Patron Details

    +

    Patron details

    When viewing a patron record you have the option to view information from one of many tabs found on the left hand side of the record.

    @@ -109,6 +109,6 @@
  • You will be brought to your new patron
  • -

    See the full documentation for the Patron Details in the manual (online).

    +

    See the full documentation for the Patron Details 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/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt index e2df9e10b3..cd0d3bdd0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt @@ -1,11 +1,11 @@ [% INCLUDE 'help-top.inc' %] -

    Patron Notices

    +

    Patron notices

    The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent

    Clicking on the message title will expand the view to show you the full text of the message that was sent.

    -

    See the full documentation for Patron Notices in the manual (online).

    +

    See the full documentation for Patron Notices 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/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt index 00fd99af53..f0bdd949d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt @@ -57,6 +57,6 @@ -

    See the full documentation for Paying Fines in the manual (online).

    +

    See the full documentation for Paying Fines in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt index 00fd99af53..f0bdd949d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt @@ -57,6 +57,6 @@ -

    See the full documentation for Paying Fines in the manual (online).

    +

    See the full documentation for Paying Fines in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt index 8092fef2c3..a66ad3eecc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt @@ -1,6 +1,6 @@ [% INCLUDE 'help-top.inc' %] -

    Patron Cirulation History

    +

    Patron circulation history

    The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.

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

    This will generate a text file with one barcode per line.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt index f046266da9..29e207ef8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt @@ -6,6 +6,6 @@

    On this tab you will be able to see and edit all of the routing lists that this patron is on.

    -

    See the full documentation for Patron routing lists in the manual (online).

    +

    See the full documentation for Patron routing lists in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt index 8a49547ccc..925fcaaf26 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt @@ -4,6 +4,6 @@

    Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.

    -

    See the full documentation for Patron Statistics in the manual (online).

    +

    See the full documentation for Patron Statistics in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] From a7cfa33058c7b469869bedb8cb8dc838b37135da Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sun, 24 Mar 2013 01:14:58 -0400 Subject: [PATCH 06/15] Bug 9850: Update Admin Help Files for 3.12 This patch updates the links to the manual and the text of the admin help files. To test: Visit the help files on all admin pages and make sure the links and text are right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/admin/admin-home.tt | 2 +- .../en/modules/help/admin/aqbudgetperiods.tt | 2 +- .../prog/en/modules/help/admin/aqbudgets.tt | 2 +- .../prog/en/modules/help/admin/aqplan.tt | 2 +- .../help/admin/auth_subfields_structure.tt | 2 +- .../modules/help/admin/auth_tag_structure.tt | 2 +- .../modules/help/admin/authorised_values.tt | 43 ++++++++++++++----- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../en/modules/help/admin/biblio_framework.tt | 2 +- .../help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 3 +- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../en/modules/help/admin/classsources.tt | 2 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/didyoumean.tt | 2 +- .../en/modules/help/admin/fieldmapping.tt | 2 +- .../help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../en/modules/help/admin/koha2marclinks.tt | 2 +- .../help/admin/marc_subfields_structure.tt | 2 +- .../en/modules/help/admin/marctagstructure.tt | 2 +- .../en/modules/help/admin/matching-rules.tt | 2 +- .../en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../modules/help/admin/patron-attr-types.tt | 3 +- .../prog/en/modules/help/admin/preferences.tt | 2 +- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 2 +- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../help/admin/transport-cost-matrix.tt | 2 +- .../en/modules/help/admin/z3950servers.tt | 2 +- 33 files changed, 66 insertions(+), 43 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt index 47cbeabc41..b34f20d51b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt @@ -30,6 +30,6 @@

    This list of parameters includes functionalities that didn't fit in any other category. These items are optional and may not need to be altered, depending on your library's needs.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt index 9311221d2c..462dfc5573 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt @@ -34,6 +34,6 @@

    Once you have made your edits, click the 'Save Changes' button. You will be brought to a list of your existing budgets.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt index 6575f473e1..0feeff4fa2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt @@ -31,6 +31,6 @@

    To the right of each fund you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options. A Child Fund a sub-fund of the parent fund. For example, one might have a parent fund for 'Fiction,' and Child Funds for 'New Releases' and 'Science Fiction.' It is an optional way to further organize your finances.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt index 64c03ca1d7..4c2ba3ac2e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt @@ -12,6 +12,6 @@

    Once your changes are made, click the 'Save' button. If you would like to export your data as a CSV file you can do so by entering a file name in the 'Output to a file named' field and clicking the 'Output' button.

    -

    See the full documentation for Budget Planning in the manual (online).

    +

    See the full documentation for Budget Planning in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt index 9cfdf5532c..1fd0d85a9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt @@ -63,6 +63,6 @@
  • To save your changes, click the 'Save Changes' button at the top of the screen.
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt index 8e7aaf930d..fb44a26f44 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt @@ -19,6 +19,6 @@

    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 Authorities in the manual (online).

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt index 9d3bafec86..ce50907a8c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt @@ -46,15 +46,27 @@
    • Click 'New Category.'
    • -
    • Limit your Category to eleven characters (something short to make it clear what the category is for).
    • -
    • When adding a new category, you're asked to create at least one authorized value:
        -
      • Enter a code for your Authorized Value into the 'Authorized value' field.
      • -
      • Use the Description field for the actual value that will be entered.
      • +
      • Limit your Category to 10 characters (something short to make it clear what the category is for) +
          +
        • Important: Category cannot have spaces or special characters other than underscores and hyphens in it.
      • -
      • Click 'Save.'
      • -
      • Your new category and value will appear on the list of Authorized Values.
      • +
      • When adding a new category you're asked to create at least one authorized value +
          +
        • Enter a code for your Authorized Value into the 'Authorized value' field +
            +
          • Important: Authorized value is limited to 80 characters and cannot have spaces or special characters other than underscores and hyphens in it.
          • +
          +
        • +
        • Use the Description field for the actual value that will be displayed. If you want something different to show in the OPAC, enter a 'Description (OPAC)'
        • +
        • If you would like to limit this authorized value category to only specific libraries you can choose them from the 'Branches limitation' menu. To have it show for all libraries just choose 'All branches' at the top of the list.
        • +
        • If you have StaffAuthorisedValueImages and/or AuthorisedValueImages set to show images for authorized values you can choose the image under 'Choose an icon'
        • +
        +
      • +
      • Click 'Save'
      • +
      • Your new category and value will appear on the list of Authorized Values
      • +

    Add New Authorized Value

    @@ -63,12 +75,21 @@
    • Click 'New authorized value for ...'
    • -
    • Enter a code for your Authorized Value into the 'Authorized value' field.
    • -
    • Use the Description field for the actual value that will be entered.
    • -
    • Click 'Save.'
    • -
    • The new value will appear in the list along with existing values.
    • +
        +
      • Enter a code for your Authorized Value into the 'Authorized value' field +
          +
        • Important: Authorized value is limited to 80 characters and cannot have spaces or special characters other than underscores and hyphens in it.
        • +
        +
      • +
      • Use the Description field for the actual value that will be displayed. If you want something different to show in the OPAC, enter a 'Description (OPAC)'
      • +
      • If you would like to limit this authorized value category to only specific libraries you can choose them from the 'Branches limitation' menu. To have it show for all libraries just choose 'All branches' at the top of the list.
      • +
      • If you have StaffAuthorisedValueImages and/or AuthorisedValueImages set +to show images for authorized values you can choose the image under 'Choose an icon'
      • +
      • Click 'Save'
      • +
      • The new value will appear in the list along with existing values
      • +
    -

    See the full documentation for Authorized Values in the manual (online).

    +

    See the full documentation for Authorized Values in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt index 1163d1b2e5..a75dcdcbf5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt @@ -6,6 +6,6 @@

    Koha comes with many of the necessary Authority frameworks already installed.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt index 45883b8059..190b77487f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt @@ -34,6 +34,6 @@

    To make edits to the fields associated with the Framework you must first click 'MARC Structure' and then follow the instructions for editing subfields

    -

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

    +

    See the full documentation for 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/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt index 4037d92918..6f743126ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt @@ -16,6 +16,6 @@

    In the above example, Centerville library will allow patrons to return items from all libraries except Liberty and Franklin to their library.

    -

    See the full documentation for Library Transfer Limits in the manual (online).

    +

    See the full documentation for Library Transfer Limits in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt index 8404f8ea72..021c403a1e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt @@ -47,6 +47,6 @@

    Properties are then applied to libraries via the add or edit library form.

    -

    See the full documentation for Libraries & Groups in the manual (online).

    +

    See the full documentation for Libraries & Groups 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/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt index d788963cda..efffab773e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt @@ -77,6 +77,7 @@
  • In the 'Category type' field choose one of the six main parent categories
  • +
  • The Branch Limitations let you limit this patron category to only some branches in your library system. Select 'All branches' if you would like any library to be able to use this category.
  • Finally you can assign advanced messaging preferences by default to a patron category
    • Important: Requires that you have EnhancedMessagingPreferences enabled
    • @@ -85,6 +86,6 @@
    -

    See the full documentation for Patron Categories in the manual (online).

    +

    See the full documentation for Patron Categories 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/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt index a6d0af65f3..bc83cc5f40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt @@ -6,6 +6,6 @@

    If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.

    -

    See the full documentation for the MARC Bibliographic Framework Test in the manual (online).

    +

    See the full documentation for the MARC Bibliographic Framework Test 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/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt index 3f89b19047..42c77cb71e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt @@ -18,6 +18,6 @@

    This will allow for easy entry of local cities into the patron record without risking the potential for typos or mistaken zip/postal codes.

    -

    See the full documentation for Cities and Towns in the manual (online).

    +

    See the full documentation for Cities and Towns 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/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt index 4892511570..bf5c9c6173 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt @@ -53,6 +53,6 @@
  • Choose an appropriate filing routine - dewey, generic or lcc
  • -

    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 0552f780b3..679570b681 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 @@ -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/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt index eea10bcf9c..4304b9116a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt @@ -17,6 +17,6 @@

    If you want one plugin to take priority over another you simply drag it above the other.

    -

    See the full documentation for the Did you mean? feature in the manual (online).

    +

    See the full documentation for the Did you mean? feature in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] 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 3e8650b034..308f1589d1 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 @@ -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 655e51619a..553466157a 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 @@ -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 03dcfe64e6..081cae90b9 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 @@ -57,6 +57,6 @@

    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 b5fc55fb38..a7c2abc0da 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 @@ -12,6 +12,6 @@

    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 ca8f434810..9d93ffbb5d 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 @@ -144,6 +144,6 @@ 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
  • -

    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 0ee89b8666..c126094abe 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 @@ -21,6 +21,6 @@

    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 77e301a5e6..46dae8d3b5 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 @@ -46,6 +46,6 @@
  • Required Match checks: none (remove the blank one)
  • -

    See the full documentation for Record Matching Rules in the manual (online).

    +

    See the full documentation for Record Matching Rules in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt index 979ac12750..0a181398d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt @@ -18,6 +18,6 @@

    And it is case sensitive : a record having 999$9 = 'xxx' will not belong to a set where condition is 999$9 = 'XXX'.

    -

    See the full documentation for OAI Sets in the manual (online).

    +

    See the full documentation for OAI Sets in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt index f345b75ad8..9bb7736c34 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt @@ -29,6 +29,6 @@

    Once you have configured all your sets, you have to build the sets. This is done by calling the script misc/migration_tools/build_oai_sets.pl.

    -

    See the full documentation for OAI Sets in the manual (online).

    +

    See the full documentation for OAI Sets in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt index b41947a267..18d1733387 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt @@ -46,6 +46,7 @@
  • Important: an authorized value list is not enforced during batch patron import.
  • +
  • If you would like this attribute to only be used by specific branches you can choose those branches from the 'Branches limitation' list. Choose 'All branches' to show it for all libraries.
  • If you'd like to only show this attribute on patrons of one type choose that patron type from the 'Category' pull down
  • If you have a lot of attributes it might be handy to group them so that you can easily find them for editing. If you create an Authorized Value for PA_CLASS it will show in the 'Class' pull down and you can then change your attributes page to have sections of attributes
  • Click Save to save your new attribute
  • @@ -69,6 +70,6 @@

    You will be unable to delete an attribute if it's in use.

    -

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

    +

    See the full documentation for Patron Attribute 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/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt index 6cd0f0e211..de954e9855 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt @@ -33,6 +33,6 @@
  • Web Services: includes preferences related to services like OAI-PMH.
  • -

    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/roadtype.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt index cc5a39eff4..e07eaef449 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 @@ -10,6 +10,6 @@

    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 e9552c5a1d..c5cd89204f 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 @@ -133,6 +133,6 @@
  • Item floats: The item will not be transferred from the library it was checked in at, instead it will remain there until transferred manually or checked in at another library
  • -

    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 807853274b..b6e0782a2a 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 @@ -10,6 +10,6 @@

    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/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt index 9e6486c5c7..ab24e92295 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt @@ -10,6 +10,6 @@

    After entering in your cost, hit 'Enter' on your keyboard or click the 'Save' button at the bottom of the matrix to save your changes.

    -

    See the full documentation for the Transport Cost Matrix in the manual (online).

    +

    See the full documentation for the Transport Cost Matrix 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 5f09f34586..189a24db7d 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 @@ -36,6 +36,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' %] From 3cac78bdb83b0a510f062e683698f5f253014296 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 12:49:05 -0400 Subject: [PATCH 07/15] Bug 9850: Acq Help Files for 3.12 This patch updates the manual links and some text in the acq help files. To test: Visit help on all acq pages and make sure links and text are right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/acqui/acqcontract.tt | 2 +- .../prog/en/modules/help/acqui/acqui-home.tt | 2 +- .../prog/en/modules/help/acqui/addorderiso2709.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 2 +- .../prog/en/modules/help/acqui/basketgroup.tt | 2 +- .../prog/en/modules/help/acqui/basketheader.tt | 2 +- .../prog/en/modules/help/acqui/booksellers.tt | 2 +- .../prog/en/modules/help/acqui/histsearch.tt | 2 +- .../prog/en/modules/help/acqui/invoice.tt | 2 +- .../prog/en/modules/help/acqui/invoices.tt | 2 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/help/acqui/neworderempty.tt | 2 +- .../en/modules/help/acqui/newordersuggestion.tt | 13 +++++++++---- .../prog/en/modules/help/acqui/orderreceive.tt | 2 +- .../prog/en/modules/help/acqui/parcel.tt | 2 +- .../prog/en/modules/help/acqui/parcels.tt | 2 +- .../prog/en/modules/help/acqui/supplier.tt | 2 +- .../prog/en/modules/help/acqui/uncertainprice.tt | 2 +- .../prog/en/modules/help/acqui/z3950_search.tt | 2 +- 20 files changed, 28 insertions(+), 23 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 41d65e0283..803af36a9e 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 @@ -16,6 +16,6 @@

    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' %] 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 55f9fcc6c2..737664103e 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 @@ -10,6 +10,6 @@

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

    -

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

    +

    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/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt index 71ef332b27..c716c38ae1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt @@ -19,6 +19,6 @@ -

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

    +

    See the full documentation for Ordering 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 f049dd95a5..1e5e4cd02f 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 @@ -111,6 +111,6 @@

    Clicking 'Print' below your order will generate a PDF for printing, which will have all of your library information followed by the items in your order.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt index 5c69914f16..52488bf156 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt @@ -8,7 +8,7 @@

    A basket group is simply a group of baskets. In some libraries, you have several staff members who create baskets, and, at the end of a period of time, someone then groups them together to send to the vendor in bulk. That said, it is possible to have one basket in a basket group if that's the workflow used in your library.

    -

    See the full documentation for Basket Groups in the manual (online).

    +

    See the full documentation for Basket Groups in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt index 918ab98f0c..e01d650b7d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt @@ -18,7 +18,7 @@

    After creating your basket, you can edit the name of the basket, the billing place, delivery place, the notes and the contract you're ordering against.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt index 830e1cc239..50c0fcfef6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt @@ -14,6 +14,6 @@

    Clicking Advanced Search to the right of the search button will give you all of the order search options available.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt index 830e1cc239..50c0fcfef6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt @@ -14,6 +14,6 @@

    Clicking Advanced Search to the right of the search button will give you all of the order search options available.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt index 640878e2f9..bfce1b0ebb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt @@ -8,6 +8,6 @@

    From the results you can click the 'Details' link to see the full invoice or 'Close' to note that the invoice is closed/paid for.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt index 640878e2f9..bfce1b0ebb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt @@ -8,6 +8,6 @@

    From the results you can click the 'Details' link to see the full invoice or 'Close' to note that the invoice is closed/paid for.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt index a2d9bfc554..f24922ecba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt @@ -16,6 +16,6 @@

    There is a default acquisitions cliam letter. If you would rather use a different one, you can create that in the notices module and choose it from the menu above the list of late items.

    -

    See the full documentation for Claims and Late Orders in the manual (online).

    +

    See the full documentation for Claims and Late Orders in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt index b7df8755dc..00d6addeac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt @@ -9,6 +9,6 @@
  • All of the details associated with the item will already be listed under 'Catalog details'
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt index a611262088..fd70bc013b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt @@ -8,6 +8,6 @@
  • You will be presented with an empty form to fill in all of the necessary details about the item.
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt index d581d20e8f..11ff29ae87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt @@ -2,13 +2,18 @@

    Order from Purchase Suggestion

    -

    If you allow patrons to make purchase suggestions, then you can place orders from those suggestions.

    +

    If you allow patrons to make purchase suggestions (learn more in the Managing Suggestions section of this manual), then you can place orders from those suggestions. In order to keep track of suggestions that have been ordered and received you must place the order using this link.

      -
    • From this form you, can make changes to the Catalog Details if necessary.
    • -
    • When the item appears in your basket it will include a link to the suggestion.
    • +
    • From the results, click 'Order' next to the item you want to order and you will be presented with the order form including a link to the suggestion +
        +
      • From this form you can make changes to the Catalog Details if necessary.
      • +
      • When the item appears in your basket it will include a link to the suggestion.
      • +
      +
    • +
    • Orders added to the basket in this way will notify the patron via email that their suggestion has been ordered and will update the patron's 'My purchase suggestions' page in the OPAC.
    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt index 3c41af96e7..7b418cfbb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt @@ -18,6 +18,6 @@

    You will also see that the item is received and/or cancelled if you view the basket.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt index 3c41af96e7..7b418cfbb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt @@ -18,6 +18,6 @@

    You will also see that the item is received and/or cancelled if you view the basket.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt index 3c41af96e7..7b418cfbb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt @@ -18,6 +18,6 @@

    You will also see that the item is received and/or cancelled if you view the basket.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt index 6dbe769f82..b41b25ec75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt @@ -51,6 +51,6 @@

    If the vendor has no baskets attached to it, a 'Delete' button will also be visible, allowing the vendor to be deleted.

    -

    See the full documentation for managing Vendors in the manual (online).

    +

    See the full documentation for managing Vendors in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt index 2616d30f12..51dd48142e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt @@ -4,6 +4,6 @@

    The Uncertain Prices page is independent of the basket. It is linked to the vendor so you will see all items on order with uncertain prices for that vendor.

    -

    See the full documentation for Uncertain prices in the manual (online).

    +

    See the full documentation for Uncertain prices in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt index 1ebcbb6ee7..d3d9b98b7a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt @@ -14,6 +14,6 @@
  • In the order form that pops up, you will not be able to edit the catalog details
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] From e6ebc86a07dee5843f7fffae3605fc3d00a183c8 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 14:41:05 -0400 Subject: [PATCH 08/15] Bug 9850: Catalogue help files This patch updates the help files in the catalogue folder. To test: Visit the help on the search, detail pages, item details and item history pages and confirm text and links are right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/catalogue/detail.tt | 2 +- .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- .../prog/en/modules/help/catalogue/search.tt | 14 +++++++++----- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt index fe07270228..ce0c6245fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt @@ -4,6 +4,6 @@

    In Koha the bibliographic record contains the main information related to the material. This includes things like the title, author, ISBN, etc. This information is stored in Koha in Marc (different flavors of Marc are supported in Koha). Once this information is saved, items or holdings can be attached.

    -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt index 98b70be4e1..82c352d22d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt @@ -6,6 +6,6 @@

    Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.

    -

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

    +

    See the full documentation for Item Checkout History 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/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt index d69c717184..49d5a65156 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt @@ -18,6 +18,6 @@

    Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.

    -

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

    +

    See the full documentation for Item Records 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/catalogue/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt index dcc5adedb3..fad058764a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt @@ -12,10 +12,14 @@

    The index name is 'aud' and it's derived from 008/22

    -
    • aud:a Easy
    • -
    • aud:c Juvenile
    • -
    • aud:d Young adult
    • -
    • aud:e Adult
    +
    • aud:a Preschool
    • +
    • aud:b Primary
    • +
    • aud:c Pre-Adolescent
    • +
    • aud:d Adolescent
    • +
    • aud:e Adult
    • +
    • aud:f Specialized
    • +
    • aud:g General
    • +
    • aud:j Juvenile

    Content

    @@ -68,6 +72,6 @@
  • ctype:w Law reports and digests
  • ctype:z Treaties
  • -

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

    +

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

    [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From 595ac425b86864c2d52ca093bdc865a4804c033a Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 22:31:57 -0400 Subject: [PATCH 09/15] Bug 9850: Update Tags & Comments Help This patch updates the text and links for the Tag and Comment moderation tools. To test: Visit the help on the tags and comments tools and confirm that text and links are right. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/reviews/reviewswaiting.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt index 21073be6a6..d3dfb825f4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt @@ -10,6 +10,6 @@

    You can also review and unapprove comments you have approved in the past by choosing the 'Approved comments' tab

    -

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

    +

    See the full documentation for Comments 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/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt index 79bd3ae609..fc0c8d80bf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt @@ -7,6 +7,8 @@

    To moderate the tags visit the Tags tool. When first visiting the tool, you will be presented with a list of tags that are pending approval or rejection by a librarian

      +
    • To see all of the titles this tag was added to simply click on the term
    • +
    • To approve a tag, you can either click the 'Approve' button in line with the term, or check all terms you want to approve and click 'Approve' below the table.
    • To reject a tag, you can either click the 'Reject' button in line with the term, or check all terms you want to approve and click 'Reject' below the table.
    • @@ -18,6 +20,6 @@

      To check terms against the approved and rejected lists (and possibly against the dictionary you have assigned for tag moderation) simply enter the term into the search box on the bottom right of the screen to see the status of the term.

      -

      See the full documentation for Tag Moderation in the manual (online).

      +

      See the full documentation for Tag Moderation in the manual (online).

      [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From f2071b351e99a67108cc4a59ed5dc921f4470c55 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 22:35:30 -0400 Subject: [PATCH 10/15] Bug 9850: Add missing tags help file This patch adds a help file to the listing of titles that use a tag in the tag moderation tool. To test: * Visit the Tag Moderation Tool * Click on a accepted tag * Check that the help file loads on the list and that the text and links are right. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/help/tags/list.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt new file mode 100644 index 0000000000..110a57fbb9 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

      Tag list

      + +

      This list shows you all of the titles tagged with the term you clicked on.

      + +

      To remove a tag from a specific title, simply click the 'Remove tag' button to the right of the title.

      + +

      See the full documentation for Tag Moderation in the manual (online).

      + +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From 3bac3ffd32f48ba223b118925f1fd6a71d0ee07f Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 23:14:16 -0400 Subject: [PATCH 11/15] Bug 9850: Update holds help file This updates the manual link on the holds help file. To test: Visit the holds tab on any bib record and click the Help link. Make sure it goes to the right place. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt index b2dac8b9e6..68b75f12dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt @@ -60,6 +60,6 @@

      If a patron asks to have their hold suspended you can do so by clicking the Suspend button to far right. If the patron gives you a date for the items to become unsuspended you can enter that in the date box and click the 'Update hold(s)' button to save your changes.

      -

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

      +

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

      [% INCLUDE 'help-bottom.inc' %] From 8b574a02ba194c07d15104bb185c331993770880 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 27 Mar 2013 23:16:42 -0400 Subject: [PATCH 12/15] Bug 9850: Update Lists Help This updates the manual link in the lists help file. To test: Visit lists pages in the staff client, view the help and confirm link goes to the right place. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt index ce24a9e48d..fe91182938 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt @@ -67,6 +67,6 @@

      Important: It is important to rebuild your zebra index immediately after merging records. If a search is performed for a record which has been deleted Koha will present the patrons with an error in the OPAC.

      -

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

      +

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

      [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file From 80488c7bcf4a163d0cb7515d22f5b63dc3499c8f Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 25 Apr 2013 21:47:01 -0400 Subject: [PATCH 13/15] Bug 9850: Fix patron files link Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt index 01dcd1b238..375ebfc004 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt @@ -8,6 +8,6 @@

      All files that are uploaded will appear above a form where additional files can be uploaded from.

      -

      See the full documentation for Patron Files in the manual (online).

      +

      See the full documentation for Patron Files in the manual (online).

      [% INCLUDE 'help-bottom.inc' %] From 38421614a43d5aebbd3403ae8ee543e0e6dca07e Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 25 Apr 2013 21:48:03 -0400 Subject: [PATCH 14/15] Bug 9850: Fix patron routing lists link Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/help/members/routing-lists.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt index 29e207ef8e..aa79334a25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt @@ -6,6 +6,6 @@

      On this tab you will be able to see and edit all of the routing lists that this patron is on.

      -

      See the full documentation for Patron routing lists in the manual (online).

      +

      See the full documentation for Patron routing lists in the manual (online).

      [% INCLUDE 'help-bottom.inc' %] From 68e8f724c0a9d185ba5a21fe240cd91d05fabd09 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 25 Apr 2013 21:49:15 -0400 Subject: [PATCH 15/15] Bug 9850: Fix Patron statistics link Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/help/members/statistics.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt index 925fcaaf26..0f0e087dd4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt @@ -4,6 +4,6 @@

      Depending on what you set for the values of your StatisticsFields system preference, you can see statistics for one patron's circulation actions.

      -

      See the full documentation for Patron Statistics in the manual (online).

      +

      See the full documentation for Patron Statistics in the manual (online).

      [% INCLUDE 'help-bottom.inc' %]