X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_user_details.tpl;h=5bbbb29eb81fb20bb3440b571eab0081801ed3b2;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hp=0e0b42911102819d03cf0c922440367314f2291e;hpb=04b69ac9f33369cbf654396c4a42cb1fff710ff4;p=mailer.git diff --git a/templates/de/html/admin/admin_user_details.tpl b/templates/de/html/admin/admin_user_details.tpl index 0e0b429111..5bbbb29eb8 100644 --- a/templates/de/html/admin/admin_user_details.tpl +++ b/templates/de/html/admin/admin_user_details.tpl @@ -1,194 +1,192 @@
- +
- - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - -
- {--_UID--} $content[userid] + + {--_USERID--} $content[userid]
+ {--GENDER--}:
- {%pipe,translateGender=$content[gender]%} + {%user,gender,translateGender=$content[userid]%}
+ {--SURNAME--}:
- $content[surname] + {%user,surname=$content[userid]%}
+ {--FAMILY--}:
- $content[family] + {%user,family=$content[userid]%}
+ {--STREET_NR--}:
- $content[street_nr] + {%user,street_nr=$content[userid]%}
+ {--BIRTHDAY2--}:
$content[birthday]
+ {--COUNTRY--}:
$content[country]
+ {--ZIP--}:
- $content[zip] + {%user,zip,bigintval=$content[userid]%}
+ {--CITY--}:
- $content[city] + {%user,city=$content[userid]%}
+ {--EMAIL--}:
$content[email]
+ {--ACCOUNT_STATUS--}:
- {%pipe,translateUserStatus=$content[status]%} + {%user,status,translateUserStatus=$content[userid]%}
+ {--RECEIVE_MAILS--}:
- $content[receive_mails] + {%user,receive_mails,translateComma=$content[userid]%}
- {--MAX_PER_DAY--}:
- $content[max_mails] +
+ {--MAX_MAILS_PER_DAY--}:
+ {%user,max_mails,translateComma=$content[userid]%}
- {--REF_UID--}:
- $content[refid] +
+ {--REFERRAL_USERID--}:
+ {%user,refid,generateUserProfileLink=$content[userid]%}
- {--REF_CLICKS--}:
- $content[ref_clicks] +
+ {--REFERRAL_CLICKS--}:
+ {%user,ref_clicks,translateComma=$content[userid]%}
+ {--TOTAL_LOGINS--}:
- $content[total_logins] + {%user,total_logins,translateComma=$content[userid]%}
+ {--REMOTE_IP--}:
- $content[REMOTE_ADDR] + {%user,REMOTE_ADDR=$content[userid]%}
- {--ADMIN_LAST_ONLINE--}:
+
+ {--LAST_ONLINE_SHORT--}:
$content[last_online]
- {--ADMIN_LAST_MODULE--}:
- $content[last_module] +
+ {--ADMIN_LAST_WHAT--}:
+ {%user,last_what,fixEmptyContentToDashes=$content[userid]%}
+ {--HAS_JOINED--}:
$content[joined]
+ {--MAILS_SENT--}:
$content[emails_sent]
+ {--USED_POINTS--}:
- {%pipe,translateComma=$content[used_points]%} + {%user,used_points,translateComma=$content[userid]%}
+ {--TOTAL_POINTS--}:
- {%pipe,translateComma=$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--}:
+ {%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]
- {--LOCKED_POINTS--}:
- {%pipe,translateComma=$content[locked]%} +
+ {--TOTAL_REFERRALS--}:
+ $content[refs]
+ {--LAST_UPDATE--}:
$content[last_update]
+ {--LAST_PROFILE_SENT--}:
$content[last_profile_sent]
- {--USER_REF_PAYOUT--}:
- $content[ref_payout] +
+ {--ADMIN_USER_REFERRAL_PAYOUT--}:
+ {%user,ref_payout,translateComma=$content[userid]%}
+ {--USER_NICKNAME--}:
- $content[nickname] + {%user,nickname,fixEmptyContentToDashes=$content[userid]%}
+ {--CLICK_RATE--}:
- {%pipe,translateComma=$content[click_rate]%}% + {%pipe,translateComma=$content[click_rate]%}%
+ {--EMAILS_RECEIVED--}:
- {%pipe,translateComma=$content[emails_received]%} + {%user,emails_received,translateComma=$content[userid]%}
+ {--MAILS_CONFIRMED--}:
- {%pipe,translateComma=$content[mails_confirmed]%} -
- {--RAND_CONFIRMED--}:
- {%pipe,translateComma=$content[rand_confirmed]%} -
- {--LOCK_TIMESTAMP--}:
- $content[lock_timestamp] -
- {--LOCK_REASON--}:
- $content[lock_reason] -