-
Notifications
You must be signed in to change notification settings - Fork 0
/
inputcontrols.mustache
19 lines (19 loc) · 1.08 KB
/
inputcontrols.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="modal block_zoola_reports block_zoola_reports_inputcontrols" style="display: none;" tabindex="-1" role="dialog" aria-labelledby="block_zoola_reports-inputcontrols-label">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close btn-cancel" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="block_zoola_reports-inputcontrols-label">
{{#str}} inputcontrols, block_zoola_reports {{/str}}
</h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-apply">{{#str}} ok {{/str}}</button>
<button type="button" class="btn btn-secondary btn-reset">{{#str}} reset {{/str}}</button>
<button type="button" class="btn btn-secondary btn-cancel">{{#str}} cancel {{/str}}</button>
</div>
</div>
</div>
</div>