This patch just adds a new include file that will be used in all future help file updates to link to the current manual.
To test: Just make sure there is a new file in the includes folder. --- .../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..3a903dc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-manual.inc @@ -0,0 +1 @@ +<a href="http://manual.koha-community.org/3.12/en/searching.html">manual</a> (online).</strong></p> \ 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/
