<form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=extensions%}" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="4" align="center" class="admin_title">
+ <td colspan="3" align="center" class="admin_title">
<strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
- <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
- <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
- <td align="center" class="header_column bottom" width="220"> </td>
+ <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer">
+ <td colspan="3" class="admin_footer">
<input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom right" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center" rowspan="2">
<strong>$content[id]</strong>
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
<td class="switch_sw$content[sw] bottom">
v$content[ext_ver]
</td>
- <td class="switch_sw$content[sw] bottom seperator"> </td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom right seperator"> </td>
- <td colspan="3">$content[verbose]</td>
+ <td colspan="2" class="bottom">
+ $content[verbose]
+ </td>
</tr>
</tr>
$content[rows]
<tr>
- <td colspan="6" class="admin_footer seperator">
+ <td colspan="6" class="admin_footer">
+ <!-- @TODO Nothing to say here? //-->
</td>
</tr>
</td>
</tr>
$content[pass_message]
- <tr><td colspan="2" class="bottom seperator"> </td></tr>
<!--
@TODO Doesn't work with sessions
<tr>
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
$content[paytypes]
<tr>
- <td colspan="2" class="guest_footer seperator">
+ <td colspan="2" class="guest_footer">
{--GUEST_SPONSOR_PRICING_FOOTER--}
</td>
</tr>
</tr>
$content[actions]
<tr>
- <td colspan="2" class="guest_footer seperator">
+ <td colspan="2" class="guest_footer">
{--GUEST_SPONSOR_ACTIONS_FOOTER--}
</td>
</tr>
</tr>
$content[rows]
<tr>
- <td class="member_footer seperator" colspan="4">
+ <td class="member_footer" colspan="4">
+ <!-- @TODO Nothing to say here? //-->
</td>
</tr>
-<tr><td class="$content_menu_seperator"></td></tr>
+<tr>
+ <td class="$content_menu_seperator">
+ </td>
+</tr>