# responsive-menu/3.1.16/views/admin/sections/modules/transfer.html.twig

Responsive Menu – Create Mobile-Friendly Menu, version 3.1.16. 26 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.1.16/code/views/admin/sections/modules/transfer.html.twig
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.1.16/raw/views/admin/sections/modules/transfer.html.twig
- Modified: 2018-08-15T14:45:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/responsive-menu/3.1.16/code/views/admin/sections/modules/transfer.html.twig#L10-L20`.

```twig
{#
    Responsive Menu Jinja template file.
    Safe to Copy
#}

<tr>
    <td class="col-left col-md-3">
        <label class="control-label">Import</label>
        <div class="sub-text">This will import settings created via the Export process below.</div>
        <div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div>
    </td>
    <td class="col-right text-right" style="padding-right: 90px;">
        <input type='file' name='responsive-menu-import-file' />
        <button name='responsive-menu-import' type='submit' class='btn btn-primary btn-lg btn-rm'>Import</button>
    </td>
</tr>
<tr>
    <td class="col-left col-md-3">
        <label class="control-label">Export</label>
        <div class="sub-text">This will create an export file for transferring to other sites.</div>
    </td>
    <td class="col-right text-right" style="padding-right: 90px;">
        <button name='responsive-menu-export' type='submit' class='btn btn-primary btn-lg btn-rm'>Export</button>
    </td>
</tr>

```
