From: Roland Häder Date: Fri, 15 Jul 2011 15:40:15 +0000 (+0000) Subject: Extension ext-funcoins started, some cleanups: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f64d7201f0d4bf966d55bcdc85ce206d124dfe14;p=mailer.git Extension ext-funcoins started, some cleanups: - ext-funcoins started (only extra table, config entries and menu entries plus one script are ready) - ext-wernis: SQL fixed - Superfluous duplicate 'POINTS' removed --- diff --git a/.gitattributes b/.gitattributes index daf30353e9..abd822f2a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -403,6 +403,7 @@ inc/modules/admin/action-country.php svneol=native#text/plain inc/modules/admin/action-coupon.php svneol=native#text/plain inc/modules/admin/action-doubler.php svneol=native#text/plain inc/modules/admin/action-email.php svneol=native#text/plain +inc/modules/admin/action-funcoins.php svneol=native#text/plain inc/modules/admin/action-grade.php svneol=native#text/plain inc/modules/admin/action-holiday.php svneol=native#text/plain inc/modules/admin/action-login.php svneol=native#text/plain diff --git a/inc/extensions/ext-funcoins.php b/inc/extensions/ext-funcoins.php index 6a548003ab..55870f3576 100644 --- a/inc/extensions/ext-funcoins.php +++ b/inc/extensions/ext-funcoins.php @@ -1,7 +1,7 @@ diff --git a/templates/de/html/admin/admin_list_user_row.tpl b/templates/de/html/admin/admin_list_user_row.tpl index f9cf654386..f8f3ea5358 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -34,10 +34,10 @@ {--TOTAL_REFERALS--}: - {%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?} + {%pipe,getTotalPoints,translateComma=$content[userid]%} $content[emails_sent] {%pipe,translateComma=$content[click_rate]%}% - {%pipe,translateComma=$content[locked_points]%} {?POINTS?} + {%pipe,translateComma=$content[locked_points]%} $content[refs] diff --git a/templates/de/html/ext/ext_events.tpl b/templates/de/html/ext/ext_events.tpl index a5445522b8..f9f20dacc9 100644 --- a/templates/de/html/ext/ext_events.tpl +++ b/templates/de/html/ext/ext_events.tpl @@ -1,6 +1,8 @@ +
Wichtige Ereignisse wie das Registrieren des betreffenden Mitgliederaccounts, Änderungen an den Interessen, Aktualisierung der Profildaten, fehlgeschlagene Loginversuche, Zusenden eines neuen Passwortes und vieles mehr werden mit dieser Erweiterung für eine einstellbare Dauer in der Datenbank gespeichert und dem jeweiligen Mitglied einsehbar im Mitgliederaccount zur Verfügung gestellt. +