File "f9668d1f235b9e19127c9ba3c0d7c2e1fb5d4f0a_0.file.admin-products-categories-delete.tmpl.php"

Full Path: /srv/www/www.cadoro.it/src/templates_c/f9668d1f235b9e19127c9ba3c0d7c2e1fb5d4f0a_0.file.admin-products-categories-delete.tmpl.php
File size: 3.28 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/* Smarty version 3.1.29, created on 2024-04-15 16:58:07
  from "/srv/www/www.cadoro.it/src/templates/admin-products-categories-delete.tmpl" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_661d407f1c3c25_64695142',
  'file_dependency' => 
  array (
    'f9668d1f235b9e19127c9ba3c0d7c2e1fb5d4f0a' => 
    array (
      0 => '/srv/www/www.cadoro.it/src/templates/admin-products-categories-delete.tmpl',
      1 => 1708527642,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
    'file:layout-admin.tmpl' => 1,
  ),
),false)) {
function content_661d407f1c3c25_64695142 ($_smarty_tpl) {
$_smarty_tpl->ext->_inheritance->init($_smarty_tpl, true);
?>

<html>
  <body>
    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "breadcrumbs", array (
  0 => 'block_1487966750661d407f1abb72_05705628',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "content", array (
  0 => 'block_1797594585661d407f1bd355_44064773',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

  </body>
</html>
<?php $_smarty_tpl->ext->_inheritance->endChild($_smarty_tpl);
$_smarty_tpl->smarty->ext->_subtemplate->render($_smarty_tpl, "file:layout-admin.tmpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 2, false);
}
/* {block 'breadcrumbs'}  file:admin-products-categories-delete.tmpl */
function block_1487966750661d407f1abb72_05705628($_smarty_tpl, $_blockParentStack) {
?>

    <div class="breadcrumbs">
      <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/products-categories">Prodotti: Categorie</a> <span class="divider">&raquo;</span>
      <strong><?php echo $_smarty_tpl->tpl_vars['category']->value['title'];?>
</strong>
    </div>
    <?php
}
/* {/block 'breadcrumbs'} */
/* {block 'content'}  file:admin-products-categories-delete.tmpl */
function block_1797594585661d407f1bd355_44064773($_smarty_tpl, $_blockParentStack) {
?>

    <div class="sheet">
      <div class="sheet-header">
        <h1>
          Elimina categoria
          <small><?php echo $_smarty_tpl->tpl_vars['category']->value['title'];?>
</small>
        </h1>
      </div>
      <div class="sheet-body">
        <form class="form-horizontal" method="post" action="" enctype="multipart/form-data">
          <fieldset>
            <legend>
              Sei sicuro di voler procedere con l'eliminazione della categoria?
            </legend>
            <div class="form-group">
              <label class="control-label col-md-3" for="slug">SLUG</label>
              <div class="controls col-md-9">
                <p class="help-block">
                  <?php echo $_smarty_tpl->tpl_vars['category']->value['slug'];?>

                </p>
              </div>
            </div>
          </fieldset>
          <div class="form-group form-actions"><div class="col-md-offset-3 col-md-9">
            <button type="submit" class="btn btn-danger">Elimina la categoria</button>
            <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/products-categories" class="btn btn-default">Annulla</a>
          </div></div>
        </form>
      </div>
    </div>
    <?php
}
/* {/block 'content'} */
}