- : |
-
-
-
- |
+ |
+
+
+
+
+ : |
+ |
+
+
+ : |
+
id);
echo "
- |
-
- |
+
- |
+ |
+ ';
+ helpbutton("aliases", strip_tags(get_string("aliases", "glossary")), "glossary");
+ ?> |
+
+
+
+ |
+
+
+
usedynalink ) {
-
- echo '';
- echo '| ' . get_string("aliases","glossary") . ' ';
- helpbutton("aliases", strip_tags(get_string("aliases", "glossary")), "glossary");
- echo ' | ';
- echo '| ' . get_string("casesensitive","glossary") . ': | ';
+ if ( !$glossary->usedynalink ) {
+ echo '';
+ echo '';
+ echo '';
+ } else {
+ echo '';
- $selected = "";
- if ( isset($newentry->casesensitive) ) {
- if ($newentry->casesensitive) {
- $selected = "checked";
- }
- } elseif ( $CFG->glossary_casesensitive ) {
+ if (!empty($newentry->usedynalink) or $CFG->glossary_linkentries) {
$selected = "checked";
+ } else {
+ $selected = "";
}
- echo ' ' . helpbutton("casesensitive", strip_tags(get_string("casesensitive", "glossary")), "glossary");
- echo ' | ';
- echo '| ' . get_string("fullmatch","glossary") . ': | ';
+ echo ' ';
+ print_string("entryusedynalink","glossary");
+ echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary");
+ echo ' ';
- $selected = "";
- if ( isset($newentry->fullmatch) ) {
- if ($newentry->fullmatch) {
- $selected = "checked";
- }
- } elseif ( $CFG->glossary_fullmatch ) {
+ if (!empty($newentry->casesensitive) or $CFG->glossary_casesensitive) {
$selected = "checked";
+ } else {
+ $selected = "";
}
- echo ' | ';
- echo ' ';
+ echo ' ';
+ print_string("casesensitive","glossary");
+ echo helpbutton("casesensitive", strip_tags(get_string("casesensitive", "glossary")), "glossary");
+ echo ' ';
- echo ' | ';
- echo '';
- echo '';
- echo ' | ';
- echo ' ';
- } // end-if !$usedynalink
- echo ' ';
-?>
- |
-
-
- |
+ if (!empty($newentry->fullmatch) or $CFG->glossary_fullmatch) {
+ $selected = "checked";
+ } else {
+ $selected = "";
+ }
+ echo ' ';
+ print_string("fullmatch","glossary");
+ echo helpbutton("fullmatch", strip_tags(get_string("fullmatch", "glossary")), "glossary");
+ echo ' ';
+ }
+?>
+
+
+ |
+
+
+ |
+