]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
index 9a2cda912dbb66eeaa295acd252e68a94985eac0..ff4bb97098672887f834dd8d65e98db758dd7ff1 100644 (file)
@@ -1,22 +1,24 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=extensions" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="370"
-       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="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
+               <td colspan="4" align="center" class="admin_title">
+                       <strong>{--ADMIN_EDIT_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="180"><strong>{--ADMIN_EXT_NAME--}</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="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXTENSION_CSSFILE--}</strong></td>
+               <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXTENSION_ACTIVE--}</strong></td>
        </tr>
-       {!__EXTENSIONS_ROWS!}
+       $content
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="modify" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td colspan="4" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="modify" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>