[Koha-patches] [PATCH] Bug 11483: Add missing serial help files

Nicole C. Engard nengard at bywatersolutions.com
Mon Jan 6 19:16:52 CET 2014


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
---
 .../help/serials/subscription-frequencies.tt       |   11 +++++++++++
 .../help/serials/subscription-numberpatterns.tt    |   13 +++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
 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.2.3



More information about the Koha-patches mailing list