mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Changes related to language support ... get_string()
Minor little interface cleanups along the way
This commit is contained in:
parent
70442fe3c4
commit
97c270e9a8
18 changed files with 139 additions and 110 deletions
|
@ -1,4 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// Edit course settings
|
||||
|
||||
require("../config.php");
|
||||
require("lib.php");
|
||||
|
@ -93,6 +94,12 @@
|
|||
}
|
||||
|
||||
$form->categories = get_records_sql_menu("SELECT id,name FROM course_categories");
|
||||
|
||||
$form->courseformats = array (
|
||||
"weeks" => get_string("formatweeks"),
|
||||
"social" => get_string("formatsocial"),
|
||||
"topics" => get_string("formattopics")
|
||||
);
|
||||
|
||||
$streditcoursesettings = get_string("editcoursesettings");
|
||||
$straddnewcourse = get_string("addnewcourse");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue