]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_birthday.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
index ab849346b42b8823d21e0e270bdf5da4f699a190..063d7411ec3261919b8a5c0cf6ddf77be03ed3e8 100644 (file)
@@ -1,47 +1,47 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_birthday%}" 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="2" align="center" class="admin_title bottom">
-                       <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_BIRTHDAY_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">
                        {--ADMIN_BIRTHDAY_POINTS--}:
-                       <span class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</span>
+                       <span class="notice">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</span>
                </td>
                <td>
-                       <input type="text" name="birthday_points" class="admin_normal" value="{?birthday_points?}" size="4" maxlength="6" />
+                       <input type="text" name="birthday_points" class="form_field" value="{?birthday_points?}" size="4" maxlength="6" />
                        <div class="tiny">({?POINTS?})</div>
                </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
                <td align="center">
-                       <input type="radio" name="birthday_active" class="admin_normal" value="Y"$content[active_y] /> {--YES--}<br />
-                       <input type="radio" name="birthday_active" class="admin_normal" value="N"$content[active_n] /> {--NO--}
+                       <input type="radio" name="birthday_active" class="form_field" value="Y"$content[active_y] /> {--YES--}<br />
+                       <input type="radio" name="birthday_active" class="form_field" value="N"$content[active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong>
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right">
-                       <input type="radio" name="birthday_mode" class="admin_normal" value="DIRECT"$content[mode_direct] />
-                       {--BIRTHDAY_MODE_DIRECT--}
+                       <input type="radio" name="birthday_mode" class="form_field" value="DIRECT"$content[mode_direct] />
+                       {--ADMIN_BIRTHDAY_MODE_DIRECT--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="birthday_mode" class="admin_normal" value="REF"$content[mode_ref] />
-                       {--BIRTHDAY_MODE_REF--}
+                       <input type="radio" name="birthday_mode" class="form_field" value="REF"$content[mode_ref] />
+                       {--ADMIN_BIRTHDAY_MODE_REF--}
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>