Bug 10671: Add missing patron lists help
authorNicole C. Engard <nengard@bywatersolutions.com>
Tue, 15 Oct 2013 17:54:39 +0000 (13:54 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Oct 2013 22:04:27 +0000 (22:04 +0000)
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 <bgkriegel@gmail.com>

Help present. No typos

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Help file shows on correct page, no typos found.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt [new file with mode: 0644]

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 (file)
index 0000000..8775a5c
--- /dev/null
@@ -0,0 +1,19 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Patron lists</h1>
+
+<p>Patron lists are a way to store a group of patrons for easy modification via the batch patron modification tool or reporting.</p>
+
+<p>To create a new list of patrons click the 'New patron list' button</p>
+
+<p>Enter a list name and save the list.</p>
+
+<p>To add patrons to the list click the 'Add patron's button to the right of the list name.</p>
+
+<p>Enter the patron's name or cardnumber in the search box and click on the right result to add the patron.</p>
+
+<p>Once you have all of the patrons you would like to add you can click the 'Update' button to save them to the list.</p>
+
+<p><strong>See the full documentation for Patron Lists in the <a href="http://manual.koha-community.org/3.14/en/tools.html#patronlists">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file