mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Slightly better, at least it validates now
This commit is contained in:
parent
906890569e
commit
82eda1cf55
@ -14,26 +14,25 @@
|
||||
|
||||
|
||||
<form name="form" method="post" action="enrol.php">
|
||||
<table align="center">
|
||||
<table align="center" width="100%">
|
||||
<tr>
|
||||
<td align="right"><p><?php print_string("enrolmentkey") ?>:</p></td>
|
||||
<td align="right"><?php print_string("enrolmentkey") ?>:</td>
|
||||
<td>
|
||||
<input type="password" name="password" size="20" value="<?php p($password) ?>" >
|
||||
<input type="hidden" name="id" value="<?php p($course->id) ?>" >
|
||||
</td>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<table cellpadding="1" cellspacing="0" align="center">
|
||||
<tr>
|
||||
<td><input type="submit" value="<?php print_string("enrolme") ?>"> </form></td>
|
||||
<td><form action="<?php p($CFG->wwwroot)?>/index.php" method="post">
|
||||
<input type="submit" value="<?php print_string("cancel") ?>"></form></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="password" name="password" size="20" value="<?php p($password) ?>" />
|
||||
<input type="hidden" name="id" value="<?php p($course->id) ?>" />
|
||||
<input type="submit" value="<?php print_string("enrolme") ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
|
||||
<div align="center">
|
||||
<form action="<?php p($CFG->wwwroot)?>/index.php" method="post">
|
||||
<input type="submit" value="<?php print_string("cancel") ?>" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
print_simple_box_end();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user