]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_extensions.tpl
Mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_extensions.tpl
index 11f5d85d80b1ca4d16cf4c19e14af24e5ec2a60f..d1b5a5bbb628eeb212997f5e222e0501b1f8de17 100644 (file)
@@ -1 +1,27 @@
-<!-- @DEPRECATED //-->
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=extensions%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="5" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_REGISTERED_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="200"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXTENSION_CSSFILE--}</strong></td>
+               <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXTENSION_ACTIVE--}</strong></td>
+               <td align="center" class="header_column bottom" width="90"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="5" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_UNINSTALL_SUBMIT--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>