2021-04-15 19:12:01 +08:00
|
|
|
<div class="modal" id="regenerate-report-modal" tabindex="-1" role="dialog" aria-labelledby="regenerate-report-modal-label">
|
|
|
|
<div class="modal-dialog" role="document">
|
2021-05-12 03:31:44 +08:00
|
|
|
<div class="modal-content modal-sm">
|
2021-04-15 19:12:01 +08:00
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="<%= t('general.close') %>"><span aria-hidden="true">×</span></button>
|
|
|
|
<h4 class="modal-title" id="regenerate-report-modal-label">
|
|
|
|
<%= t('projects.reports.index.generation.regeneration_modal_title') %>
|
|
|
|
</h4>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|
|
|
<%= t('projects.reports.index.generation.regeneration_modal_body') %>
|
|
|
|
<h4>
|
2021-05-12 03:31:23 +08:00
|
|
|
<b><%= t('projects.reports.index.generation.regeneration_modal_confirmation') %></b>
|
2021-04-15 19:12:01 +08:00
|
|
|
</h4>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2021-05-04 18:49:38 +08:00
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('general.no') %></button>
|
|
|
|
<button type="button" class="btn btn-primary btn-confirm"><%= t('general.yes') %></button>
|
2021-04-15 19:12:01 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|