From 1daf369565ab516c8905e0bba10500649e8d8c42 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Tue, 15 Oct 2013 15:25:36 -0400 Subject: [PATCH] Bug 10671: Update tag tool help This patch updates the links to the manual in the help files on tags. To test: * Visit the tag moderation tool * Click the help link * Confirm that the links to the manual are right --- .../prog/en/modules/help/tags/list.tt | 2 +- .../prog/en/modules/help/tags/review.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index 110a57f..314e7db 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt @@ -6,6 +6,6 @@

To remove a tag from a specific title, simply click the 'Remove tag' button to the right of the title.

-

See the full documentation for Tag Moderation in the manual (online).

+

See the full documentation for Tag Moderation in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt index fc0c8d8..22a29d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt @@ -20,6 +20,6 @@

To check terms against the approved and rejected lists (and possibly against the dictionary you have assigned for tag moderation) simply enter the term into the search box on the bottom right of the screen to see the status of the term.

-

See the full documentation for Tag Moderation in the manual (online).

+

See the full documentation for Tag Moderation in the manual (online).

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3