{* * 2017-2019 Zemez * * JX Mega Menu * * NOTICE OF LICENSE * * This source file is subject to the General Public License (GPL 2.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/GPL-2.0 * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade the module to newer * versions in the future. * * @author Zemez (Alexander Grosul) * @copyright 2017-2019 Zemez * @license http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0) *} {if $hooks} {$hooks|escape:'quotes':'UTF-8'} {/if}
{l s='Add item' mod='jxmegamenu'} {l s='Add HTML' mod='jxmegamenu'} {l s='Add link' mod='jxmegamenu'} {l s='Add banner' mod='jxmegamenu'} {l s='Add video' mod='jxmegamenu'} {l s='Add map' mod='jxmegamenu'}

{l s='Items list' mod='jxmegamenu'} {if isset($tabs) && count($tabs)}{count($tabs)}{else}0{/if}

{if isset($tabs) && $tabs}
{foreach from=$tabs item=tab name='tab'} {/foreach}
{l s='Item id' mod='jxmegamenu'} {l s='Item name' mod='jxmegamenu'} {l s='Item code' mod='jxmegamenu'} {l s='Sort order' mod='jxmegamenu'} {l s='Specific class' mod='jxmegamenu'} {l s='Badge' mod='jxmegamenu'} {l s='Type' mod='jxmegamenu'} {l s='Status' mod='jxmegamenu'}
{$tab.id_item|escape:'htmlall':'UTF-8'} {$tab.title|escape:'htmlall':'UTF-8'} {$tab.url|escape:'htmlall':'UTF-8'}
{$tab.sort_order|escape:'htmlall':'UTF-8'}
{if $tab.specific_class}{$tab.specific_class|escape:'htmlall':'UTF-8'}{else}-{/if} {if $tab.badge}{$tab.badge|escape:'htmlall':'UTF-8'}{else}-{/if} {if $tab.is_mega}{l s='Is mega' mod='jxmegamenu'}{elseif $tab.is_simple}{l s='Is simple' mod='jxmegamenu'}{else}-{/if}
{else} {l s='There is no item yet.' mod='jxmegamenu'} {/if}

{l s='HTML list' mod='jxmegamenu'} {if isset($html_items) && count($html_items)}{count($html_items)}{else}0{/if}

{if isset($html_items) && $html_items}
{foreach from=$html_items item=item name='html'} {/foreach}
{l s='HTML id' mod='jxmegamenu'} {l s='HTML name' mod='jxmegamenu'} {l s='Specific class' mod='jxmegamenu'}
{$item.id_item|escape:'htmlall':'UTF-8'} {$item.title|escape:'htmlall':'UTF-8'} {if $item.specific_class}{$item.specific_class|escape:'htmlall':'UTF-8'}{else}-{/if}
{else} {l s='There is no item yet.' mod='jxmegamenu'} {/if}

{l s='Videos list' mod='jxmegamenu'} {if isset($videos) && count($videos)}{count($videos)}{else}0{/if}

{if isset($videos) && $videos}
{foreach from=$videos item=item name='link'} {/foreach}
{l s='Video id' mod='jxmegamenu'} {l s='Video name' mod='jxmegamenu'} {l s='Video' mod='jxmegamenu'} {l s='URL' mod='jxmegamenu'}
{$item.id_item|escape:'htmlall':'UTF-8'} {$item.title|escape:'htmlall':'UTF-8'} {if $item.type == 'youtube'} {else} {/if} {$item.url|escape:'htmlall':'UTF-8'}
{else} {l s='There is no item yet.' mod='jxmegamenu'} {/if}

{l s='Maps list' mod='jxmegamenu'} {if isset($maps) && count($maps)}{count($maps)}{else}0{/if}

{if isset($maps) && $maps}
{foreach from=$maps item=item name='link'} {/foreach}
{l s='Map id' mod='jxmegamenu'} {l s='Map name' mod='jxmegamenu'} {l s='Latitude' mod='jxmegamenu'} {l s='Longitude' mod='jxmegamenu'}
{$item.id_item|escape:'htmlall':'UTF-8'} {$item.title|escape:'htmlall':'UTF-8'} {$item.latitude|escape:'htmlall':'UTF-8'} {$item.longitude|escape:'htmlall':'UTF-8'}
{else} {l s='There is no item yet.' mod='jxmegamenu'} {/if}