]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_extensions_edit.tpl
index ad2ebcf5cb21ce250d7bde2a805922594f95f155..6ba10a944c7c404a6c69ad39d4c9abeb233dc382 100644 (file)
@@ -1,22 +1,22 @@
 <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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="4" align="center" class="admin_title">
+               <td colspan="4" align="center" class="table_header">
                        <strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
                </td>
        </tr>
        <tr>
                <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_EXT_NAME--}</strong></td>
-               <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
-               <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</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>
        $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 colspan="4" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="modify" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>