From f5090d771a9552edbd03cf35643d0813e6ea593d Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 15 Oct 2013 13:54:39 -0400 Subject: [PATCH] [PASSED QA] Bug 10671: Add missing patron lists help To test go to Tools > Patron Lists and click 'Help'. Confirm that the help is there and without typos. Signed-off-by: Bernardo Gonzalez Kriegel Help present. No typos Signed-off-by: Katrin Fischer Help file shows on correct page, no typos found. --- .../prog/en/modules/help/patron_lists/lists.tt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt new file mode 100644 index 0000000..8775a5c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt @@ -0,0 +1,19 @@ +[% INCLUDE 'help-top.inc' %] + +

Patron lists

+ +

Patron lists are a way to store a group of patrons for easy modification via the batch patron modification tool or reporting.

+ +

To create a new list of patrons click the 'New patron list' button

+ +

Enter a list name and save the list.

+ +

To add patrons to the list click the 'Add patron's button to the right of the list name.

+ +

Enter the patron's name or cardnumber in the search box and click on the right result to add the patron.

+ +

Once you have all of the patrons you would like to add you can click the 'Update' button to save them to the list.

+ +

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

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