From 6a32aef521675d91b76eae6f318f2e05158f53c5 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 29 Aug 2004 00:14:21 +0000 Subject: [PATCH] Define a bit better the 'automatic link' feature at glossary and entry levels. Bug 1745 (http://moodle.org/bugs/bug.php?op=show&bugid=1745) Merged from MOODLE_14_STABLE --- lang/en/help/glossary/index.html | 6 +++--- lang/en/help/glossary/usedynalink.html | 7 +++---- lang/en/help/glossary/usedynalinkentry.html | 9 +++++++++ mod/glossary/edit.html | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 lang/en/help/glossary/usedynalinkentry.html diff --git a/lang/en/help/glossary/index.html b/lang/en/help/glossary/index.html index afab820062..af713dc1e3 100644 --- a/lang/en/help/glossary/index.html +++ b/lang/en/help/glossary/index.html @@ -13,7 +13,7 @@ Glossary level help files:
  • Display formats for entries
  • Number of entries shown by page
  • Browsing options in Alphabet View frame -
  • Automatically linking categories +
  • Enabling automatic linking in a glossary
  • Importing entries
  • Importing categories
  • Destination of the entries to import @@ -25,9 +25,9 @@ Glossary level help files:
    Entry level help files:
    diff --git a/lang/en/help/glossary/usedynalink.html b/lang/en/help/glossary/usedynalink.html index 0b735e226d..251164fbbf 100644 --- a/lang/en/help/glossary/usedynalink.html +++ b/lang/en/help/glossary/usedynalink.html @@ -1,10 +1,9 @@ -

    Automatically link glossary entries

    +

    Enabling automatic linking in a glossary

    -

    Turning this feature on will allow the entries in this glossary to be automatically linked whenever +

    Turning this feature on will allow individual entries in this glossary to be automatically linked if desired, whenever the concept words and phrases appear throughout the rest of the same course. This includes forum postings, internal resources, week summaries, journals and so on.

    -

    If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.

    +

    If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.

    Note that category names are also linked.

    - diff --git a/lang/en/help/glossary/usedynalinkentry.html b/lang/en/help/glossary/usedynalinkentry.html new file mode 100644 index 0000000000..baca91d924 --- /dev/null +++ b/lang/en/help/glossary/usedynalinkentry.html @@ -0,0 +1,9 @@ +

    Enabling automatic linking in a entry

    + +

    Turning this feature on will allow the entry to be automatically linked, whenever + the concept words and phrases appear throughout the rest of the same course. This includes forum + postings, internal resources, week summaries, journals and so on.

    + +

    If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.

    + +

    To be able to turn on this feature, auto linking must be enabled at glossary level.

    diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 3572563be8..bbff83113d 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -75,7 +75,7 @@ if (isset($errors)) { echo ''; print_string("entryusedynalink","glossary"); echo ''; - echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary"); + echo helpbutton("usedynalinkentry", strip_tags(get_string("usedynalink", "glossary")), "glossary"); echo '
    '; if (!empty($newentry->casesensitive)) { -- 2.39.5