From 466e92231d3b4a9cc917ce9c1c3677c1bcf4f423 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" <nengard@bywatersolutions.com> Date: Mon, 6 Jan 2014 12:15:36 -0600 Subject: [PATCH] Bug 11483: Add missing serial help files The help files for the Serial Numbering Patterns and Frequencies pages were missing. This patch adds them. To test: * Visit the two new serial pages * Click Help * Confirm text and links are right Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> --- .../en/modules/help/serials/subscription-frequencies.tt | 11 +++++++++++ .../modules/help/serials/subscription-numberpatterns.tt | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt new file mode 100644 index 0000000..c404a85 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +<h1>Serial Frequencies</h1> + +<p>Koha keeps a record of publication frequencies for easy management and duplication.</p> + +<p>From this page you can view all of the exisiting frequencies in your system and create new ones.</p> + +<p><strong>See the full documentation for Serial Frequencies in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serials.html#serialfreq">manual</a> (online).</strong></p> + +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt new file mode 100644 index 0000000..7479f9d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +<h1>Serial Numbering Patterns</h1> + +<p>Every time you create a new numbering pattern in serials you can save it for later use. These patters are accessible via the Manage numbering patterns page.</p> + +<p>This page will list for you the numbering patterns you have saved in the past as well as a few canned patterns.</p> + +<p>It will also allow you to create a new numbering pattern without first adding a subscription. To add new new pattern click 'New numbering pattern' at the top of the list of patterns.</p> + +<p><strong>See the full documentation for Serial Numbering Patterns in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serialpatterns.html">manual</a> (online).</strong></p> + +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.10.4