This patch adds a missing help file to the catalogue folder. --- .../prog/en/modules/help/catalogue/detail.tt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt new file mode 100644 index 0000000..fe07270 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt @@ -0,0 +1,9 @@ +[% INCLUDE 'help-top.inc' %] + +<h1>Record detail</h1> + +<p>In Koha the bibliographic record contains the main information related to the material. This includes things like the title, author, ISBN, etc. This information is stored in Koha in Marc (different flavors of Marc are supported in Koha). Once this information is saved, items or holdings can be attached.</p> + +<p><strong>See the full documentation for Cataloging in the <a href="http://manual.koha-community.org/3.10/en/cataloging.html#catbibs">manual</a> (online).</strong></p> + +[% INCLUDE 'help-bottom.inc' %] -- 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/
