<tr valign="top" align="center">
<td class="row1">{$style['style_title']}</td>
<td class="row1">{$found_template}</td>
<td class="row1"><a href="./admin.php?page=template&edit=1&main=1&filename=<?php echo $PowerBB->_CONF['template']['found_template']; ?>&id={$style['id']}">
{$lang['edit']}</a></td>
<td class="row1"><a href="./admin.php?page=template&del=1&main=1&filename=<?php echo $PowerBB->_CONF['template']['found_template']; ?>&id={$style['id']}">
{$lang['Delet']}</a></td>
<td class="row1">
<a onclick="window.open('./admin.php?page=template&view=1&main=1&filename=<?php echo $PowerBB->_CONF['template']['found_template']; ?>&id={$style['id']}','mywindow','location=1,status=1,scrollbars=1,width=700,height=550')">
<u><font color="#000080">{$lang['ViewOrginaltemplate']}</font></u></a>
</td>
</tr>