mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-16318: remove a few calls use_html_editor() (more to come)
This commit is contained in:
parent
94eff36397
commit
2a68c5d9b9
@ -59,10 +59,6 @@
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
if ($usehtmleditor) {
|
||||
use_html_editor();
|
||||
}
|
||||
}
|
||||
|
||||
admin_externalpage_print_footer();
|
||||
|
@ -500,10 +500,6 @@
|
||||
include_once('manage.html');
|
||||
print_simple_box_end();
|
||||
|
||||
if ($usehtmleditor) {
|
||||
use_html_editor('description');
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
print_heading_with_help(get_string('roles', 'role'), 'roles');
|
||||
|
@ -163,10 +163,6 @@ if (empty($SITE->fullname)) {
|
||||
echo '</tr></table>';
|
||||
}
|
||||
|
||||
if (!empty($CFG->adminusehtmleditor)) {
|
||||
use_html_editor();
|
||||
}
|
||||
|
||||
print_footer();
|
||||
|
||||
?>
|
||||
|
@ -63,10 +63,6 @@ echo '<div class="form-buttons"><input class="form-submit" type="submit" value="
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
|
||||
if (!empty($CFG->adminusehtmleditor)) {
|
||||
use_html_editor();
|
||||
}
|
||||
|
||||
print_footer();
|
||||
|
||||
?>
|
||||
|
@ -13,7 +13,3 @@
|
||||
<input type="submit" value="<?php print_string('savechanges') ?>" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php if ($usehtmleditor) {
|
||||
use_html_editor();
|
||||
}
|
||||
?>
|
||||
|
@ -519,9 +519,6 @@
|
||||
}
|
||||
else {
|
||||
include('event_new.html');
|
||||
if ($usehtmleditor) {
|
||||
use_html_editor("description");
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
|
@ -1674,10 +1674,6 @@ function question_print_comment_box($question, $state, $attempt, $url) {
|
||||
echo '<input type="hidden" name="sesskey" value="'.sesskey().'" />';
|
||||
echo '<input type="submit" name="submit" value="'.get_string('save', 'quiz').'" />';
|
||||
echo '</form>';
|
||||
|
||||
if ($usehtmleditor) {
|
||||
use_html_editor();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user