Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / koha-news.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>News</h1>
4
5 <p>Koha's news module allows librarians to post news to the OPAC, staff interface and circulation receipts.</p>
6
7 <p>To add news to either the OPAC, the Staff Client or a Circulation receipt:</p>
8
9 <ul>
10         <li>Click 'New Entry'
11 <ul>
12         <li>Under 'Display Location' choose whether to put the news on the OPAC, Slip (circulation receipt) or the Librarian (Staff) Interface.</li>
13         <li>Choose a title for your entry</li>
14         <li>Using the publication and expiration date fields you can control how long your item appears</li>
15         <li>'Appear in position' lets you decide what order your news items appear in</li>
16         <li>The 'News' box allows for the use of HTML for formatting of your news item</li>
17 </ul>
18 </li>
19         <li>After filling in all of the fields, click 'Submit'</li>
20         <li>News in the OPAC will appear above the OpacMainUserBlock</li>
21         <li>News in the Staff Client will appear on the far left of the screen</li>
22         <li>News on the circulation receipts will appear below the items that are checked out</li>
23         <li>The news item's author will be set to the currently logged in user.</li>
24         <li>The system preference 'NewsAuthorDisplay' can be used to hide or show the author for news item.</li>
25 </ul>
26
27 <p><strong>See the full documentation for News in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#news">manual</a> (online).</strong></p>
28
29 [% INCLUDE 'help-bottom.inc' %]