blob: 7d203bdc2fc3d8f84f984f5b3ca66d5277886e64 [file] [log] [blame]
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.15
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1138010588',
'name' => 'admin/groups/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";
#line 29 "template/en/custom/admin/groups/created.html.tmpl"
$output .= $context->process('global/header.html.tmpl', { 'title' => 'Adding new group' });
$output .= "\n\n<p>OK, done.</p>\n\n<p><a href=\"editgroups.cgi?action=add\">Add</a> another group or\ngo back to the <a href=\"editgroups.cgi\">group list</a>.</p>\n";
#line 38 "template/en/custom/admin/groups/created.html.tmpl"
$output .= $context->process('global/footer.html.tmpl');
$output .= " \n";
} };
if ($@) {
$error = $context->catch($@, \$output);
die $error unless $error->type eq 'return';
}
return $output;
},
DEFBLOCKS => {
},
});