[Koha-patches] [PATCH] Bug 9850: Add missing tags help file

Nicole C. Engard nengard at bywatersolutions.com
Thu Mar 28 03:36:39 CET 2013


This patch adds a help file to the listing of titles that use a tag in the
tag moderation tool.

To test:

* Visit the Tag Moderation Tool
* Click on a accepted tag
* Check that the help file loads on the list and that the text and
links are right.
---
 .../prog/en/modules/help/tags/list.tt              |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt
new file mode 100644
index 0000000..110a57f
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt
@@ -0,0 +1,11 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Tag list</h1>
+
+<p>This list shows you all of the titles tagged with the term you clicked on.</p>
+
+<p>To remove a tag from a specific title, simply click the 'Remove tag' button to the right of the title.</p>
+
+<p><strong>See the full documentation for Tag Moderation in the <a href="http://manual.koha-community.org/3.12/en/tagsmoderation.html">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
-- 
1.7.2.3



More information about the Koha-patches mailing list