#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1022141642', 'name' => 'attachment/created.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"; $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Changes Submitted', 'style' => 'th { text-align: left; }' }); $output .= "\n\n\n \n \n \n \n
\n

\n filter('html') || $context->throw($context->error); $output .= $stash->get('description'); &$filter($output); }; $output .= "\" href=\"attachment.cgi?id="; $output .= $stash->get('attachid'); $output .= "&action=edit\">Attachment #"; $output .= $stash->get('attachid'); $output .= " \n to get('bugid'); $output .= "\">Bug #"; $output .= $stash->get('bugid'); $output .= " Created\n

\n"; $output .= $stash->get('mailresults'); $output .= "\n"; if ($stash->get('contenttypemethod') eq 'autodetect') { $output .= "\n

\n Note: Bugzilla automatically detected the content type\n "; $output .= $stash->get('contenttype'); $output .= " for this attachment. If this is \n incorrect, correct the value by \n get('attachid'); $output .= "&action=edit\">editing the attachment.\n

"; } $output .= "\n
\n get('bugid'); $output .= "\">Go back to bug #"; $output .= $stash->get('bugid'); $output .= "\n
\n\n

\nget('bugid'); $output .= "&action=enter\">Create Another Attachment to Bug #"; $output .= $stash->get('bugid'); $output .= "\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 => { }, });