http://zentaoms.googlecode.com/svn/trunk/module/bug/view/buildtemplates.html.php@1059
$template)
{
echo "";
echo $lang->arrow. "$template->title";
echo html::commonButton('x', "onclick=deleteTemplate($template->id)");
echo "$template->content";
echo '
';
}