Bug 11483: Add missing serial help files
authorNicole C. Engard <nengard@bywatersolutions.com>
Mon, 6 Jan 2014 18:15:36 +0000 (12:15 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 8 Jan 2014 15:15:02 +0000 (15:15 +0000)
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>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt [new file with mode: 0644]

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 (file)
index 0000000..c404a85
--- /dev/null
@@ -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 (file)
index 0000000..7479f9d
--- /dev/null
@@ -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