Files
wyczarujprezent.pl/modules/jxmegalayout/views/templates/admin/layouts/col.tpl
2024-10-28 22:14:22 +01:00

60 lines
2.9 KiB
Smarty

{**
* 2017-2019 Zemez
*
* JX Mega Layout
*
* 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 & Alexander Pervakov)
* @copyright 2017-2019 Zemez
* @license http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*}
<div class="col sortable {$class|escape:'html':'UTF-8'} {$elem.id_unique|escape:'html':'UTF-8'}"
{if $preview == false}
data-type="col"
data-id="{$elem.id_item|escape:'html':'UTF-8'}"
data-parent-id="{$elem.id_parent|escape:'html':'UTF-8'}"
data-sort-order="{$elem.sort_order|escape:'html':'UTF-8'}"
data-specific-class="{$elem.specific_class|escape:'html':'UTF-8'}"
data-col="{$elem.col|escape:'html':'UTF-8'}"
data-col-xs="{$elem.col_xs|escape:'html':'UTF-8'}"
data-col-sm="{$elem.col_sm|escape:'html':'UTF-8'}"
data-col-md="{$elem.col_md|escape:'html':'UTF-8'}"
data-col-lg="{$elem.col_lg|escape:'html':'UTF-8'}"
data-col-xl="{$elem.col_xl|escape:'html':'UTF-8'}"
data-col-xxl="{$elem.col_xxl|escape:'html':'UTF-8'}"
data-id-unique="{$elem.id_unique|escape:'html':'UTF-8'}"
{/if}>
<article class="col-inner clearfix inner">
{if $preview == false}
<div class="button-container clearfix">
<span class="element-name">{l s='Column' mod='jxmegalayout'}
<span class="sort-order">{$elem.sort_order|escape:'html':'UTF-8'}</span> <span class="identificator">{if $elem.specific_class}({$elem.specific_class|replace:' ':' | '}){/if}</span></span>
<div class="dropdown button-container pull-right">
<a href="#" id="dropdownMenu-{$elem.id_unique|escape:'html':'UTF-8'}" class="dropdown-toggle" aria-expanded="true" aria-haspopup="true" data-toggle="dropdown" type="button"></a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu-{$elem.id_unique|escape:'html':'UTF-8'}">
<li><a href="#" class="add-row">+ {l s='Add row' mod='jxmegalayout'}</a></li>
<li><a href="#" class="add-module">+ {l s='Add Module' mod='jxmegalayout'}</a></li>
<li><a href="#" class="add-extra-content">+ {l s='Add Extra content' mod='jxmegalayout'}</a></li>
<li class="divider" role="separator"></li>
<li><a href="#" class="edit-column">{l s='Edit column' mod='jxmegalayout'}</a></li>
<li><a href="#" class="edit-styles">{l s='Stylize' mod='jxmegalayout'}</a></li>
<li><a href="#" class="remove-item">{l s='Delete' mod='jxmegalayout'}</a></li>
</ul>
</div>
</div>
{/if}
{$position|escape:'quotes':'UTF-8'}
</article>
</div>