2017-01-10 05:57:54 +01:00
|
|
|
|
<div id="$ImportModalID.ATT" class="modal fade grid-field-import" tabindex="-1" role="dialog">
|
2016-11-30 22:07:07 +01:00
|
|
|
|
<div class="modal-dialog" role="document">
|
2017-01-10 05:57:54 +01:00
|
|
|
|
<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>
|
2017-04-13 09:04:58 +02:00
|
|
|
|
<% if $ImportModalTitle %>
|
|
|
|
|
<h2 class="modal-title">$ImportModalTitle</h2>
|
|
|
|
|
<% end_if %>
|
2017-01-10 05:57:54 +01:00
|
|
|
|
</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>
|
2016-11-30 22:07:07 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|