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önnen?",
+ 'ADMIN_ORDER_MAX_ORDER_SELECT' => "Wie viele Mailbuchungen können die Mitglieder maximal pro Tag versenden?",
+ 'ADMIN_ORDER_MAX' => "So viele wie möglich:",
+ 'ADMIN_ORDER_ORDER' => "So viele wie auf Empfang eingestellt:",
'ADMIN_ORDER_MIN_RECEIVER_PER_ORDER' => "Minimale Anzahl Empfänger pro Mailbuchung",
- 'ADMIN_ORDER_MAX' => "So viele wie mö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änger",
{--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>
<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>
</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">
{--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>
{--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>
<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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
<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>
{--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>
{--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>
{--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>
{--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>
{--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>
</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>
{--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>
{--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>
<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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>
<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>
{--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>
{--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>
{--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>
{--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>
{--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>
{--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>