572c586793
This patch uses the version number of the Koha database to dynamically generate links from help to the appropriate version of the manual. Test plan (for 3.15 branch): - Open a help page - Verify the manual link is correct (point to 3.14 manual) - change the version in mysql: update systempreferences set value="3.1600000" where variable="version"; - Verify the manual link now points to the future 3.16 manual. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described. No koha-qa errors Tested on top of Bug 10671 On master (BD version 3.13.xxx) help links point to 3.12 manual Changing version to 3.14/15 points to 3.14 manual Changing version to 3.16 points to the future :) Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
27 lines
No EOL
1.2 KiB
Text
27 lines
No EOL
1.2 KiB
Text
[% INCLUDE 'help-top.inc' %]
|
|
|
|
<h1>News</h1>
|
|
|
|
<p>Koha's news module allows librarians to post news to the OPAC, staff interface and circulation receipts.</p>
|
|
|
|
<p>To add news to either the OPAC, the Staff Client or a Circulation receipt:</p>
|
|
|
|
<ul>
|
|
<li>Click 'New Entry'
|
|
<ul>
|
|
<li>Under 'Display Location' choose whether to put the news on the OPAC, Slip (circulation receipt) or the Librarian (Staff) Interface.</li>
|
|
<li>Choose a title for your entry</li>
|
|
<li>Using the publication and expiration date fields you can control how long your item appears</li>
|
|
<li>'Appear in position' lets you decide what order your news items appear in</li>
|
|
<li>The 'News' box allows for the use of HTML for formatting of your news item</li>
|
|
</ul>
|
|
</li>
|
|
<li>After filling in all of the fields, click 'Submit'</li>
|
|
<li>News in the OPAC will appear above the OpacMainUserBlock</li>
|
|
<li>News in the Staff Client will appear on the far left of the screen</li>
|
|
<li>News on the circulation receipts will appear below the items that are checked out</li>
|
|
</ul>
|
|
|
|
<p><strong>See the full documentation for News in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/tools.html#newstool">manual</a> (online).</strong></p>
|
|
|
|
[% INCLUDE 'help-bottom.inc' %] |