From: Roland Häder Date: Fri, 15 Feb 2008 20:30:56 +0000 (+0000) Subject: footer stats are configurable now X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=8b6682e414e8ddf3830d15ff6cde2e1a2d2da5b0 footer stats are configurable now --- diff --git a/inc/language/de.php b/inc/language/de.php index b352132fcd..e5ab9f4a3e 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -1100,6 +1100,7 @@ define('FOOTER_STATS_RUNTIME', "Laufzeit:"); define('FOOTER_STATS_SQL_QUERIES', "SQL-Abfragen:"); define('FOOTER_STATS_NUM_TEMPLATES', "Templates:"); define('FOOTER_STATS_SECS', "Sek."); +define('ADMIN_OPTION_FOOTER_STATS', "Skript-Statistiken im Seitenfuss einblenden (nützlich zum Debuggen)"); // ?> diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 5ba2b844e8..eb64e61a1b 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -192,36 +192,34 @@ if (isset($_POST['ok'])) define('_CFG_CSS_PHP_DIRECT', ""); define('_CFG_CSS_PHP_FILE', " checked"); } - if ($CONFIG['guest_menu'] == 'Y') - { + if ($CONFIG['guest_menu'] == 'Y') { define('_CFG_GUEST_MENU_ACTIVE', " checked"); define('_CFG_GUEST_MENU_INACTIVE', ""); - } - else - { + } else { define('_CFG_GUEST_MENU_ACTIVE', ""); define('_CFG_GUEST_MENU_INACTIVE', " checked"); } - if ($CONFIG['member_menu'] == 'Y') - { + if ($CONFIG['member_menu'] == 'Y') { define('_CFG_MEMBER_MENU_ACTIVE', " checked"); define('_CFG_MEMBER_MENU_INACTIVE', ""); - } - else - { + } else { define('_CFG_MEMBER_MENU_ACTIVE', ""); define('_CFG_MEMBER_MENU_INACTIVE', " checked"); } - if ($CONFIG['youre_here'] == 'Y') - { + if ($CONFIG['youre_here'] == 'Y') { define('_CFG_YOURE_HERE_ACTIVE', " checked"); define('_CFG_YOURE_HERE_INACTIVE', ""); - } - else - { + } else { define('_CFG_YOURE_HERE_ACTIVE', ""); define('_CFG_YOURE_HERE_INACTIVE', " checked"); } + if ($CONFIG['show_timings'] == 'Y') { + define('_CFG_FOOTER_STATS_Y', " checked"); + define('_CFG_FOOTER_STATS_N', ""); + } else { + define('_CFG_FOOTER_STATS_Y', ""); + define('_CFG_FOOTER_STATS_N', " checked"); + } for ($i = 0; $i <= 5; $i++) { diff --git a/templates/de/html/admin/admin_add_bank_package.tpl b/templates/de/html/admin/admin_add_bank_package.tpl index 64b1fbe399..b1a5ee7bf4 100644 --- a/templates/de/html/admin/admin_add_bank_package.tpl +++ b/templates/de/html/admin/admin_add_bank_package.tpl @@ -132,9 +132,9 @@ {--ADMIN_BANK_PACKAGE_ACTIVE--}    {--YES--}
+ name="package_active" value="Y" default checked> {--YES--}
 {--NO--} + value="N"> {--NO--}   diff --git a/templates/de/html/admin/admin_add_banner.tpl b/templates/de/html/admin/admin_add_banner.tpl index 0b143b7c01..45dcd60cf5 100644 --- a/templates/de/html/admin/admin_add_banner.tpl +++ b/templates/de/html/admin/admin_add_banner.tpl @@ -32,8 +32,8 @@ {--ADMIN_SELECT_BANNER_ACTIVE--}   diff --git a/templates/de/html/admin/admin_add_cat.tpl b/templates/de/html/admin/admin_add_cat.tpl index 36353a787c..b1f7b0862d 100644 --- a/templates/de/html/admin/admin_add_cat.tpl +++ b/templates/de/html/admin/admin_add_cat.tpl @@ -42,9 +42,9 @@ {--CAT_IS_VISIBLE--}   - {--YES--}: {--YES--}:    {--NO--}: + type="radio" name="visible" value="N" class="admin_normal">   diff --git a/templates/de/html/admin/admin_add_country.tpl b/templates/de/html/admin/admin_add_country.tpl index f41940f14b..33639c9fdb 100644 --- a/templates/de/html/admin/admin_add_country.tpl +++ b/templates/de/html/admin/admin_add_country.tpl @@ -38,8 +38,8 @@ {--ADMIN_COUNTRY_CODE_ACTIVE--}:     diff --git a/templates/de/html/admin/admin_config_autopurge.tpl b/templates/de/html/admin/admin_config_autopurge.tpl index e4edb08ea1..a7d4c963bc 100644 --- a/templates/de/html/admin/admin_config_autopurge.tpl +++ b/templates/de/html/admin/admin_config_autopurge.tpl @@ -95,8 +95,8 @@ {--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:   {--YES--}:   - {--NO--}:  + type="radio" name="auto_purge_active" value="Y"{--_CFG_AP_ACTIVE_Y--}>  + {--NO--}:  diff --git a/templates/de/html/admin/admin_config_beg.tpl b/templates/de/html/admin/admin_config_beg.tpl index f5ff750d45..6ea8cb6d20 100644 --- a/templates/de/html/admin/admin_config_beg.tpl +++ b/templates/de/html/admin/admin_config_beg.tpl @@ -98,8 +98,8 @@ {--ADMIN_BEG_RALLYE_ACTIVE--}    {--YES--}
-  {--NO--} + class="admin_normal" value="Y"{--__BEG_RALLYE_Y--}> {--YES--}
+  {--NO--} @@ -109,9 +109,9 @@ {--ADMIN_BEG_INCLUDE_OWN--}    {--YES--}
+ class="admin_normal" value="Y"{--__BEG_INCLUDE_OWN_Y--}> {--YES--}
 {--NO--} + value="N"{--__BEG_INCLUDE_OWN_N--}> {--NO--}   @@ -131,8 +131,8 @@    {--YES--}
-  {--NO--} + class="admin_normal" value="Y"{--__BEG_ACTIVE_Y--}> {--YES--}
+  {--NO--} @@ -149,9 +149,9 @@ {--ADMIN_BEG_RAL_EN_NOTIFY--}    {--YES--}
+ class="admin_normal" value="Y"{--__BEG_RAL_EN_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BEG_RAL_EN_NOTIFY_N--}> {--NO--}   @@ -160,9 +160,9 @@ {--ADMIN_BEG_RAL_DI_NOTIFY--}    {--YES--}
+ class="admin_normal" value="Y"{--__BEG_RAL_DI_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BEG_RAL_DI_NOTIFY_N--}> {--NO--}   @@ -171,9 +171,9 @@ {--ADMIN_BEG_NEW_MEMBER_NOTIFY--}    {--YES--}
+ class="admin_normal" value="Y"{--__BEG_NEW_MEMBER_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BEG_NEW_MEMBER_NOTIFY_N--}> {--NO--}   diff --git a/templates/de/html/admin/admin_config_birthday.tpl b/templates/de/html/admin/admin_config_birthday.tpl index 30c6ad0dc1..ad5cb57c5f 100644 --- a/templates/de/html/admin/admin_config_birthday.tpl +++ b/templates/de/html/admin/admin_config_birthday.tpl @@ -27,9 +27,9 @@ {--ADMIN_BIRTHDAY_ONLY_ACTIVE--}    {--YES--}
+ class="admin_normal" value="Y"{--__BIRTHDAY_ACTIVE_Y--}> {--YES--}
 {--NO--} + value="N"{--__BIRTHDAY_ACTIVE_N--}> {--NO--}   diff --git a/templates/de/html/admin/admin_config_bonus.tpl b/templates/de/html/admin/admin_config_bonus.tpl index 8e56a7b9d8..f15c8b6374 100644 --- a/templates/de/html/admin/admin_config_bonus.tpl +++ b/templates/de/html/admin/admin_config_bonus.tpl @@ -14,8 +14,8 @@  {--ADMIN_BONUS_RALLYE_IS_ACTIVE--}    {--YES--}
-  {--NO--} + name="bonus_active" class="admin_normal" value="Y"{--__BONUS_ACTIVE_Y--}> {--YES--}
+  {--NO--} @@ -26,9 +26,9 @@  {--ADMIN_BONUS_INCLUDE_OWN--}    {--YES--}
+ name="bonus_include_own" class="admin_normal" value="Y"{--__BONUS_INCLUDE_OWN_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_INCLUDE_OWN_N--}> {--NO--}   @@ -41,9 +41,9 @@  {--ADMIN_BONUS_RALLYE_CLICK_INCLUDE--}    {--YES--}
+ name="bonus_click_yn" class="admin_normal" value="Y"{--__BONUS_CLICK_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_CLICK_N--}> {--NO--}   @@ -56,9 +56,9 @@  {--ADMIN_BONUS_RALLYE_LOGIN_INCLUDE--}    {--YES--}
+ name="bonus_login_yn" class="admin_normal" value="Y"{--__BONUS_LOGIN_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_LOGIN_N--}> {--NO--}   @@ -71,9 +71,9 @@  {--ADMIN_BONUS_RALLYE_ORDER_INCLUDE--}    {--YES--}
+ name="bonus_order_yn" class="admin_normal" value="Y"{--__BONUS_ORDER_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_ORDER_N--}> {--NO--}   @@ -86,9 +86,9 @@  {--ADMIN_BONUS_RALLYE_STATS_INCLUDE--}    {--YES--}
+ name="bonus_stats_yn" class="admin_normal" value="Y"{--__BONUS_STATS_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_STATS_N--}> {--NO--}   @@ -101,8 +101,8 @@  {--ADMIN_BONUS_RALLYE_REF_INCLUDE--}    {--YES--}
-  {--NO--} + name="bonus_ref_yn" class="admin_normal" value="Y"{--__BONUS_REF_Y--}> {--YES--}
+  {--NO--} @@ -275,9 +275,9 @@  {--ADMIN_BONUS_RALLYE_EN_NOTIFY--}    {--YES--}
+ name="bonus_en_notify" class="admin_normal" value="Y"{--__BONUS_EN_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_EN_NOTIFY_N--}> {--NO--}   @@ -287,9 +287,9 @@  {--ADMIN_BONUS_RALLYE_DI_NOTIFY--}    {--YES--}
+ name="bonus_di_notify" class="admin_normal" value="Y"{--__BONUS_DI_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_DI_NOTIFY_N--}> {--NO--}   @@ -299,9 +299,9 @@  {--ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}    {--YES--}
+ name="bonus_new_mem_notify" class="admin_normal" value="Y"{--__BONUS_NEW_MEMBER_NOTIFY_Y--}> {--YES--}
 {--NO--} + value="N"{--__BONUS_NEW_MEMBER_NOTIFY_N--}> {--NO--}   diff --git a/templates/de/html/admin/admin_config_cache.tpl b/templates/de/html/admin/admin_config_cache.tpl index 32fc84b637..6a1cc9d17c 100644 --- a/templates/de/html/admin/admin_config_cache.tpl +++ b/templates/de/html/admin/admin_config_cache.tpl @@ -13,8 +13,8 @@ {--ADMIN_CACHE_ADMINS--}  {--YES--} -  {--NO--}  + type="radio" name="cache_admins" value="Y" class="admin_normal"{--__ADMINS_Y--}> {--YES--} +  {--NO--}  @@ -24,8 +24,8 @@ {--ADMIN_CACHE_ACLS--}  {--YES--} -  {--NO--}  + type="radio" name="cache_acls" value="Y" class="admin_normal"{--__ACLS_Y--}> {--YES--} +  {--NO--}  @@ -35,8 +35,8 @@ {--ADMIN_CACHE_EXTS--}  {--YES--} -  {--NO--}  + name="cache_exts" value="Y" class="admin_normal"{--__EXTS_Y--}> {--YES--} +  {--NO--}  @@ -46,8 +46,8 @@ {--ADMIN_CACHE_CONFIG--}  {--YES--} -  {--NO--}  + name="cache_config" value="Y" class="admin_normal"{--__CONFIG_Y--}> {--YES--} +  {--NO--}  @@ -57,8 +57,8 @@ {--ADMIN_CACHE_MODREG--}  {--YES--} -  {--NO--}  + name="cache_modreg" value="Y" class="admin_normal"{--__MODREG_Y--}> {--YES--} +  {--NO--}  @@ -68,8 +68,8 @@ {--ADMIN_CACHE_REFDEPTH--}  {--YES--} -  {--YES--} +  {--NO--}  @@ -79,8 +79,8 @@ {--ADMIN_CACHE_REFSYS--}  {--YES--} -  {--NO--}  + name="cache_refsys" value="Y" class="admin_normal"{--__REFSYS_Y--}> {--YES--} +  {--NO--}  diff --git a/templates/de/html/admin/admin_config_doubler.tpl b/templates/de/html/admin/admin_config_doubler.tpl index b3a83da4c7..3343638f00 100644 --- a/templates/de/html/admin/admin_config_doubler.tpl +++ b/templates/de/html/admin/admin_config_doubler.tpl @@ -90,9 +90,9 @@ {--ADMIN_DOUBLER_SENT_ALL--}:    {--YES--}
+ name="doubler_sent_all" class="admin_normal" value="Y"{!__DOUBLER_SENT_ALL_Y!}> {--YES--}
 {--NO--} + value="N"{!__DOUBLER_SENT_ALL_N!}> {--NO--}   @@ -101,9 +101,9 @@ {--ADMIN_DOUBLER_JACKPOT--}:    {--YES--}
+ name="doubler_jackpot" class="admin_normal" value="Y"{!__DOUBLER_JACKPOT_Y!}> {--YES--}
 {--NO--} + value="N"{!__DOUBLER_JACKPOT_N!}> {--NO--}   @@ -112,8 +112,8 @@ {--ADMIN_DOUBLER_OWN--}:    {--YES--}
-  {--NO--} + name="doubler_own" class="admin_normal" value="Y"{!__DOUBLER_OWN_Y!}> {--YES--}
+  {--NO--} diff --git a/templates/de/html/admin/admin_config_extensions.tpl b/templates/de/html/admin/admin_config_extensions.tpl index edfeb264dc..c64023d83f 100644 --- a/templates/de/html/admin/admin_config_extensions.tpl +++ b/templates/de/html/admin/admin_config_extensions.tpl @@ -11,8 +11,8 @@ {--ADMIN_VERBOSE_SQL--}:  {--YES--} -  {--NO--}  + name="verbose_sql" value="Y" class="admin_normal"{--__VERBOSE_Y--}> {--YES--} +  {--NO--}  diff --git a/templates/de/html/admin/admin_config_other.tpl b/templates/de/html/admin/admin_config_other.tpl index 8dd75ef1c9..357d21923e 100644 --- a/templates/de/html/admin/admin_config_other.tpl +++ b/templates/de/html/admin/admin_config_other.tpl @@ -67,8 +67,8 @@ {--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:   {--YES--}:   - {--NO--}:  + type="radio" name="test_text" value="N"{--_CFG_TEST_TEXT_N--}>  + {--NO--}:    @@ -82,8 +82,8 @@ {--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:   {--YES--}:   - {--NO--}:  + type="radio" name="test_subj" value="N"{--_CFG_TEST_SUBJ_N--}>  + {--NO--}:    @@ -97,8 +97,8 @@ {--ADMIN_OPTION_URL_BLACKLIST--}:   {--YES--}:   - {--NO--}:  + type="radio" name="url_blacklist" value="Y"{--_CFG_URL_BLIST_Y--}>  + {--NO--}:    @@ -226,8 +226,8 @@ {--ADMIN_OPTION_GUEST_MENU--}:    {--ADMIN_GUEST_MENU_ACTIVE--}
-  {--ADMIN_GUEST_MENU_INACTIVE--} + name="guest_menu" value="Y"{--_CFG_GUEST_MENU_ACTIVE--}> {--ADMIN_GUEST_MENU_ACTIVE--}
+  {--ADMIN_GUEST_MENU_INACTIVE--}
  @@ -241,8 +241,8 @@ {--ADMIN_OPTION_MEMBER_MENU--}:    {--ADMIN_MEMBER_MENU_ACTIVE--}
-  {--ADMIN_MEMBER_MENU_INACTIVE--} + name="member_menu" value="Y"{--_CFG_MEMBER_MENU_ACTIVE--}> {--ADMIN_MEMBER_MENU_ACTIVE--}
+  {--ADMIN_MEMBER_MENU_INACTIVE--}
  @@ -256,8 +256,23 @@ {--ADMIN_OPTION_YOURE_HERE--}:    {--ADMIN_YOURE_HERE_ACTIVE--}
-  {--ADMIN_YOURE_HERE_INACTIVE--} + name="youre_here" value="Y"{--_CFG_YOURE_HERE_ACTIVE--}> {--ADMIN_YOURE_HERE_ACTIVE--}
+  {--ADMIN_YOURE_HERE_INACTIVE--} +
+   + + + +   + + + +   + {--ADMIN_OPTION_FOOTER_STATS--}: +   +  {--YES--}
+  {--NO--}
  @@ -301,8 +316,8 @@ {--ADMIN_OPTION_ZIPCODE_ACTIVE--}:   {--YES--}:   - {--NO--}:  + type="radio" name="order_multi_page" value="Y"{--_CFG_ORDER_MULTI_Y--}>  + {--NO--}:    @@ -316,8 +331,8 @@ {--ADMIN_OPTION_AUTOSEND_ACTIVE--}:   {--YES--}:   - {--NO--}:  + type="radio" name="autosend_active" value="Y"{--_CFG_AUTOSEND_ACTIVE_Y--}>  + {--NO--}:    @@ -348,8 +363,8 @@ {--ADMIN_OPTION_SEND_UPDATE--}:   {--YES--}:   - {--NO--}:  + type="radio" name="send_prof_update" value="Y"{--_CFG_SEND_UPDATE_Y--}>  + {--NO--}:    @@ -363,8 +378,8 @@ {--ADMIN_OPTION_NOTIFY_ADMIN--}:   {--YES--}:   - {--NO--}:  + type="radio" name="admin_notify" value="Y"{--_CFG_ADMIN_NOTIFY_Y--}>  + {--NO--}:    diff --git a/templates/de/html/admin/admin_config_point_settings.tpl b/templates/de/html/admin/admin_config_point_settings.tpl index 025f704bbb..4b4b45a669 100644 --- a/templates/de/html/admin/admin_config_point_settings.tpl +++ b/templates/de/html/admin/admin_config_point_settings.tpl @@ -13,10 +13,10 @@ {--ADMIN_CONFIG_DIRECT_PAY--} {--ADMIN_CONFIG_POINTS_DIRECT--} 
+ name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!}>

{--ADMIN_CONFIG_POINTS_MAILS--}  + name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!}> diff --git a/templates/de/html/admin/admin_config_rewrite_rows.tpl b/templates/de/html/admin/admin_config_rewrite_rows.tpl index aa1b749448..0f5cdd8689 100644 --- a/templates/de/html/admin/admin_config_rewrite_rows.tpl +++ b/templates/de/html/admin/admin_config_rewrite_rows.tpl @@ -3,7 +3,7 @@  $content[title] {--YES--}:  + class="admin_normal" value="Y"$content[y_default]> {--NO--}:  + class="admin_normal" value="N"$content[n_default]> diff --git a/templates/de/html/admin/admin_config_transfer.tpl b/templates/de/html/admin/admin_config_transfer.tpl index c60ce2d683..8f6feec744 100644 --- a/templates/de/html/admin/admin_config_transfer.tpl +++ b/templates/de/html/admin/admin_config_transfer.tpl @@ -59,8 +59,8 @@ {--ADMIN_AUTOPURGE_TRANSFER--}   diff --git a/templates/de/html/admin/admin_guest_add.tpl b/templates/de/html/admin/admin_guest_add.tpl index de616dfd92..bf7ad93811 100644 --- a/templates/de/html/admin/admin_guest_add.tpl +++ b/templates/de/html/admin/admin_guest_add.tpl @@ -55,8 +55,8 @@     @@ -69,8 +69,8 @@     diff --git a/templates/de/html/admin/admin_member_add.tpl b/templates/de/html/admin/admin_member_add.tpl index 19318283eb..656f2b7e5d 100644 --- a/templates/de/html/admin/admin_member_add.tpl +++ b/templates/de/html/admin/admin_member_add.tpl @@ -55,8 +55,8 @@     @@ -69,8 +69,8 @@     diff --git a/templates/de/html/admin/admin_newsletter.tpl b/templates/de/html/admin/admin_newsletter.tpl index 754d914ffa..d40fcbe66c 100644 --- a/templates/de/html/admin/admin_newsletter.tpl +++ b/templates/de/html/admin/admin_newsletter.tpl @@ -53,10 +53,10 @@ {--YES--}   + class="admin_normal" value="Y" checked> {--NO--}   + class="admin_normal" value="N"> diff --git a/templates/de/html/admin/admin_newsletter_nohtml.tpl b/templates/de/html/admin/admin_newsletter_nohtml.tpl index e14c645bf5..195488b5d5 100644 --- a/templates/de/html/admin/admin_newsletter_nohtml.tpl +++ b/templates/de/html/admin/admin_newsletter_nohtml.tpl @@ -30,10 +30,10 @@ {--YES--}   + class="admin_normal" value="Y" checked> {--NO--}   + class="admin_normal" value="N"> diff --git a/templates/de/html/admin/admin_payout_add_new.tpl b/templates/de/html/admin/admin_payout_add_new.tpl index 9237dd0420..537bacedd8 100644 --- a/templates/de/html/admin/admin_payout_add_new.tpl +++ b/templates/de/html/admin/admin_payout_add_new.tpl @@ -41,8 +41,8 @@ {--ADMIN_PAYOUT_ALLOW_URLS--}:   diff --git a/templates/de/html/guest/guest_cat_row.tpl b/templates/de/html/guest/guest_cat_row.tpl index c31c923663..75523d6e01 100644 --- a/templates/de/html/guest/guest_cat_row.tpl +++ b/templates/de/html/guest/guest_cat_row.tpl @@ -3,10 +3,10 @@   $content[cat]   {--YES--}  + name="cat[$content[id]]" value="Y"$content[def_y]> {--NO--}  + name="cat[$content[id]]" value="N"$content[def_n]>   diff --git a/templates/de/html/guest/guest_register.tpl b/templates/de/html/guest/guest_register.tpl index da6c9fcd5f..9d8f1e9046 100644 --- a/templates/de/html/guest/guest_register.tpl +++ b/templates/de/html/guest/guest_register.tpl @@ -146,9 +146,9 @@ {--AGREE_TO_THIS--}:   {--YES--}:   + type="radio" name="agree" class="guest_normal" value="Y">  {--NO--}: + value="N" checked>   diff --git a/templates/de/html/member/member_cat_row.tpl b/templates/de/html/member/member_cat_row.tpl index 6f4bc90fa1..87c470b5ec 100644 --- a/templates/de/html/member/member_cat_row.tpl +++ b/templates/de/html/member/member_cat_row.tpl @@ -2,9 +2,9 @@ $content[cat]     {--YES--}   + type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy]>  {--NO--} + class="member_normal" value="N"$content[jn]> diff --git a/templates/de/html/member/member_html_mail_settings.tpl b/templates/de/html/member/member_html_mail_settings.tpl index fd3fc04f80..b19c5c0e67 100644 --- a/templates/de/html/member/member_html_mail_settings.tpl +++ b/templates/de/html/member/member_html_mail_settings.tpl @@ -17,9 +17,9 @@ {--YES--}:    + name="html" class="member_normal" value="Y"{!HTML_Y!}>     {--NO--}:  + type="radio" name="html" class="member_normal" value="N"{!HTML_N!}>   diff --git a/templates/de/html/member/member_order-html_ext.tpl b/templates/de/html/member/member_order-html_ext.tpl index 3c13f5098c..b7ed4cb85e 100644 --- a/templates/de/html/member/member_order-html_ext.tpl +++ b/templates/de/html/member/member_order-html_ext.tpl @@ -1,7 +1,7 @@   {--MEMBER_HTML_VALID_TAGS--}:
- $content + $content   diff --git a/templates/de/html/member/member_order-html_intro.tpl b/templates/de/html/member/member_order-html_intro.tpl index e908f7cd61..639087a92c 100644 --- a/templates/de/html/member/member_order-html_intro.tpl +++ b/templates/de/html/member/member_order-html_intro.tpl @@ -7,7 +7,7 @@ {--MEMBER_HTML_MSG--}:    + type="radio" name="html" class="member_normal" value="Y">     {--MEMBER_NORMAL_MSG--}:  + type="radio" name="html" class="member_normal" value="N" checked> \ No newline at end of file diff --git a/templates/de/html/member/member_transfer_settings.tpl b/templates/de/html/member/member_transfer_settings.tpl index f499f68c5a..f3805c4362 100644 --- a/templates/de/html/member/member_transfer_settings.tpl +++ b/templates/de/html/member/member_transfer_settings.tpl @@ -7,9 +7,9 @@ {--TRANSFER_ALLOW_OPT_IN--} {--YES--}:  + class="member_normal" value="Y"{--__TRANSFER_ALLOW_Y--}> {--NO--}:  + value="N"{--__TRANSFER_ALLOW_N--}>