]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_html_mail_settings.tpl
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / member / member_html_mail_settings.tpl
index ec9f6cd4b641d2f7e09525d2ddcb8b09b79b906f..c913c0a07c26d1cc1f84cedb6cfbdf659389c913 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=html_mail%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="2" class="member_title bottom">
+               <td align="center" colspan="2" class="table_header bottom">
                        <strong>{--MEMBER_HTML_INTRO--}</strong>
                </td>
        </tr>
                        {--MEMBER_HTML_TEXT--}
                </td>
                <td class="bottom" align="left">
-                       <input type="radio" name="html" class="member_normal" value="Y"$content[html_y] /> {--YES--}<br />
-                       <input type="radio" name="html" class="member_normal" value="N"$content[html_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="html" value="Y"$content[html_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="html" value="N"$content[html_n] /> {--NO--}
                </td>
        </tr>
        <tr>
-               <td align="center" colspan="2" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="{--SAVE_SETTINGS--}" />
+               <td align="center" colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>