A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index 47ed7e2a7f24a2fcaa1430dd1cb8ae30444e1141..2268a1f0e6e1ea011158b1492300e035173f71bc 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_refid%}" 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 class="admin_title bottom" colspan="2" align="center">
+               <td class="table_header bottom" colspan="2" align="center">
                        <strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
                <td align="center">
-                       $content[member_selection]
+                       $content[form_selection]
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</td>
                <td class="bottom" align="center">
-                       <select name="refid_target" size="1" class="admin_select">
+                       <select name="refid_target" size="1" class="form_select">
                                <option value="register"$content[refid_target_register]">{--ADMIN_REFERAL_TARGET_REGISTER--}</option>
                                <option value="index"$content[refid_target_index]">{--ADMIN_REFERAL_TARGET_INDEX--}</option>
                        </select>
@@ -27,7 +27,7 @@
        <tr>
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}</td>
                <td align="center">
-                       <select name="select_user_zero_refid" size="1" class="admin_select">
+                       <select name="select_user_zero_refid" size="1" class="form_select">
                                <option value="Y"$content[select_user_zero_refid_y]">{--ADMIN_RAND_REFID_ENABLED--}</option>
                                <option value="N"$content[select_user_zero_refid_n]">{--ADMIN_RAND_REFID_DISABLED--}</option>
                        </select>
        <tr>
                <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}</td>
                <td class="bottom" align="center">
-                       <input type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="{?user_min_confirmed?}" />
+                       <input type="text" name="user_min_confirmed" class="form_field" size="3" maxlength="3" value="{?user_min_confirmed?}" />
                </td>
        </tr>
 
        <tr>
-               <td class="admin_footer" colspan="2" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>