From fa336b453a299ede0f9315528fe0225cff6eccfe Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Wed, 27 Mar 2013 15:23:28 -0400 Subject: [PATCH] Bug 9850: Add include with manual link 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