Actualización
This commit is contained in:
15
main/template/default/coursecopy/import_moodle.tpl
Normal file
15
main/template/default/coursecopy/import_moodle.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ info_msg }}
|
||||
<br />
|
||||
<div id="loader" class="text-center">
|
||||
|
||||
</div>
|
||||
<br />
|
||||
{{ form }}
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(".btn-primary").click(function() {
|
||||
$("#loader").html('<div class="wobblebar-loader"></div><p> {{ 'ProcessingImportPleaseDontCloseThisWindowThisActionMayTakeLongTimePlaseWait' | get_lang }} </p>');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user