2016-02-12 23:52:43 +08:00
|
|
|
<div class="modal fade" id="modal-delete-module-group" tabindex="-1" role="dialog" aria-labelledby="modal-delete-module-group-label">
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
2016-07-26 20:21:59 +08:00
|
|
|
<h4 class="modal-title" id="modal-delete-module-group-label"><%=t "experiments.canvas.edit.modal_delete_module_group.title" %></h4>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2016-07-26 20:21:59 +08:00
|
|
|
<span id="message-template" style="display: none;"><%=t "experiments.canvas.edit.modal_delete_module_group.message" %></span>
|
2016-02-12 23:52:43 +08:00
|
|
|
<span id="delete-message"></span>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2016-07-26 20:21:59 +08:00
|
|
|
<button type="button" class="btn btn-primary" data-dismiss="modal" data-action="confirm"><%=t "experiments.canvas.edit.modal_delete_module_group.confirm" %></button>
|
2016-08-30 15:16:53 +08:00
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t "general.cancel" %></button>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-07-26 20:21:59 +08:00
|
|
|
</div>
|