PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
views
/
admin
/
sections
/
modules
{# Responsive Menu Jinja template file. Safe to Copy #} <table class='table table-bordered table-hover' id='header-bar-items-order-container'> <tr class='pro-row{% if errors.header_bar_items_order %} danger{% endif %}'> <td class='col-left col-md-3'> <label for='items_order' class='control-label'>Order of Header Bar Items</label> <div class='sub-text'>Drag the header bar items left and right to re-order how they appear on the front end. You can also click to turn them on or off.</div> <div class='sub_sub_title'>Leaving the relevant options empty below will effectively turn them off.</div> </td> <td class="col-right pro text-center"> <div class="responsive-menu-pro-overlay"> <a href="https://responsive.menu/pricing?utm_source=free-plugin&utm_medium=option&utm_campaign=header_bar_items_order" target="_blank">Click to upgrade now to use</a> </div> <ul id='header-bar-sortable'> {% for key, selected in header_bar_items(options.header_bar_items_order|json_decode) %} <li class='draggable'> {{ key|title }} <input type='text' class='orderable-item' value='{{ selected }}' name='menu[header_bar_items_order][{{ key }}]' /> <div class='menu-order-option-switch{% if selected == 'on' %} menu-order-option-switch-on{% endif %}'></div> </li> {% endfor %} </ul> </td> </tr> </table>
[+]
..
[-] font-icons.html.twig
[edit]
[-] container-ordering.html.twig
[edit]
[-] license-key.html.twig
[edit]
[-] rebuild.html.twig
[edit]
[-] excluded-pages.html.twig
[edit]
[-] transfer.html.twig
[edit]
[-] desktop-menu-settings.html.twig
[edit]
[-] header-bar-ordering.html.twig
[edit]