Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

11 lines
751 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Plugins</h1>
<p>Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work.</p>
<p>The plugin system needs to be turned on by a system administrator and should only managed by those who understand Perl and the way data connects within Koha.</p>
<p><strong>See the full documentation for the Plugin System in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/plugins.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]