A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_extensions.tpl
index b038e84796fb0b7f0ed690ec6d60294244a979ca..752017f31aeef2abdffd4c5332b8ba2fd9caef14 100644 (file)
@@ -1,28 +1,25 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=extensions"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="590"
-       align="center" class="admin_table dashed">
-       <TR>
-               <TD colspan="6" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_REGISTERED_EXTENSIONS--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="240"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="240"><STRONG>{--ADMIN_EXT_LANG--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
-               <TD align="center" class="admin_title bottom2" width="80"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
-       </TR>
-       {!__EXT_ROWS!}
-       <TR>
-               <TD colspan="6" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--ADMIN_DE_ACTIVATE--}">&nbsp;* <INPUT type="submit"
-                       name="edit" class="admin_submit" value="{--ADMIN_EDIT--}">&nbsp;*
-               <INPUT type="submit" name="delete" class="admin_delete"
-                       value="{--ADMIN_DELETE_ENTRIES--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" 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">
+       <tr>
+               <td colspan="5" align="center" class="admin_title" height="30">
+                       <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>
+       </tr>
+       $content
+       <tr>
+               <td colspan="5" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
+                       <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
+               </td>
+       </tr>
+</table>
+</form>