Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b7b4287
)
Add link to module editing ... back to module type list
author
moodler
<moodler>
Wed, 6 Nov 2002 08:24:29 +0000
(08:24 +0000)
committer
moodler
<moodler>
Wed, 6 Nov 2002 08:24:29 +0000
(08:24 +0000)
course/mod.php
patch
|
blob
|
blame
|
history
diff --git
a/course/mod.php
b/course/mod.php
index
9653003
..
5d48b09
100644
(file)
--- a/
course/mod.php
+++ b/
course/mod.php
@@
-248,10
+248,12
@@
}
$streditinga = get_string("editinga", "moodle", $fullmodulename);
}
$streditinga = get_string("editinga", "moodle", $fullmodulename);
+ $strmodulenameplural = get_string("modulenameplural", $module->name);
if ($course->category) {
print_header("$course->shortname: $streditinga", "$course->fullname",
"<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> ->
if ($course->category) {
print_header("$course->shortname: $streditinga", "$course->fullname",
"<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> ->
+ <A HREF=\"$CFG->wwwroot/mod/$module->name/index.php?id=$course->id\">$strmodulenameplural</A> ->
$streditinga", "form.name", "", false);
} else {
print_header("$course->shortname: $streditinga", "$course->fullname",
$streditinga", "form.name", "", false);
} else {
print_header("$course->shortname: $streditinga", "$course->fullname",