Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index 40fba448f98627f30b80027c0a6616abc6bf701e..8eafb1120d2f46a46e290a8c6136c070b3c35be4 100644 (file)
@@ -1,35 +1,38 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_DIRECT_PAY--}
-               </td>
-               <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_POINTS_DIRECT--}
-                       <input type="radio" class="form_field" name="allow_direct_pay" value="Y"$content[allow_direct_pay_y] /><br />
-                       <hr noshade width="220">
-                       {--ADMIN_CONFIG_POINTS_MAILS--}
-                       <input type="radio" class="form_field" name="allow_direct_pay" value="N"$content[allow_direct_pay_n] />
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
-               <td class="bottom" align="center">
-                       <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="2" align="center" class="table_header bottom">
+               {--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td class="bottom" align="right">
+               {--ADMIN_CONFIG_DIRECT_PAY--}
+       </td>
+       <td class="bottom" align="right">
+               {--ADMIN_CONFIG_POINTS_DIRECT--}
+               <input type="radio" class="form_field" name="allow_direct_pay" value="Y"$content[allow_direct_pay_y] /><br />
+               <hr noshade width="220">
+               {--ADMIN_CONFIG_POINTS_MAILS--}
+               <input type="radio" class="form_field" name="allow_direct_pay" value="N"$content[allow_direct_pay_n] />
+       </td>
+</tr>
+
+<tr>
+       <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
+       <td class="bottom" align="center">
+               <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
+       </td>
+</tr>
+
+<tr>
+       <td colspan="2" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>