]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register.tpl
New network added, sorting now showed:
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index 134561e392d04a92443a77231a16796bdb751b08..113c7f00e45c78c5f4b97e82de70a0b0396f44d5 100644 (file)
@@ -2,19 +2,20 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_register%}" method="post">
 <table border="0" cellpadding="0" cellspacing="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
+               <td colspan="3" align="center" class="admin_title">
+                       <strong>{--ADMIN_CONFIG_REGISTER_MUST_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
                <td width="20" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
-               <td width="325" class="header_column bottom right" align="center">{--REGISTER_FIELD_NAME--}:</td>
-               <td width="105" class="header_column bottom" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
+               <td width="325" class="header_column bottom right" align="center">{--ADMIN_REGISTER_FIELD_NAME--}:</td>
+               <td width="105" class="header_column bottom" align="center">{--ADMIN_REGISTER_FIELD_REQUIRED--}</td>
        </tr>
        $content
        <tr>
                <td colspan="3" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
+                       <input type="submit" name="ok" value="{--ADMIN_REGISTER_CHANGE_MUST--}" />
                </td>
        </tr>
 </table>