@@ -, +, @@ review the link to the manual --- .../intranet-tmpl/prog/en/modules/help/about.tt | 16 +++++++++++++++- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt @@ -20,6 +20,20 @@

Koha is developed and supported by a large number of developers around the world. Thanks to all the developers and libraries who support Koha

-

See the full documentation for the About page in the manual (online).

+

Licenses

+ +

Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

+ +

This tab shows the information related to any and all licenses associated with Koha.

+ +

Translations

+ +

This tab lists all of the languages that Koha has been translated to.

+ +

History

+ +

This tab provides a summary of Koha's release and development history.

+ +

See the full documentation for the About page in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt @@ -26,7 +26,7 @@

The online help directory is:

[% themelang %]/modules/help

-

See the full documentation for Koha in the manual (online).

+

See the full documentation for Koha in the manual (online).

[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt @@ -2,7 +2,7 @@

Online help

-

Sorry, there is no help available for this topic, please refer to the Koha 3.12 manual (online).

+

Sorry, there is no help available for this topic, please refer to the Koha 3.14 manual (online).

--