]> git.mjollnir.org Git - moodle.git/commitdiff
Added autolink style
authormoodler <moodler>
Thu, 16 Oct 2003 03:23:29 +0000 (03:23 +0000)
committermoodler <moodler>
Thu, 16 Oct 2003 03:23:29 +0000 (03:23 +0000)
mod/glossary/dynalink.php

index 7b722da216448891ad65f257a4e2ce7b1096c7a2..3b20110a5c35ca26448bec9af494b3f96a1c343f 100644 (file)
@@ -59,7 +59,7 @@
             if ( $entries ) {
                 foreach ( $entries as $entry ) {
                     $title = strip_tags("$glossary->name: $entry->concept");
-                    $href_tag_begin = "<a target=\"entry\" title=\"$title\" href=\"$CFG->wwwroot/mod/glossary/showentry.php?courseid=$courseid&concept=$entry->concept\" ".
+                    $href_tag_begin = "<a target=\"entry\" class=\"autolink\" title=\"$title\" href=\"$CFG->wwwroot/mod/glossary/showentry.php?courseid=$courseid&concept=$entry->concept\" ".
                          "onClick=\"return openpopup('/mod/glossary/showentry.php?courseid=$courseid\&concept=$entry->concept', 'entry', 'menubar=0,location=0,scrollbars,resizable,width=600,height=450', 0);\">";
 
                     $concept = trim(strip_tags($entry->concept));