Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:32
from '/home/admin/domains/masimmo.pl/public_html/modules/creativeelements/views/templates/hook/backoffice_header.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d9108094b17_37496110',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8f77abc5582e1d83dc15cf405a68597a0ad4799d' =>
array (
0 => '/home/admin/domains/masimmo.pl/public_html/modules/creativeelements/views/templates/hook/backoffice_header.tpl',
1 => 1732016593,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_673d9108094b17_37496110 (Smarty_Internal_Template $_smarty_tpl) {
?><style>
i.mi-ce {
font-size: 14px !important;
}
i.icon-AdminParentCEContent, i.mi-ce {
position: relative;
height: 1em;
width: 1.2857em;
}
i.icon-AdminParentCEContent:before, i.mi-ce:before,
i.icon-AdminParentCEContent:after, i.mi-ce:after {
content: '';
position: absolute;
margin: 0;
left: .2143em;
top: 0;
width: .9286em;
height: .6428em;
border-width: .2143em 0;
border-style: solid;
border-color: inherit;
box-sizing: content-box;
}
i.icon-AdminParentCEContent:after, i.mi-ce:after {
top: .4286em;
width: .6428em;
height: 0;
border-width: .2143em 0 0;
}
#maintab-AdminParentCreativeElements, #subtab-AdminParentCreativeElements {
display: none;
}
</style>
<?php if (!empty($_smarty_tpl->tpl_vars['edit_width_ce']->value)) {
echo '<script'; ?>
type="text/html" id="tmpl-btn-back-to-ps">
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['edit_width_ce']->value,'html','UTF-8' ));?>
&amp;action=backToPsEditor" class="btn btn-default btn-back-to-ps"><i class="material-icons">navigate_before</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Back to PrestaShop Editor','mod'=>'creativeelements'),$_smarty_tpl ) );?>
</a>
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/html" id="tmpl-btn-edit-with-ce">
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['edit_width_ce']->value,'html','UTF-8' ));?>
" class="btn pointer btn-edit-with-ce"><i class="material-icons mi-ce"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Edit with Creative Elements','mod'=>'creativeelements'),$_smarty_tpl ) );?>
</a>
<?php echo '</script'; ?>
>
<?php }
}
}