MDL-41646 Wiki: Removed unnecessary wiki_info class
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user