Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
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>
2013-11-23 19:30:16 +00:00

25 lines
1.2 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Circulation</h1>
<p>Circulation functions can be accessed in several different ways. On the main page of the staff client there are some quick links in the center of the page to check items out, in or transfer them. For a complete listing of Circulation functions you can visit the Circulation page which is linked from the top left of every page or from the center of the main page.</p>
<p>Before circulating your collection you will want to set your Global System Preferences, Basic Parameters and Patrons &amp; Circulation Rules.</p>
<p>While in Circulation you can jump between the tabs on the quick search box at the top of the screen by using the following hot keys:</p>
<ul>
<li>jump to the catalog search with Alt+Q</li>
<li>jump to the checkout with Alt+U
<ul>
<li>this will not work for Mac user</li>
</ul>
</li>
<li>jump to the checkin with Alt+R</li>
</ul>
<p style="background-color: #ffe599">Tip: Mac users use the OPTION button in place of ALT</p>
<p><strong>See the full documentation for Circulation in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/circulation.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]