#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1031037897', 'name' => 'bug/process/confirm-duplicate.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' => 'Duplicate Warning' }); $output .= "\n \n

\n When marking a bug as a duplicate, the reporter of the duplicate \n is normally added to the CC list of the original. The permissions \n on bug "; $output .= $stash->get('original_bug_id'); $output .= " (the original) are currently set \n such that the reporter would not normally be able to see it.\n

\n\n

\n Adding the reporter to the CC list of bug "; $output .= $stash->get('original_bug_id'); $output .= " "; if ($stash->get('cclist_accessible')) { $output .= "\n will immediately"; } else { $output .= "\n might, in the future,"; } $output .= "\n allow him/her access to view this bug.\n Do you wish to do this?\n

\n \n
\n"; $output .= $context->process('global/hidden-fields.html.tmpl', { 'exclude' => ('' . "^(Bugzilla|LDAP)_(login|password)") }); $output .= "\n\n

\n \n Yes, add the reporter to CC list on bug "; $output .= $stash->get('original_bug_id'); $output .= "\n

\n

\n \n No, do not add the reporter to CC list on bug "; $output .= $stash->get('original_bug_id'); $output .= "\n

\n

\n get('duplicate_bug_id'); $output .= "\">Throw away my changes, \n and revisit bug "; $output .= $stash->get('duplicate_bug_id'); $output .= "\n

\n \n

\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 => { }, });