]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_extensions.tpl
Admin area 'Referral levels' refactured:
[mailer.git] / templates / de / html / admin / admin_delete_extensions.tpl
index 3516081211456171ee7b0bd0c7efa495a9dc3622..999f881b6bcf90e4aa6bc6e864ea1e8cf2fa832e 100644 (file)
@@ -1,22 +1,25 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=extensions%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="3" align="center" class="table_header">
-                       <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <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="3" class="table_footer">
-                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="3" align="center" class="table_header">
+               <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right" width="30"><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="3" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>