Reverted of changes in 1704, see ticket #160
authorRoland Häder <roland@mxchange.org>
Sun, 14 Feb 2010 02:53:13 +0000 (02:53 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 14 Feb 2010 02:53:13 +0000 (02:53 +0000)
21 files changed:
inc/language/order_de.php
templates/de/html/admin/admin_add_bank_package.tpl
templates/de/html/admin/admin_add_cat.tpl
templates/de/html/admin/admin_config_autopurge.tpl
templates/de/html/admin/admin_config_beg.tpl
templates/de/html/admin/admin_config_birthday.tpl
templates/de/html/admin/admin_config_bonus.tpl
templates/de/html/admin/admin_config_doubler.tpl
templates/de/html/admin/admin_config_extensions.tpl
templates/de/html/admin/admin_config_menu.tpl
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_other.tpl
templates/de/html/admin/admin_config_refback.tpl
templates/de/html/admin/admin_config_removeip.tpl
templates/de/html/admin/admin_config_rewrite_rows.tpl
templates/de/html/admin/admin_config_surfbar.tpl
templates/de/html/admin/admin_config_validator.tpl
templates/de/html/admin/admin_config_wernis.tpl
templates/de/html/guest/guest_register.tpl
templates/de/html/member/member_html_mail_settings.tpl
templates/de/html/member/member_transfer_settings.tpl

index bb7eb09185ed4aac5c3e21c479605ce55022a633..ab37d2c2500fced6614d5ff9a35df8030ea42f97 100644 (file)
@@ -46,10 +46,10 @@ if (!defined('__SECURITY')) {
 addMessages(array(
        'ADMIN_ORDER_SETTINGS' => "Einstellungen - Mailbuchung",
        'ADMIN_ORDER_MISC_SETTINGS' => "Weitere Einstellungen",
-       'ADMIN_ORDER_MAX_ORDER_SELECT' => "Wie viele Mailbuchungen sollen die Mitglieder maximal versenden k&ouml;nnen?",
+       'ADMIN_ORDER_MAX_ORDER_SELECT' => "Wie viele Mailbuchungen k&ouml;nnen die Mitglieder maximal pro Tag versenden?",
+       'ADMIN_ORDER_MAX' => "So viele wie m&ouml;glich:",
+       'ADMIN_ORDER_ORDER' => "So viele wie auf Empfang eingestellt:",
        'ADMIN_ORDER_MIN_RECEIVER_PER_ORDER' => "Minimale Anzahl Empf&auml;nger pro Mailbuchung",
-       'ADMIN_ORDER_MAX' => "So viele wie m&ouml;glich.",
-       'ADMIN_ORDER_ORDER' => "So viele wie auf Empfang eingestellt.",
        'ADMIN_ORDER_SELECTION_COLUMN' => "Tabellenspalte, nach der umsortiert werden soll",
        'ADMIN_ORDER_SELECTION_MODE' => "Sortierreihenfolge",
        'ADMIN_ORDER_SELECTION_SETTINGS' => "Auswahlverfahren der Empf&auml;nger",
index 0324f8fd5451e8241b76610b8356c89412b6e3a7..07bb7183c68ffd452b19a84e27b7d817f64d4b4e 100644 (file)
@@ -97,8 +97,8 @@
                        {--ADMIN_BANK_PACKAGE_ACTIVE--}
                </td>
                <td class="bottom">
-                       {--YES--}:<input type="radio" class="admin_normal" name="package_active" value="Y" checked="checked" /><br />
-                       {--NO--}:<input type="radio" class="admin_normal" name="package_active" value="N" />
+                       <input type="radio" class="admin_normal" name="package_active" value="Y" checked="checked" /> {--YES--}<br />
+                       <input type="radio" class="admin_normal" name="package_active" value="N" /> {--NO--}
                </td>
        </tr>
        <tr>
index 269476aed64f6fb810a07e1ece89c98d6641e15f..a1a93834f7f9464ef72fe05b4714797c3f06e73c 100644 (file)
@@ -33,8 +33,8 @@
                        <strong>{--CAT_IS_VISIBLE--}</strong>
                </td>
                <td class="bottom">
-                       {--YES--}:<input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" />
-                       {--NO--}:<input type="radio" class="admin_normal" name="visible" value="N" />
+                       <input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" /> {--YES--}<br />
+                       <input type="radio" class="admin_normal" name="visible" value="N" /> {--NO--}
                </td>
        </tr>
 
index c6ea0c53a997aee0c6654b1fda75cb67a65e3910..adc35b5f22b9c5313907b09a78f91cb04334059e 100644 (file)
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</td>
+               <td align="right">
+                       {--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:
+               </td>
                <td>
-                       {--YES--}:<input type="radio" name="auto_purge_active" value="Y"$content[auto_purge_active_y] />
-                       {--NO--}:<input type="radio" name="auto_purge_active" value="N"$content[auto_purge_active_n] />
+                       <input type="radio" name="auto_purge_active" value="Y"$content[auto_purge_active_y] /> {--YES--}<br />
+                       <input type="radio" name="auto_purge_active" value="N"$content[auto_purge_active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</td>
-               <td>$content[auto_purge]</td>
+               <td align="right">
+                       {--ADMIN_OPTION_MAIL_LIFETIME--}:
+               </td>
+               <td>
+                       $content[auto_purge]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</td>
-               <td class="bottom">$content[ap_notify_del_mails]</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_notify_del_mails]
+               </td>
        </tr>
        <tr>
                <td colspan="2" align="center" class="admin_title bottom">
                </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</td>
-               <td>$content[ap_del_mails_selection]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DEL_MAILS--}
+               </td>
+               <td>
+                       $content[ap_del_mails_selection]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</td>
-               <td class="bottom">$content[ap_del_mails_time]</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_del_mails_time]
+               </td>
        </tr>
        <tr>
                <td colspan="2" align="center" class="admin_title bottom">
                </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</td>
-               <td>$content[ap_notify_inactive]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:
+               </td>
+               <td>
+                       $content[ap_notify_inactive]
+               </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</td>
-               <td>$content[ap_notify_unconfirmed]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:
+               </td>
+               <td>
+                       $content[ap_notify_unconfirmed]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</td>
-               <td class="bottom">$content[ap_notify_tasks]</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_notify_tasks]
+               </td>
        </tr>
        <tr>
                <td colspan="2" class="admin_footer">
index eba059e86a78ba9b743cc5f0eb4ae75cc21b2531..dfadb8db78ade02751a4a759455d7e1a3614ddd5 100644 (file)
@@ -75,8 +75,8 @@
                        {--ADMIN_BEG_RALLYE_ACTIVE--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_rallye" class="admin_normal" value="Y"$content[rallye_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_rallye" class="admin_normal" value="N"$content[rallye_n] />
+                       <input type="radio" name="beg_rallye" class="admin_normal" value="Y"$content[rallye_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_rallye" class="admin_normal" value="N"$content[rallye_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -84,8 +84,8 @@
                        {--ADMIN_BEG_INCLUDE_OWN--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_include_own" class="admin_normal" value="Y"$content[include_own_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_include_own" class="admin_normal" value="N"$content[include_own_n] />
+                       <input type="radio" name="beg_include_own" class="admin_normal" value="Y"$content[include_own_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_include_own" class="admin_normal" value="N"$content[include_own_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RALLYE_ONLY_ACTIVE--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_active" class="admin_normal" value="Y"$content[active_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_active" class="admin_normal" value="N"$content[active_n] />
+                       <input type="radio" name="beg_active" class="admin_normal" value="Y"$content[active_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_active" class="admin_normal" value="N"$content[active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RAL_EN_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_ral_en_notify" class="admin_normal" value="Y"$content[ral_enable_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_ral_en_notify" class="admin_normal" value="N"$content[ral_enable_notify_n] />
+                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="Y"$content[ral_enable_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="N"$content[ral_enable_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RAL_DI_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_ral_di_notify" class="admin_normal" value="Y"$content[ral_disable_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_ral_di_notify" class="admin_normal" value="N"$content[ral_disable_notify_n] />
+                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="Y"$content[ral_disable_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="N"$content[ral_disable_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_NEW_MEMBER_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="beg_new_mem_notify" class="admin_normal" value="Y"$content[new_member_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="beg_new_mem_notify" class="admin_normal" value="N"$content[new_member_notify_n] />
+                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="Y"$content[new_member_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="N"$content[new_member_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 03d08c2730ec5fe47f0aa10fd2557e360561a396..ab849346b42b8823d21e0e270bdf5da4f699a190 100644 (file)
@@ -19,8 +19,8 @@
        <tr>
                <td align="right">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="birthday_active" class="admin_normal" value="Y"$content[active_y] /><br />
-                       {--NO--}:<input type="radio" name="birthday_active" class="admin_normal" value="N"$content[active_n] />
+                       <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--}
                </td>
        </tr>
        <tr>
index a47ad92cbff8dfca4a42892eb107c66d1d007bbd..d3fdcfea06587c086c625b2e42690498c6c72256 100644 (file)
@@ -11,8 +11,8 @@
                        {--ADMIN_BONUS_RALLYE_IS_ACTIVE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_active" class="admin_normal" value="Y"$content[active_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_active" class="admin_normal" value="N"$content[active_n] />
+                       <input type="radio" name="bonus_active" class="admin_normal" value="Y"$content[active_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_active" class="admin_normal" value="N"$content[active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -20,8 +20,8 @@
                        {--ADMIN_BONUS_INCLUDE_OWN--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_include_own" class="admin_normal" value="Y"$content[include_own_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_include_own" class="admin_normal" value="N"$content[include_own_n] />
+                       <input type="radio" name="bonus_include_own" class="admin_normal" value="Y"$content[include_own_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_include_own" class="admin_normal" value="N"$content[include_own_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -29,8 +29,8 @@
                        {--ADMIN_BONUS_RALLYE_CLICK_INCLUDE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_click_yn" class="admin_normal" value="Y"$content[click_yn_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_click_yn" class="admin_normal" value="N"$content[click_yn_n] />
+                       <input type="radio" name="bonus_click_yn" class="admin_normal" value="Y"$content[click_yn_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_click_yn" class="admin_normal" value="N"$content[click_yn_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -38,8 +38,8 @@
                        {--ADMIN_BONUS_RALLYE_LOGIN_INCLUDE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_login_yn" class="admin_normal" value="Y"$content[login_yn_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_login_yn" class="admin_normal" value="N"$content[login_yn_n] />
+                       <input type="radio" name="bonus_login_yn" class="admin_normal" value="Y"$content[login_yn_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_login_yn" class="admin_normal" value="N"$content[login_yn_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -47,8 +47,8 @@
                        {--ADMIN_BONUS_RALLYE_ORDER_INCLUDE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_order_yn" class="admin_normal" value="Y"$content[order_yn_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_order_yn" class="admin_normal" value="N"$content[order_yn_n] />
+                       <input type="radio" name="bonus_order_yn" class="admin_normal" value="Y"$content[order_yn_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_order_yn" class="admin_normal" value="N"$content[order_yn_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -56,8 +56,8 @@
                        {--ADMIN_BONUS_RALLYE_STATS_INCLUDE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_stats_yn" class="admin_normal" value="Y"$content[stats_yn_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_stats_yn" class="admin_normal" value="N"$content[stats_yn_n] />
+                       <input type="radio" name="bonus_stats_yn" class="admin_normal" value="Y"$content[stats_yn_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_stats_yn" class="admin_normal" value="N"$content[stats_yn_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -65,8 +65,8 @@
                        {--ADMIN_BONUS_RALLYE_REF_INCLUDE--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="bonus_ref_yn" class="admin_normal" value="Y"$content[ref_yn_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_ref_yn" class="admin_normal" value="N"$content[ref_yn_n] />
+                       <input type="radio" name="bonus_ref_yn" class="admin_normal" value="Y"$content[ref_yn_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_ref_yn" class="admin_normal" value="N"$content[ref_yn_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BONUS_RALLYE_EN_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="bonus_en_notify" class="admin_normal" value="Y"$content[en_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_en_notify" class="admin_normal" value="N"$content[en_notify_n] />
+                       <input type="radio" name="bonus_en_notify" class="admin_normal" value="Y"$content[en_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_en_notify" class="admin_normal" value="N"$content[en_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BONUS_RALLYE_DI_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="bonus_di_notify" class="admin_normal" value="Y"$content[di_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_di_notify" class="admin_normal" value="N"$content[di_notify_n] />
+                       <input type="radio" name="bonus_di_notify" class="admin_normal" value="Y"$content[di_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_di_notify" class="admin_normal" value="N"$content[di_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}
                </td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="bonus_new_mem_notify" class="admin_normal" value="Y"$content[new_mem_notify_y] /><br />
-                       {--NO--}:<input type="radio" name="bonus_new_mem_notify" class="admin_normal" value="N"$content[new_mem_notify_n] />
+                       <input type="radio" name="bonus_new_mem_notify" class="admin_normal" value="Y"$content[new_mem_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="bonus_new_mem_notify" class="admin_normal" value="N"$content[new_mem_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index b202720c9803c8064af828c3670e9dd3421f56e0..8e508f4e51106b6299a7510e6ff3fe0638a7087e 100644 (file)
@@ -65,8 +65,8 @@
        <tr>
                <td align="right" height="20">{--ADMIN_DOUBLER_SENT_ALL--}:</td>
                <td style="padding-left: 5px">
-                       {--YES--}:<input type="radio" name="doubler_sent_all" class="admin_normal" value="Y"$content[sent_all_y] /><br />
-                       {--NO--}:<input type="radio" name="doubler_sent_all" class="admin_normal" value="N"$content[sent_all_n] />
+                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="Y"$content[sent_all_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_sent_all" class="admin_normal" value="N"$content[sent_all_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -74,8 +74,8 @@
                        {--ADMIN_DOUBLER_JACKPOT--}:
                </td>
                <td style="padding-left: 5px">
-                       {--YES--}:<input type="radio" name="doubler_jackpot" class="admin_normal" value="Y"$content[jackpot_y] /><br />
-                       {--NO--}:<input type="radio" name="doubler_jackpot" class="admin_normal" value="N"$content[jackpot_n] />
+                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="Y"$content[jackpot_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_jackpot" class="admin_normal" value="N"$content[jackpot_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -83,8 +83,8 @@
                        {--ADMIN_DOUBLER_OWN--}:
                </td>
                <td style="padding-left: 5px">
-                       {--YES--}:<input type="radio" name="doubler_own" class="admin_normal" value="Y"$content[own_y] /><br />
-                       {--NO--}:<input type="radio" name="doubler_own" class="admin_normal" value="N"$content[own_n] />
+                       <input type="radio" name="doubler_own" class="admin_normal" value="Y"$content[own_y] /> {--YES--}<br />
+                       <input type="radio" name="doubler_own" class="admin_normal" value="N"$content[own_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 7f4bbb0e54e87d266771f7a59b4a86bd4e43a8bd..3a211587334ec43e958e1d686a04ae39c97dc3cd 100644 (file)
@@ -11,8 +11,8 @@
                        {--ADMIN_VERBOSE_SQL--}:
                </td>
                <td class="bottom" width="150" align="right">
-                       {--YES--}:<input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] /><br />
-                       {--NO--}:<input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] />
+                       <input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] /> {--YES--}<br />
+                       <input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 5efd8c9614e5d354d3260c5ca6162fde70ab18d2..76f8212626545810c6ee7a3069ddca517191a440 100644 (file)
@@ -11,8 +11,8 @@
                        {--ADMIN_CONFIG_GUEST_MENU_ADVERT_ENABLED--}
                </td>
                <td width="20%">
-                       {--YES--}:<input type="radio" name="guest_menu_advert_enabled" value="Y"$content[guest_menu_advert_enabled_y] /><br />
-                       {--NO--}:<input type="radio" name="guest_menu_advert_enabled" value="N"$content[guest_menu_advert_enabled_n] />
+                       <input type="radio" name="guest_menu_advert_enabled" value="Y"$content[guest_menu_advert_enabled_y] /> {--YES--}<br />
+                       <input type="radio" name="guest_menu_advert_enabled" value="N"$content[guest_menu_advert_enabled_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -20,8 +20,8 @@
                        {--ADMIN_CONFIG_MEMBER_MENU_ADVERT_ENABLED--}
                </td>
                <td class="bottom" width="20%">
-                       {--YES--}:<input type="radio" name="member_menu_advert_enabled" value="Y"$content[member_menu_advert_enabled_y] /><br />
-                       {--NO--}:<input type="radio" name="member_menu_advert_enabled" value="N"$content[member_menu_advert_enabled_n] />
+                       <input type="radio" name="member_menu_advert_enabled" value="Y"$content[member_menu_advert_enabled_y] /> {--YES--}<br />
+                       <input type="radio" name="member_menu_advert_enabled" value="N"$content[member_menu_advert_enabled_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 368c3093aa2817a5d13f80e9fc1cfbc2826f92f9..1c851a8a43ab580a09f3fde50ee03cd3db7ab983 100644 (file)
@@ -8,27 +8,27 @@
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="bottom">
+               <td class="bottom" rowspan="2" align="center">
                        {--ADMIN_ORDER_MAX_ORDER_SELECT--}
                </td>
+               <td class="bottom">
+                       <input type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
+                       {--ADMIN_ORDER_MAX--}
+               </td>
        </tr>
 
        <tr>
-               <td class="bottom" align="center">
-                       {--ADMIN_ORDER_MAX--}<br />
-                       <input type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
-               </td>
-               <td class="bottom" align="center">
-                       {--ADMIN_ORDER_ORDER--}<br />
+               <td class="bottom">
                        <input type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
+                       {--ADMIN_ORDER_ORDER--}
                </td>
        </tr>
 
        <tr>
-               <td align="right" width="340">
+               <td align="right">
                        {--ADMIN_OPTION_MAX_UNCONFIRMED_MAILS--}:
                </td>
-               <td width="160">
+               <td>
                        <input type="text" name="unconfirmed" class="admin_normal" size="10" maxlength="10" value="{?unconfirmed?}" />
                </td>
        </tr>
@@ -47,8 +47,8 @@
                        {--ADMIN_OPTION_CHECK_EMAIL_TEXT--}
                </td>
                <td>
-                       {--YES--}:<input type="radio" name="allow_url_in_text" value="Y"$content[allow_url_in_text_y] />
-                       {--NO--}:<input type="radio" name="allow_url_in_text" value="N"$content[allow_url_in_text_n] />
+                       <input type="radio" name="allow_url_in_text" value="Y"$content[allow_url_in_text_y] />{--YES--}<br />
+                       <input type="radio" name="allow_url_in_text" value="N"$content[allow_url_in_text_n] /> {--NO--}
                </td>
        </tr>
 
@@ -57,8 +57,8 @@
                        {--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}
                </td>
                <td>
-                       {--YES--}:<input type="radio" name="allow_url_in_subject" value="Y"$content[allow_url_in_subject_y] />
-                       {--NO--}:<input type="radio" name="allow_url_in_subject" value="N"$content[allow_url_in_subject_n] />
+                       <input type="radio" name="allow_url_in_subject" value="Y"$content[allow_url_in_subject_y] /> {--YES--}<br />
+                       <input type="radio" name="allow_url_in_subject" value="N"$content[allow_url_in_subject_n] /> {--NO--}
                </td>
        </tr>
 
                        {--ADMIN_OPTION_URL_BLACKLIST--}
                </td>
                <td>
-                       {--YES--}:<input type="radio" name="url_blacklist" value="Y"$content[url_blacklist_y] />
-                       {--NO--}:<input type="radio" name="url_blacklist" value="N"$content[url_blacklist_n] />
+                       <input type="radio" name="url_blacklist" value="Y"$content[url_blacklist_y] /> {--YES--}<br />
+                       <input type="radio" name="url_blacklist" value="N"$content[url_blacklist_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
-               <td class="bottom" align="center">
+               <td class="bottom">
                        <select name="repay_deleted_mails" class="admin_select" size="1">
                                <option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
                                <option value="JACKPOT"$content[repay_deleted_mails_jackpot]>{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
index 3901907384692ad77f9fc4d0fe90f130ec417d5f..8d4c9a801dedece7e7c09548283d5ff5da47fdb4 100644 (file)
        <tr>
                <td align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</td>
                <td>
-                       {--YES--}:<input type="radio" name="show_timings" value="Y"$content[show_timings_y] /><br />
-                       {--NO--}:<input type="radio" name="show_timings" value="N"$content[show_timings_n] />
+                       <input type="radio" name="show_timings" value="Y"$content[show_timings_y] /> {--YES--}<br />
+                       <input type="radio" name="show_timings" value="N"$content[show_timings_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</td>
                <td>
-                       {--YES--}:<input type="radio" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] /><br />
-                       {--NO--}:<input type="radio" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] />
+                       <input type="radio" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] /> {--YES--}<br />
+                       <input type="radio" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="order_multi_page" value="Y"$content[order_multi_page_y] />
-                       {--NO--}:<input type="radio" name="order_multi_page" value="N"$content[order_multi_page_n] />
+                       <input type="radio" name="order_multi_page" value="Y"$content[order_multi_page_y] /> {--YES--}<br />
+                       <input type="radio" name="order_multi_page" value="N"$content[order_multi_page_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
-                       {--NO--}:<input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
+                       <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] /> {--YES--}<br />
+                       <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
                <td align="center">
-                       {--YES--}:<input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />
-                       {--NO--}:<input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
+                       <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] /> {--YES--}<br />
+                       <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />
-                       {--NO--}:<input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
+                       <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] /> {--YES--}<br />
+                       <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] />
-                       {--NO--}:<input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] />
+                       <input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] /> {--YES--}<br />
+                       <input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] /> {--NO--}
                </td>
        </tr>
 
index ad30e49323e17e525794f4e57f16333508fb1d16..a2babb91319917f826266e24febd132e7fc6a41b 100644 (file)
@@ -11,8 +11,8 @@
                        {--ADMIN_CONFIG_REFBACK_ENABLED--}
                </td>
                <td>
-                       {--YES--}:<input type="radio" name="refback_enabled" value="Y"$content[refback_enabled_y] /><br />
-                       {--NO--}:<input type="radio" name="refback_enabled" value="N"$content[refback_enabled_n] />
+                       <input type="radio" name="refback_enabled" value="Y"$content[refback_enabled_y] /> {--YES--}<br />
+                       <input type="radio" name="refback_enabled" value="N"$content[refback_enabled_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 937a5bb77ca3326828b439fe09d1310839252009..1ee466246dbef80ab4386934fd3effbe995a897b 100644 (file)
@@ -11,8 +11,8 @@
                {--ADMIN_CONFIG_REMOVEIP_ANON_IP--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_anon_ip" value="Y" class="admin_normal"$content[removeip_anon_ip_y] /><br />
-               {--NO--}:<input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] />
+               <input type="radio" name="removeip_anon_ip" value="Y" class="admin_normal"$content[removeip_anon_ip_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -20,8 +20,8 @@
                {--ADMIN_CONFIG_REMOVEIP_ANON_HOST--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_anon_host" value="Y" class="admin_normal"$content[removeip_anon_host_y] />
-               {--NO--}:<input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] />
+               <input type="radio" name="removeip_anon_host" value="Y" class="admin_normal"$content[removeip_anon_host_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -29,8 +29,8 @@
                {--ADMIN_CONFIG_REMOVEIP_ANON_UA--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_anon_ua" value="Y" class="admin_normal"$content[removeip_anon_ua_y] />
-               {--NO--}:<input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] />
+               <input type="radio" name="removeip_anon_ua" value="Y" class="admin_normal"$content[removeip_anon_ua_y] /> {--YES--}
+               <input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -38,8 +38,8 @@
                {--ADMIN_CONFIG_REMOVEIP_ANON_REF--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_anon_ref" value="Y" class="admin_normal"$content[removeip_anon_ref_y] />
-               {--NO--}:<input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] />
+               <input type="radio" name="removeip_anon_ref" value="Y" class="admin_normal"$content[removeip_anon_ref_y] /> {--YES--}
+               <input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -59,8 +59,8 @@
                {--ADMIN_CONFIG_REMOVEIP_ADMIN_SHOW--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_admin_show" value="Y" class="admin_normal"$content[removeip_admin_show_y] /><br />
-               {--NO--}:<input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] />
+               <input type="radio" name="removeip_admin_show" value="Y" class="admin_normal"$content[removeip_admin_show_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -68,8 +68,8 @@
                {--ADMIN_CONFIG_REMOVEIP_GUEST_SHOW--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_guest_show" value="Y" class="admin_normal"$content[removeip_guest_show_y] /><br />
-               {--NO--}:<input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] />
+               <input type="radio" name="removeip_guest_show" value="Y" class="admin_normal"$content[removeip_guest_show_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -77,8 +77,8 @@
                {--ADMIN_CONFIG_REMOVEIP_MEMBER_SHOW--}
        </td>
        <td width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_member_show" value="Y" class="admin_normal"$content[removeip_member_show_y] /><br />
-               {--NO--}:<input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] />
+               <input type="radio" name="removeip_member_show" value="Y" class="admin_normal"$content[removeip_member_show_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] /> {--NO--}
        </td>
 </tr>
 <tr>
@@ -86,8 +86,8 @@
                {--ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW--}
        </td>
        <td class="bottom" width="150" style="padding-left: 10px">
-               {--YES--}:<input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"$content[removeip_sponsor_show_y] /><br />
-               {--NO--}:<input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] />
+               <input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"$content[removeip_sponsor_show_y] /> {--YES--}<br />
+               <input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] /> {--NO--}
        </td>
 </tr>
 <tr>
index a1630bcdd550cb8c0553c219a793bbb6a883c5a4..dc6f8ed14ddd530630c9a5a65b047b00199a31a0 100644 (file)
@@ -2,7 +2,7 @@
        <td class="switch_sw$content[sw] bottom right" align="center">$content[module]</td>
        <td class="switch_sw$content[sw] bottom right">$content[title]</td>
        <td class="switch_sw$content[sw] bottom" align="center">
-               {--YES--}:<input type="radio" name="mod[$content[module]]" class="admin_normal" value="Y"$content[y_default] />
-               {--NO--}:<input type="radio" name="mod[$content[module]]" class="admin_normal" value="N"$content[n_default] />
+               <input type="radio" name="mod[$content[module]]" class="admin_normal" value="Y"$content[y_default] /> {--YES--}<br />
+               <input type="radio" name="mod[$content[module]]" class="admin_normal" value="N"$content[n_default] /> {--NO--}
        </td>
 </tr>
index bf115b12b0d816ed9b4e1e4e750d45a4f6707148..7ef573f4772bd2966a1684939014cf4f1b5ec496 100644 (file)
                        {--ADMIN_CONFIG_SURFBAR_AUTOSTART--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="surfbar_autostart" value="Y"$content[surfbar_autostart_y] /><br />
-                       {--NO--}:<input type="radio" name="surfbar_autostart" value="N"$content[surfbar_autostart_n] />
+                       <input type="radio" name="surfbar_autostart" value="Y"$content[surfbar_autostart_y] /> {--YES--}<br />
+                       <input type="radio" name="surfbar_autostart" value="N"$content[surfbar_autostart_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_LIMITS--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="surfbar_notify_limits" value="Y"$content[surfbar_notify_limits_y] /><br />
-                       {--NO--}:<input type="radio" name="surfbar_notify_limits" value="N"$content[surfbar_notify_limits_n] />
+                       <input type="radio" name="surfbar_notify_limits" value="Y"$content[surfbar_notify_limits_y] /> {--YES--}<br />
+                       <input type="radio" name="surfbar_notify_limits" value="N"$content[surfbar_notify_limits_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="surfbar_notify_admin_unlock" value="Y"$content[surfbar_notify_admin_unlock_y] /><br />
-                       {--NO--}:<input type="radio" name="surfbar_notify_admin_unlock" value="N"$content[surfbar_notify_admin_unlock_n] />
+                       <input type="radio" name="surfbar_notify_admin_unlock" value="Y"$content[surfbar_notify_admin_unlock_y] /> {--YES--}<br />
+                       <input type="radio" name="surfbar_notify_admin_unlock" value="N"$content[surfbar_notify_admin_unlock_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_MIGRATE_ORDER--}
                </td>
                <td class="bottom" align="center">
-                       {--YES--}:<input type="radio" name="surfbar_migrate_order" value="Y"$content[surfbar_migrate_order_y] /><br />
-                       {--NO--}:<input type="radio" name="surfbar_migrate_order" value="N"$content[surfbar_migrate_order_n] />
+                       <input type="radio" name="surfbar_migrate_order" value="Y"$content[surfbar_migrate_order_y] /> {--YES--}<br />
+                       <input type="radio" name="surfbar_migrate_order" value="N"$content[surfbar_migrate_order_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 4b546e7814d7622afba57c4cc0333cc8544ad1c1..e7ecbafd9d047ea612655bd2fed966a0bebae760 100644 (file)
@@ -11,8 +11,8 @@
                        {--ADMIN_CONFIG_VALIDATOR_ENABLED--}
                </td>
                <td width="60" align="right" class="bottom">
-                       {--YES--}:<input type="radio" name="enable_validator" class="admin_normal" value="Y"$content[enable_validator_yes] /><br />
-                       {--NO--}:<input type="radio" name="enable_validator" class="admin_normal" value="N"$content[enable_validator_no] />
+                       <input type="radio" name="enable_validator" class="admin_normal" value="Y"$content[enable_validator_yes] /> {--YES--}<br />
+                       <input type="radio" name="enable_validator" class="admin_normal" value="N"$content[enable_validator_no] /> {--NO--}
                </td>
        </tr>
        <tr>
index d9a61ff60325a2224fac1367a941797b18290f88..0d9a70d38020bef77aba91091ca0e6366502e377 100644 (file)
                        {--ADMIN_WERNIS_PAYOUT_ACTIVE--}:
                </td>
                <td>
-                       {--YES--}:<input type="radio" name="wernis_payout_active" value="Y"$content[wernis_payout_active_y] /><br />
-                       {--NO--}:<input type="radio" name="wernis_payout_active" value="N"$content[wernis_payout_active_n] />
+                       <input type="radio" name="wernis_payout_active" value="Y"$content[wernis_payout_active_y] /> {--YES--}<br />
+                       <input type="radio" name="wernis_payout_active" value="N"$content[wernis_payout_active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_WERNIS_WITHDRAW_ACTIVE--}:
                </td>
                <td class="bottom">
-                       {--YES--}:<input type="radio" name="wernis_withdraw_active" value="Y"$content[wernis_withdraw_active_y] /><br />
-                       {--NO--}:<input type="radio" name="wernis_withdraw_active" value="N"$content[wernis_withdraw_active_n] />
+                       <input type="radio" name="wernis_withdraw_active" value="Y"$content[wernis_withdraw_active_y] /> {--YES--}<br />
+                       <input type="radio" name="wernis_withdraw_active" value="N"$content[wernis_withdraw_active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
index 9c9a00d5aec6be5b4829ecaf57e5669f61d1f243..abff4d5c27dbe2c948866c814643b96f44fb3f1d 100644 (file)
                        {--AGREE_TO_THIS--}:
                </td>
                <td class="bottom register_right">
-                       {--YES--}:<input type="radio" name="agree" class="guest_normal" value="Y" />
-                       {--NO--}:<input type="radio" name="agree" class="guest_normal" value="N" checked="checked" />
+                       <input type="radio" name="agree" class="guest_normal" value="Y" /> {--YES--}<br />
+                       <input type="radio" name="agree" class="guest_normal" value="N" checked="checked" /> {--NO--}
                </td>
        </tr>
        <tr>
index 627a9f43188dfdcb31f8188437f862119fecd4fe..ec9f6cd4b641d2f7e09525d2ddcb8b09b79b906f 100644 (file)
@@ -11,8 +11,8 @@
                        {--MEMBER_HTML_TEXT--}
                </td>
                <td class="bottom" align="left">
-                       {--YES--}:<input type="radio" name="html" class="member_normal" value="Y"$content[html_y] /><br />
-                       {--NO--}:<input type="radio" name="html" class="member_normal" value="N"$content[html_n] />
+                       <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--}
                </td>
        </tr>
        <tr>
index 3fc62b7e738ffca6e486e3a2b21f731e386924b2..a209a9d8a996d29750e1018882a9805a65b289a7 100644 (file)
@@ -5,8 +5,8 @@
                        {--TRANSFER_ALLOW_OPT_IN--}
                </td>
                <td align="center" width="160" class="bottom" height="50">
-                       {--YES--}:<input type="radio" name="opt_in" class="member_normal" value="Y"$content[allow_y] />
-                       {--NO--}:<input type="radio" name="opt_in" class="member_normal" value="N"$content[allow_n] />
+                       <input type="radio" name="opt_in" class="member_normal" value="Y"$content[allow_y] /> {--YES--}<br />
+                       <input type="radio" name="opt_in" class="member_normal" value="N"$content[allow_n] /> {--NO--}
                </td>
        </tr>
        <tr>