]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions.tpl
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
index 2966d93ce787b7a1af044160167bce4527df76f8..7813116b3dee561983a5efa303bcc0e5c61e4c5d 100644 (file)
@@ -1,18 +1,19 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
+<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="admin_table dashed">
        <tr>
-               <td colspan="5" align="center" class="admin_title" height="30">
+               <td colspan="5" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
-               <td align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
+               <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_EXT_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+               <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+               <td align="center" class="header_column bottom" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
        </tr>
-       {!__EXT_ROWS!}
+       $content
        <tr>
                <td colspan="5" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
@@ -23,3 +24,4 @@
        </tr>
 </table>
 </form>
+</div>