From: moodler Date: Wed, 10 Dec 2003 08:43:02 +0000 (+0000) Subject: Changed some font size X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4da57a09bd1b12263275bf3d6638fde3995a9f18;p=moodle.git Changed some font size --- diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 6f4b809fca..e0c7216f18 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -43,7 +43,7 @@ if (isset($errors)) { - +

'; + echo ''; print_string("entryusedynalink","glossary"); + echo ''; echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary"); echo '
'; @@ -82,7 +84,9 @@ if (isset($errors)) { $selected = ""; } echo ' '; + echo ''; print_string("casesensitive","glossary"); + echo ''; echo helpbutton("casesensitive", strip_tags(get_string("casesensitive", "glossary")), "glossary"); echo '
'; @@ -93,7 +97,9 @@ if (isset($errors)) { $selected = ""; } echo ' '; + echo ''; print_string("fullmatch","glossary"); + echo ''; echo helpbutton("fullmatch", strip_tags(get_string("fullmatch", "glossary")), "glossary"); echo '
'; }