mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-41646' of git://github.com/apsdehal/moodle
This commit is contained in:
commit
62f641efd3
@ -1045,7 +1045,7 @@ class page_wiki_preview extends page_wiki_edit {
|
||||
}
|
||||
$parseroutput = wiki_parse_content($data->contentformat, $text, $options);
|
||||
$this->set_newcontent($text);
|
||||
echo $OUTPUT->notification(get_string('previewwarning', 'wiki'), 'notifyproblem wiki_info');
|
||||
echo $OUTPUT->notification(get_string('previewwarning', 'wiki'), 'notifyproblem');
|
||||
$content = format_text($parseroutput['parsed_text'], FORMAT_HTML, array('overflowdiv'=>true, 'filter'=>false));
|
||||
echo $OUTPUT->box($content, 'generalbox wiki_previewbox');
|
||||
$content = $this->newcontent;
|
||||
|
@ -48,11 +48,6 @@
|
||||
border: thin solid blue;
|
||||
}
|
||||
|
||||
.wiki_info {
|
||||
color: darkred;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wiki_button {
|
||||
margin: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user