This patch adds a link to the Koha manual so that it can be included easily on all help files and updated once with new releases. It can also be updated to point to other languages of the manual if you so choose.
To test: Just make sure there is a new file - future help file patches will use this include for generating manual links. --- .../intranet-tmpl/prog/en/includes/help-manual.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/help-manual.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-manual.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-manual.inc new file mode 100644 index 0000000..c0cfd7d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-manual.inc @@ -0,0 +1 @@ +http://manual.koha-community.org/3.12/en \ 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/
