The closing </tr> tag is missing in the same place in the five collect_info.php files.
I suggest the code should be:
1) admin\includes\modules\document_general\collect_info.php
line 276
2)PHP Code:<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
</tr><tr>
<td class="main" width="25" valign="top"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td>
admin\includes\modules\document_product\collect_info.php
line 399
3)PHP Code:<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
</tr><tr>
<td class="main" width="25" valign="top"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td>
admin\includes\modules\product\collect_info.php
line 399
4)PHP Code:<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
</tr><tr>
<td class="main" width="25" valign="top"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td>
admin\includes\modules\product_free_shipping\collect_info.php
line 399
5)PHP Code:<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
</tr><tr>
<td class="main" width="25" valign="top"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td>
admin\includes\modules\product_music\collect_info.php
line 427
PHP Code:<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
</tr><tr>
<td class="main" width="25" valign="top"><?php echo zen_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td>



