File "0f6e4809a95c9fd1a6142ebb27f41366f965ba47_0.file.admin-flyers-products-delete.tmpl.php"

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

<?php
/* Smarty version 3.1.29, created on 2024-08-01 08:32:40
  from "/srv/www/www.cadoro.it/src/templates/admin-flyers-products-delete.tmpl" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_66ab2c08a55319_93127977',
  'file_dependency' => 
  array (
    '0f6e4809a95c9fd1a6142ebb27f41366f965ba47' => 
    array (
      0 => '/srv/www/www.cadoro.it/src/templates/admin-flyers-products-delete.tmpl',
      1 => 1708527642,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
    'file:layout-admin.tmpl' => 1,
  ),
),false)) {
function content_66ab2c08a55319_93127977 ($_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_32738108466ab2c08a41650_84294878',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "content", array (
  0 => 'block_12649193766ab2c08a4f5c3_79854481',
  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-flyers-products-delete.tmpl */
function block_32738108466ab2c08a41650_84294878($_smarty_tpl, $_blockParentStack) {
?>

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

    <div class="sheet">
      <div class="sheet-header">
        <h1>
          Elimina prodotto
          <small><?php echo $_smarty_tpl->tpl_vars['product']->value['title'];?>
</small>
        </h1>
      </div>
      <div class="sheet-body">
        <div class="alert alert-danger">
          <strong>Sei sicuro di voler procedere con l'eliminazione del prodotto?</strong>
        </div>
        <form class="form-horizontal" method="post" action="" enctype="multipart/form-data">
          <fieldset>
            <legend>1. Dati prodotto</legend>
            <div class="form-group">
              <label class="control-label col-md-2" for="title">Volantino</label>
              <div class="controls col-md-10">
                <p class="help-block">
                  <?php echo $_smarty_tpl->tpl_vars['flyer']->value['title'];?>

                </p>
              </div>
            </div>
            <div class="form-group">
              <label class="control-label col-md-2" for="title">Prodotto</label>
              <div class="controls col-md-10">
                <p class="help-block">
                  <?php echo $_smarty_tpl->tpl_vars['product']->value['title'];?>

                </p>
              </div>
            </div>
          </fieldset>
          <div class="form-group"><div class="col-md-offset-2 col-md-10">
            <button type="submit" class="btn btn-primary">Elimina il prodotto</button>
            <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/flyers/<?php echo $_smarty_tpl->tpl_vars['flyer']->value['id'];?>
" class="btn btn-default">Annulla</a>
          </div></div>
        </form>
      </div>
    </div>
    <?php
}
/* {/block 'content'} */
}