X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_user_details.tpl;h=64b5dbf3f89a9ccd40c8235b6597c372e7743eb6;hb=3161d70d2c3a86649dd16a7909ec16f801f16e4e;hp=b24c9a0d1ce14c4fd6c3d8e62c961c226e39e385;hpb=fc7f4d7fd71c718503c2af305276f5a374ae24da;p=mailer.git diff --git a/templates/de/html/admin/admin_user_details.tpl b/templates/de/html/admin/admin_user_details.tpl index b24c9a0d1c..64b5dbf3f8 100644 --- a/templates/de/html/admin/admin_user_details.tpl +++ b/templates/de/html/admin/admin_user_details.tpl @@ -1,109 +1,199 @@ - +
+
- + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + - - - - - + + + + -
{--_UID--} - $content + {--_USERID--} $content[userid] +
{--GENDER--}:
- $DATA[gender]
{--SURNAME--}:
- $DATA[surname]
{--FAMILY_NAME--}:
- $DATA[family]
{--STREET_NR--}:
- $DATA[street_nr]
{--BIRTHDAY2--}:
- {!_BIRTHDAY!}
+ {--GENDER--}:
+ {%user,gender,translateGender=$content[userid]%} +
+ {--SURNAME--}:
+ {%user,surname=$content[userid]%} +
+ {--FAMILY--}:
+ {%user,family=$content[userid]%} +
+ {--STREET_NR--}:
+ {%user,street_nr=$content[userid]%} +
{--COUNTRY--}:
- $DATA[country]
{--ZIP--}:
- $DATA[zip]
{--CITY--}:
- $DATA[city]
{--ADDY--}:
- $DATA[email]
{--ACCOUNT_STATUS--}:
- $DATA[status]
+ {--BIRTHDAY2--}:
+ $content[birthday] +
+ {--COUNTRY--}:
+ $content[country] +
+ {--ZIP--}:
+ {%user,zip,bigintval=$content[userid]%} +
+ {--CITY--}:
+ {%user,city=$content[userid]%} +
{--RECEIVE_MAILS--}:
- $DATA[receive_mails]
{--MAX_PER_DAY--}:
- $DATA[max_mails]
{--REF_UID--}:
- $DATA[refid]
{--REF_CLICKS--}:
- $DATA[ref_clicks]
{--TOTAL_LOGINS--}:
- $DATA[total_logins]
+ {--EMAIL--}:
+ $content[email] +
+ {--ACCOUNT_STATUS--}:
+ {%user,status,translateUserStatus=$content[userid]%} +
+ {--RECEIVE_MAILS--}:
+ {%user,receive_mails,translateComma=$content[userid]%} +
+ {--MAX_PER_DAY--}:
+ {%user,max_mails,translateComma=$content[userid]%} +
{--REMOTE_IP--}:
- $DATA[REMOTE_ADDR]
{--ADMIN_LAST_ONLINE--}:
- $DATA[last_online]
{--ADMIN_LAST_MODULE--}:
- $DATA[last_module]
{--HAS_JOINED--}:
- $DATA[joined]
{--MAILS_SENT--}:
- $DATA[emails_sent]
+ {--REFERRAL_USERID--}:
+ {%user,refid,generateUserProfileLink=$content[userid]%} +
+ {--REFERRAL_CLICKS--}:
+ {%user,ref_clicks,translateComma=$content[userid]%} +
+ {--TOTAL_LOGINS--}:
+ {%user,total_logins,translateComma=$content[userid]%} +
+ {--REMOTE_IP--}:
+ {%user,REMOTE_ADDR=$content[userid]%} +
{--USED_POINTS--}:
- $DATA[used_points]
{--TOTAL_POINTS--}:
- $DATA[total]
{--TOTAL_REFERRALS--}:
- {!_REFS!}
{--TOTAL_CATS--}:
- {!_CATS!}
{--UNCONFIRMED_LINKS--}:
- {!_LINKS!}
+ {--LAST_ONLINE_SHORT--}:
+ $content[last_online] +
+ {--ADMIN_LAST_MODULE--}:
+ {%user,last_module,fixEmptyContentToDashes=$content[userid]%} +
+ {--HAS_JOINED--}:
+ $content[joined] +
+ {--MAILS_SENT--}:
+ $content[emails_sent] +
{--LOCKED_POINTS--}:
- $DATA[locked]
{--LAST_UPDATE--}:
- $DATA[last_update]
{--LAST_PROFILE_SENT--}:
- $DATA[last_profile_sent]
{--USER_REF_PAYOUT--}:
- $DATA[ref_payout]
{--USER_NICKNAME--}:
- $DATA[nickname]
+ {--USED_POINTS--}:
+ {%user,used_points,translateComma=$content[userid]%} +
+ {--TOTAL_POINTS--}:
+ {%pipe,getTotalPoints,translateComma=$content[userid]%} +
+ {--LOCKED_POINTS--}:
+ {%pipe,translateComma=$content[locked_points]%} +
+ {--OWN_POINTS--}:
+ {%pipe,translateComma=$content[own_points]%} +
+ {--TOTAL_CATEGORIES--}:
+ $content[cats] +
+ {--RAND_CONFIRMED--}:
+ {%user,rand_confirmed,translateComma=$content[userid]%}/{%config,translateComma=user_min_confirmed%} +
+ {--LOCK_TIMESTAMP--}:
+ $content[lock_timestamp] +
+ {--LOCK_REASON--}:
+ {%user,lock_reason,fixEmptyContentToDashes=$content[userid]%} +
+ {--UNCONFIRMED_LINKS--}:
+ $content[links] +
+ {--TOTAL_REFERRALS--}:
+ $content[refs] +
+ {--LAST_UPDATE--}:
+ $content[last_update] +
+ {--LAST_PROFILE_SENT--}:
+ $content[last_profile_sent] +
{--CLICK_RATE--}:
- $DATA[click_rate]%
{--EMAILS_RECEIVED--}:
- $DATA[emails_received]
{--MAILS_CONFIRMED--}:
- $DATA[mails_confirmed]
{--RAND_CONFIRMED--}:
- $DATA[rand_confirmed]
{--__UNUSED--}:
- ---
+ {--ADMIN_USER_REFERRAL_PAYOUT--}:
+ {%user,ref_payout,translateComma=$content[userid]%} +
+ {--USER_NICKNAME--}:
+ {%user,nickname,fixEmptyContentToDashes=$content[userid]%} +
+ {--CLICK_RATE--}:
+ {%pipe,translateComma=$content[click_rate]%}% +
+ {--EMAILS_RECEIVED--}:
+ {%user,emails_received,translateComma=$content[userid]%} +
{--LOCK_REASON--}:
- $DATA[lock_reason]
{--LOCK_TIMESTAMP--}:
- $DATA[lock_timestamp]
{--__UNUSED--}:
- ---
{--__UNUSED--}:
- ---
{--__UNUSED--}:
- ---
+ {--MAILS_CONFIRMED--}:
+ {%user,mails_confirmed,translateComma=$content[userid]%} +
+ {--_UNUSED--}:
+ --- +
+ {--_UNUSED--}:
+ --- +
+ {--_UNUSED--}:
+ --- +
+