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. --- .../prog/en/modules/help/plugins/plugins-upload.tt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt new file mode 100644 index 0000000..c99568c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt @@ -0,0 +1,11 @@ +[% 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' %] \ No newline at end of file -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
