| 1 |
{# |
| 2 |
Responsive Menu Jinja template file. |
| 3 |
Safe to Copy |
| 4 |
#} |
| 5 |
|
| 6 |
<tr> |
| 7 |
<td class="col-left col-md-3"> |
| 8 |
<label class="control-label">Import</label> |
| 9 |
<div class="sub-text">This will import settings created via the Export process below.</div> |
| 10 |
<div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div> |
| 11 |
</td> |
| 12 |
<td class="col-right text-right" style="padding-right: 90px;"> |
| 13 |
<input type='file' name='responsive-menu-import-file' /> |
| 14 |
<button name='responsive-menu-import' type='submit' class='btn btn-primary btn-lg btn-rm'>Import</button> |
| 15 |
</td> |
| 16 |
</tr> |
| 17 |
<tr> |
| 18 |
<td class="col-left col-md-3"> |
| 19 |
<label class="control-label">Export</label> |
| 20 |
<div class="sub-text">This will create an export file for transferring to other sites.</div> |
| 21 |
</td> |
| 22 |
<td class="col-right text-right" style="padding-right: 90px;"> |
| 23 |
<button name='responsive-menu-export' type='submit' class='btn btn-primary btn-lg btn-rm'>Export</button> |
| 24 |
</td> |
| 25 |
</tr> |
| 26 |
|