]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_sub_points.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_config_sub_points.tpl
index a2285cdd9f5eb937c307e5493ceb38a31d8df3ef..d58361031651440fd4803238ec5d0430ff66aa90 100644 (file)
@@ -9,19 +9,19 @@
        <tr>
                <td align="right" width="200">{--ADMIN_ENTER_POINTS_REGISTER--}:</td>
                <td>
-                       <input type="text" name="points_register" class="form_field" size="6" maxlength="6" value="{?points_register?}" />
+                       <input type="text" class="form_field" name="points_register" size="6" maxlength="6" value="{?points_register?}" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right" width="200">{--ADMIN_ENTER_POINTS_REFERAL--}:</td>
                <td class="bottom">
-                       <input type="text" name="points_ref" class="form_field" size="6" maxlength="6" value="{?points_ref?}" />
+                       <input type="text" class="form_field" name="points_ref" size="6" maxlength="6" value="{?points_ref?}" />
                </td>
        </tr>
        <tr>
                <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--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>