]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_extensions.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_extensions.tpl
index abef924bc8ebb34d24524158826a353da20ff88e..d7c4a98f2159ebb7c366d8e733dfcab92e29073f 100644 (file)
@@ -1,21 +1,27 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="600"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
-               <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
-               <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</TD>
-               <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
-               <TD align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</TD>
-       </TR>
-       {!__EXTENSIONS_ROWS!}
-       <TR>
-               <TD colspan="2" align="center" class="admin_title right2">{--ADMIN_EXT_TOTAL_FOUND--}:
-               <STRONG>{!__TEXT_VALUE!}</STRONG></TD>
-               <TD colspan="3" align="right" class="admin_title right2">{--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;&nbsp;<STRONG>{--__TKBYTES_VALUE--}
-               {--KBYTES--}</STRONG>&nbsp;&nbsp;</TD>
-       </TR>
-</TABLE>
+<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="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_close%}
+</div>