MDL-16318: remove a few calls use_html_editor() (more to come)

This commit is contained in:
scyrma 2008-09-03 03:09:56 +00:00
parent 94eff36397
commit 2a68c5d9b9
7 changed files with 0 additions and 27 deletions

View File

@ -59,10 +59,6 @@
echo '</div>';
echo '</form>';
echo '</div>';
if ($usehtmleditor) {
use_html_editor();
}
}
admin_externalpage_print_footer();

View File

@ -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');

View File

@ -163,10 +163,6 @@ if (empty($SITE->fullname)) {
echo '</tr></table>';
}
if (!empty($CFG->adminusehtmleditor)) {
use_html_editor();
}
print_footer();
?>

View File

@ -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();
?>

View File

@ -13,7 +13,3 @@
<input type="submit" value="<?php print_string('savechanges') ?>" /></td>
</tr>
</table>
<?php if ($usehtmleditor) {
use_html_editor();
}
?>

View File

@ -519,9 +519,6 @@
}
else {
include('event_new.html');
if ($usehtmleditor) {
use_html_editor("description");
}
}
break;

View File

@ -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();
}
}
/**