#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1019604445', 'name' => 'admin/attachstatus/delete.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; # CAPTURE $stash->set('name', do { my $output = ''; # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('name'); &$filter($output); }; $output; }); $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => ("Confirm Delete of Attachment Status '" . $stash->get('name') . "'") }); $output .= "\n\n

"; $output .= $stash->get('attachcount'); $output .= " attachments have the status '"; $output .= $stash->get('name'); $output .= "'. If you delete\n it, those attachments will lose this status.\n

\n\n\n \n \n \n \n \n \n \n
\n Do you really want to delete this status?\n
\n get('id'); $output .= "\">\n Yes, delete\n \n \n \n No, don't delete\n \n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });