Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt
Nicole C. Engard f6b936d50c Bug 9850: FOLLOW UP: Add Missing Plugin Help for 3.12
This patch is a follow up to the one that adds the plugin help.

To test:

Visit the upload a plugin page and review the help and links.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Fixed capitalization issues.
2013-04-07 13:28:05 -04:00

11 lines
670 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Upload Koha plugin</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 neccessary to make the plugin work.</p>
<p style="color: #990000;">Important: Only install plugins from trusted sources.</p>
<p><strong>See the full documentation for the Plugin system in the <a href="http://manual.koha-community.org/3.12/en/pluginsystem.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]