[Koha-patches] [PATCH] Bug 8945: Update help files for 3.10

Nicole C. Engard nengard at bywatersolutions.com
Fri Oct 19 13:35:50 CEST 2012


This patch updates help files that are not in any
specific module folder.
---
 .../intranet-tmpl/prog/en/modules/help/about.tt    |   10 ++++++++--
 .../intranet-tmpl/prog/en/modules/help/mainpage.tt |    8 ++++----
 .../intranet-tmpl/prog/en/modules/help/nohelp.tt   |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt
index 5912f97..210123b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt
@@ -1,6 +1,8 @@
 [% INCLUDE 'help-top.inc' %]
 
-<h1>About Koha</h1><p>This section provides information about your Koha installation. It is useful for developers and if you wish to report bugs or issues to the Koha community.</p>
+<h1>About Koha</h1>
+
+<p>This section provides information about your Koha installation. It is useful for developers and if you wish to report bugs or issues to the Koha community.</p>
 
 <h2>Server information</h2>
 
@@ -10,10 +12,14 @@
 
 <p>This tab lists all the dependant Perl modules for Koha and whether or not you have them installed, and the version number. If you are reporting an issue, the developer may ask what is the state of the Perl modules you have installed.</p>
 
+<h2>System information</h2>
+
+<p>This tab will provide you with warnings if you are using system preferences that have since been deprecated or system preferences that you have set without other required preferences.</p>
+
 <h2>Koha team</h2>
 
 <p>Koha is developed and supported by a large number of developers around the world. Thanks to all the developers and libraries who support Koha</p>
 
-<p><strong>See the full documentation for the About page in the <a href="http://manual.koha-community.org/3.8/en/aboutkoha.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the About page in the <a href="http://manual.koha-community.org/3.10/en/aboutkoha.html">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/mainpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
index ae73634..ae2cc88 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
@@ -5,7 +5,7 @@
 
 <p>Once you have set up patron categories, you should create a new user in &quot;Patrons&quot; with super librarian privileges. Then use that user to log in rather than the root user set up as part of installation.</p>
 
-<p>Here are some other suggestions: </p>
+<p>Here are some other suggestions:</p>
 
 <ul>
 <li><a href="http://koha-community.org/documentation/">Read Koha documentation</a></li>
@@ -18,15 +18,15 @@
 
 <h2>Can I edit the online help? </h2>
 
-<p>You can edit the online help through the Koha Staff Client by clicking the &quot;Edit Help&quot; button. This feature has been designed so that library workflow and policies can be documented within&nbsp; Koha. </p>
+<p>You can edit the online help through the Koha Staff Client by clicking the &quot;Edit Help&quot; button. This feature has been designed so that library workflow and policies can be documented within Koha.</p>
 
 <p><strong>IMPORTANT NOTE: Online help is overwritten during a Koha upgrade.</strong></p>
 
 <p>As part of the upgrade process your online help will be overwritten with the new Help as part of the install. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.</p>
 
-<p>The online help directory is: <pre>&nbsp;/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
+<p>The online help directory is: <pre>/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
 
-<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.8/en/">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.10/en/">manual</a> (online).</strong></p>
 
 
 [% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
index 0826ae7..df5a944 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
@@ -2,7 +2,7 @@
 	
 <h1>Online help</h1>
 
-<p>Sorry, there is no help available for this topic, please refer to the <a href="http://manual.koha-community.org/3.8/en/">Koha 3.8 manual</a> (online).</p>
+<p>Sorry, there is no help available for this topic, please refer to the <a href="http://manual.koha-community.org/3.10/en/">Koha 3.10 manual</a> (online).</p>
 
 <form action="/cgi-bin/koha/edithelp.pl" method="post">
 	<input type="hidden" name="referer" value="[% referer %]" />
-- 
1.7.2.3



More information about the Koha-patches mailing list