X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_user_details.tpl;h=01733e34ed0cf59bfa792b33f624c94fb3caaf17;hb=5046dfa92d45a31028460a45080a88ceca3fe0c3;hp=f31519e5ab8fdca68a57946019537ca6057e0b71;hpb=f4d28601c0ea91db9a9ab7365be4faccfd4147f0;p=mailer.git diff --git a/templates/de/html/admin/admin_user_details.tpl b/templates/de/html/admin/admin_user_details.tpl index f31519e5ab..01733e34ed 100644 --- a/templates/de/html/admin/admin_user_details.tpl +++ b/templates/de/html/admin/admin_user_details.tpl @@ -1,8 +1,8 @@
- +
- @@ -61,11 +61,11 @@ + + + + + + - - - - - - -
- {--_UID--} $content[userid] + + {--_USERID--} $content[userid]
- {--REF_UID--}:
+ {--REFERAL_USERID--}:
$content[refid]
- {--REF_CLICKS--}:
+ {--REFERAL_CLICKS--}:
$content[ref_clicks]
@@ -79,12 +79,12 @@
- {--ADMIN_LAST_ONLINE--}:
+ {--LAST_ONLINE_SHORT--}:
$content[last_online]
{--ADMIN_LAST_MODULE--}:
- $content[last_module] + {%pipe,fixEmptyContentToDashes=$content[last_module]%}
{--HAS_JOINED--}:
@@ -98,20 +98,38 @@
{--USED_POINTS--}:
- {%pipe,translateComma=$content[used_points]%} + {%user,used_points,translateComma=$content[userid]%}
{--TOTAL_POINTS--}:
- $content[total] + {%pipe,getTotalPoints,translateComma=$content[userid]%}
- {--TOTAL_REFERALS--}:
- $content[refs] + {--LOCKED_POINTS--}:
+ {%pipe,translateComma=$content[locked_points]%}
- {--TOTAL_CATS--}:
+ {--OWN_POINTS--}:
+ {%pipe,translateComma=$content[own_points]%} +
+ {--TOTAL_CATEGORIES--}:
$content[cats]
+ {--RAND_CONFIRMED--}:
+ {%pipe,translateComma=$content[rand_confirmed]%} +
+ {--LOCK_TIMESTAMP--}:
+ $content[lock_timestamp] +
+ {--LOCK_REASON--}:
+ {%pipe,fixEmptyContentToDashes=$content[lock_reason]%} +
@@ -119,8 +137,8 @@ $content[links] - {--LOCKED_POINTS--}:
- $content[locked] + {--TOTAL_REFERALS--}:
+ $content[refs]
{--LAST_UPDATE--}:
@@ -133,7 +151,7 @@
- {--USER_REF_PAYOUT--}:
+ {--ADMIN_USER_REFERAL_PAYOUT--}:
$content[ref_payout]
@@ -142,7 +160,7 @@ {--CLICK_RATE--}:
- $content[click_rate]% + {%pipe,translateComma=$content[click_rate]%}%
{--EMAILS_RECEIVED--}:
@@ -154,24 +172,6 @@ {--MAILS_CONFIRMED--}:
{%pipe,translateComma=$content[mails_confirmed]%}
- {--RAND_CONFIRMED--}:
- $content[rand_confirmed] -
- {--_UNUSED--}:
- --- -
- {--LOCK_REASON--}:
- $content[lock_reason] -
- {--LOCK_TIMESTAMP--}:
- $content[lock_timestamp] -
{--_UNUSED--}:
--- @@ -186,9 +186,13 @@