mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Language fixes
This commit is contained in:
parent
5ebe27e22c
commit
46217d06b5
2 changed files with 11 additions and 7 deletions
|
@ -62,9 +62,9 @@
|
|||
|
||||
$text = text_to_html($entry->text)."<P ALIGN=right><A HREF=\"view.php?id=$journal->coursemodule\">";
|
||||
if ($journalopen) {
|
||||
$text .= "Edit</A></P>";
|
||||
$text .= "$stredit</A></P>";
|
||||
} else {
|
||||
$text .= "View</A></P>";
|
||||
$text .= "$strview</A></P>";
|
||||
}
|
||||
if ($course->format == "weeks" or $course->format == "topics") {
|
||||
$table->data[] = array ("$journal->section",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue