echo '</div>';
echo '</form>';
echo '</div>';
-
- if ($usehtmleditor) {
- use_html_editor();
- }
}
admin_externalpage_print_footer();
include_once('manage.html');
print_simple_box_end();
- if ($usehtmleditor) {
- use_html_editor('description');
- }
-
} else {
print_heading_with_help(get_string('roles', 'role'), 'roles');
echo '</tr></table>';
}
-if (!empty($CFG->adminusehtmleditor)) {
- use_html_editor();
-}
-
print_footer();
?>
echo '</div>';
echo '</form>';
-if (!empty($CFG->adminusehtmleditor)) {
- use_html_editor();
-}
-
print_footer();
?>
<input type="submit" value="<?php print_string('savechanges') ?>" /></td>
</tr>
</table>
-<?php if ($usehtmleditor) {
- use_html_editor();
- }
-?>
}
else {
include('event_new.html');
- if ($usehtmleditor) {
- use_html_editor("description");
- }
}
break;
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();
- }
}
/**