---
 .../modules/help/reports/acquisitions_stats.tmpl   |    2 +-
 .../en/modules/help/reports/borrowers_stats.tmpl   |    7 ++---
 .../en/modules/help/reports/catalogue_stats.tmpl   |    2 +-
 .../prog/en/modules/help/reports/issues_stats.tmpl |    2 +-
 .../en/modules/help/reports/serials_stats.tmpl     |   23 ++++++++++++++++++++
 5 files changed, 29 insertions(+), 7 deletions(-)
 create mode 100644 
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tmpl
index dd70cc8..baf4f76 100644
--- 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tmpl
+++ 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tmpl
@@ -2,7 +2,7 @@
 
 <h1>Acquisitions Statistics</h1>
 
-<p>   IMPORTANT: The Acquisitions 'Wizard' is designed to be a simple 
statistical snapshot,&nbsp; In each wizard, you will choose a single category 
to represent 'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Acquisitions 'Wizard' is designed to 
be a simple statistical snapshot,&nbsp; In each wizard, you will choose a 
single category to represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in 
your Global Nav)</li>
                        <li>Choose 'Acquisitions' under 'Statistics 
Wizards'</li>
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tmpl
index 41cd00f..df2b000 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tmpl
@@ -2,7 +2,7 @@
 
 <h1>Patron Statistics</h1>
 
-<p>IMPORTANT: The Patron 'Wizard' is designed to be a simple statistical 
snapshot,  In each wizard, you will choose a single category to represent 'row' 
and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT: The Patron 'Wizard' is designed to be a 
simple statistical snapshot,  In each wizard, you will choose a single category 
to represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in 
your Global Nav)</li>
                        <li>Choose 'Patrons' under 'Statistics Wizards'</li>
@@ -18,9 +18,8 @@
                                </ul></li>
                        </ul></li>
                        <li>Options without radio buttons such as 'Patron 
status', 'Patron activity', and 'Date of Birth' are limits you can place on the 
report.</li>
-                       <li>
-                   <span style="background-color: #ffe599">
-TIP: To place no limits for a category, choose the blank field. When blank 
field is chosen all categories will be included in the statistical 
count.</span></li>
+                       <li style="background-color: #ffe599">
+TIP: To place no limits for a category, choose the blank field. When blank 
field is chosen all categories will be included in the statistical count.</li>
                        <li>Choose a method for 'outputing' (viewing) the 
report: Options are 'browser' or saving as a file viewable in a program like 
Excel.</li>
                        <li>Click 'Submit'</li>
                        <li>For each patron category (rows), there is a count 
given by branch. Each row and and columns are also totaled</li>
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tmpl
index 0577041..4fc356c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tmpl
@@ -2,7 +2,7 @@
 
 <h1>   Catalog Statistics</h1>
 
-<p>IMPORTANT: The Catalog 'Wizard' is designed to be a simple statistical 
snapshot. You will choose a single category to represent 'row' and another to 
represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Catalog 'Wizard' is designed to be a 
simple statistical snapshot. You will choose a single category to represent 
'row' and another to represent 'column'.</p>
 
        <ul>
                <li>Go to the 'Reports' module (usually under 'More' in your 
Global Nav)</li>
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tmpl
index 52d34c5..776aea4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tmpl
@@ -2,7 +2,7 @@
 
 <h1>   Circulation Statistics</h1>
 
-<p><strong>IMPORTANT:</strong> The Circulation 'Wizard' is designed to be a 
simple statistical snapshot. You will choose a single category to represent 
'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Circulation 'Wizard' is designed to 
be a simple statistical snapshot. You will choose a single category to 
represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in 
your Global Nav)</li>
                        <li>Choose 'Circulation' under 'Statistics Wizards'</li>
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl
new file mode 100644
index 0000000..c2f68f0
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl
@@ -0,0 +1,23 @@
+<!-- TMPL_INCLUDE NAME="help-top.inc" -->
+
+<h1>Serials Statistics</h1>
+
+<p style="color: #990000">IMPORTANT: The Serials 'Wizard' is designed to be a 
simple
+statistical snapshot. 
+</p>
+<ul>
+       <li>
+       Go to the 'Reports' module (usually under 'More' in your Global Nav)
+       </li>
+       <li>
+       Choose 'Serials' under 'Statistics Wizards'</li>
+       <li>Choose
+       your vendor and branch (or leave them both set to 'Any' to get
+       information on all subscriptions) and whether to include expired
+       subscriptions</li>
+       <li>Your results will appear as a list of subscriptions
+       </li>
+</ul>
+
+
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->
\ No newline at end of file
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to