Bug 11403: Add missing help file to new Renew page
authorNicole C. Engard <nengard@bywatersolutions.com>
Mon, 16 Dec 2013 15:53:10 +0000 (09:53 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 30 Dec 2013 15:08:45 +0000 (15:08 +0000)
This patch adds a help file to the Renew page found under
Circulation.

To test:

* Go to Circulation > Renew
* Click the help link
* Confirm text and manual link are correct.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt
new file mode 100644 (file)
index 0000000..95cdf7d
--- /dev/null
@@ -0,0 +1,13 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Renew</h1>
+
+<p>Checked out items can be renewed (checked out for another period of time) based on your circulation rules and renewal preferences.</p>
+
+<p>To renew an item from this page you can the barcodes of the items you would like to renew.</p>
+
+<p>If the barcode is not found or the item is not actually checked out you will be presented with an error. Otherwise the item is renewed and you will receive a confirmation message.</p>
+
+<p><strong>See the full documentation for Renewing in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/circrenew.html">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file