Merged from MOODLE_18_STABLE
<form action="exportfile.php" method="post">
<table border="0" cellpadding="6" cellspacing="6" width="100%">
<tr><td align="center">
- <input type="submit" value="<?php p($strexportfile)?>">
+ <input type="submit" value="<?php p($strexportfile)?>" />
</td></tr></table>
<input type="hidden" name="id" value="<?php p($id)?>" />
<input type="hidden" name="l" value="<?php p($l)?>" />
</table>
<input type="hidden" name="id" value="<?php p($id) ?>" />
<input type="hidden" name="l" value="<?php p($l) ?>" />
-<input type="hidden" name="lasttab" value="<?php p($lasttab) ?>" />
<input type="hidden" name="step" value="1" />
</form>
if ( !$step ) {
include("import.html");
- echo '</center>';
glossary_print_tabbed_table_end();
print_footer($course);
exit;