mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
";"
This commit is contained in:
parent
fd40fbb2bd
commit
aebb940968
@ -8,8 +8,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" align="center">
|
<td colspan="2" align="center">
|
||||||
<input type="submit" value="<?php print_string("savechanges") ?>" />
|
<input type="submit" value="<?php print_string("savechanges"); ?>" />
|
||||||
<input type="button" value="<?php print_string('cancel') ?>" onclick="javascript:history.go(-1)" /></td>
|
<input type="button" value="<?php print_string('cancel'); ?>" onclick="javascript:history.go(-1)" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user