39 lines
1.7 KiB
HTML
39 lines
1.7 KiB
HTML
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
|
|
{default_translation_domain domain='bo.default'}
|
|
|
|
{loop type="import" name="import" id=$importId}
|
|
{form name="thelia.import"}
|
|
<form action="{$URL nofilter}" method="post" {form_enctype}>
|
|
{form_hidden_fields}
|
|
|
|
<div id="real-import-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="import-modal-label" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button class="close" type="button" data-dismiss="modal">
|
|
<span aria-hidden="true">×</span><span class="sr-only">Close</span>
|
|
</button>
|
|
<h4 id="import-modal-label" class="modal-title">
|
|
{intl l="Import"} : {$TITLE}
|
|
</h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
{include 'includes/import-form-body.html'}
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button class="btn btn-default" type="button" data-dismiss="modal">
|
|
{intl l="Close"}
|
|
</button>
|
|
<button class="btn btn-primary" type="submit">
|
|
{intl l="Import this file"}
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
{/form}
|
|
{/loop}
|