mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
22 lines
887 B
Scheme
22 lines
887 B
Scheme
<div id="$ImportModalID.ATT" class="modal fade grid-field-import" tabindex="-1" role="dialog">
|
||
<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>
|
||
<% if $ImportModalTitle %>
|
||
<h2 class="modal-title">$ImportModalTitle</h2>
|
||
<% end_if %>
|
||
</div>
|
||
<div class="modal-body">
|
||
<% if $ImportIframe %>
|
||
<iframe src="$ImportIframe.ATT" width="100%%" height="400px" frameBorder="0"></iframe>
|
||
<% else_if $ImportForm %>
|
||
$ImportForm
|
||
<% end_if %>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|