Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
b9e63415
Commit
b9e63415
authored
Apr 26, 2013
by
Frederic Massart
Browse files
MDL-39366 book: Section appearance in book module settings
parent
64bfea3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/book/mod_form.php
View file @
b9e63415
...
...
@@ -47,6 +47,9 @@ class mod_book_mod_form extends moodleform_mod {
$mform
->
addRule
(
'name'
,
null
,
'required'
,
null
,
'client'
);
$this
->
add_intro_editor
(
$config
->
requiremodintro
,
get_string
(
'moduleintro'
));
// Appearance.
$mform
->
addElement
(
'header'
,
'appearancehdr'
,
get_string
(
'appearance'
));
$alloptions
=
book_get_numbering_types
();
$allowed
=
explode
(
','
,
$config
->
numberingoptions
);
$options
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment