| 1 |
<div class='container-fluid'> |
| 2 |
<form class='form-horizontal form-inline' id='responsive-menu-form' action='' method='post' enctype='multipart/form-data'> |
| 3 |
{{ csrf() }} |
| 4 |
{% include 'admin/alerts.html.twig' %} |
| 5 |
{% include 'admin/tabs.html.twig' %} |
| 6 |
<div id='options-area'> |
| 7 |
<div id="filter-options-container"> |
| 8 |
<label for="filter-options">Filter Options</label> |
| 9 |
<input type="search" class="form-control" name="filter-options" id="filter-options" placeholder="Start typing to filter options" /> |
| 10 |
</div> |
| 11 |
{% include 'admin/options.html.twig' %} |
| 12 |
<input type='hidden' id='responsive-menu-current-page' name='responsive-menu-current-page' value="{{ current_page() }}" /> |
| 13 |
<button type='button' id='responsive-menu-preview' name='responsive-menu-preview' class='btn btn-default'>Preview Changes</button> |
| 14 |
<button type='submit' name='responsive-menu-submit' class='btn btn-primary'>Update Options</button> |
| 15 |
</div><!-- |
| 16 |
--><div id='banner-area'> |
| 17 |
{% include 'admin/banners.html.twig' %} |
| 18 |
</div> |
| 19 |
</form> |
| 20 |
</div> |