X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_user_details.tpl;h=5bbbb29eb81fb20bb3440b571eab0081801ed3b2;hb=1d22c70e65e858422ee0d17a7612f4b5c0757a42;hp=a33f77d44f2bfadad38ef4fe5c76ebe582b4e562;hpb=307a4e11763f0914e73dc756b219356e1c29ab25;p=mailer.git diff --git a/templates/de/html/admin/admin_user_details.tpl b/templates/de/html/admin/admin_user_details.tpl index a33f77d44f..5bbbb29eb8 100644 --- a/templates/de/html/admin/admin_user_details.tpl +++ b/templates/de/html/admin/admin_user_details.tpl @@ -1,85 +1,199 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{--_UID--} - $content
{--SEX--}:
- $DATA[0]
{--SURNAME--}:
- $DATA[1]
{--FAMILY_NAME--}:
- $DATA[2]
{--STREET_NR--}:
- $DATA[3]
{--BIRTHDAY2--}:
- {!_BIRTHDAY!}
{--COUNTRY--}:
- $DATA[6]
{--ZIP--}:
- $DATA[4]
{--CITY--}:
- $DATA[5]
{--ADDY--}:
- $DATA[7]
{--ACCOUNT_STATUS--}:
- $DATA[14]
{--RECEIVE_MAILS--}:
- $DATA[12]
{--MAX_PER_DAY--}:
- $DATA[11]
{--REF_UID--}:
- $DATA[13]
{--REF_CLICKS--}:
- $DATA[18]
{--TOTAL_LOGINS--}:
- $DATA[19]
{--REMOTE_IP--}:
- $DATA[15]
{--ADMIN_LAST_ONLINE--}:
- $DATA[16]
{--ADMIN_LAST_MODULE--}:
- $DATA[17]
{--HAS_JOINED--}:
- $DATA[22]
{--MAILS_SENT--}:
- $DATA[21]
{--USED_POINTS--}:
- $DATA[20]
{--TOTAL_POINTS--}:
- $DATA[total]
{--TOTAL_REFERRALS--}:
- {!_REFS!}
{--TOTAL_CATS--}:
- {!_CATS!}
{--UNCONFIRMED_LINKS--}:
- {!_LINKS!}
{--LOCKED_POINTS--}:
- $DATA[locked]
{--LAST_UPDATE--}:
- $DATA[23]
{--LAST_PROFILE_SENT--}:
- $DATA[24]
{--USER_REF_PAYOUT--}:
- $DATA[26]
{--USER_NICKNAME--}:
- $DATA[27]
\ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {--_USERID--} $content[userid] +
+ {--GENDER--}:
+ {%user,gender,translateGender=$content[userid]%} +
+ {--SURNAME--}:
+ {%user,surname=$content[userid]%} +
+ {--FAMILY--}:
+ {%user,family=$content[userid]%} +
+ {--STREET_NR--}:
+ {%user,street_nr=$content[userid]%} +
+ {--BIRTHDAY2--}:
+ $content[birthday] +
+ {--COUNTRY--}:
+ $content[country] +
+ {--ZIP--}:
+ {%user,zip,bigintval=$content[userid]%} +
+ {--CITY--}:
+ {%user,city=$content[userid]%} +
+ {--EMAIL--}:
+ $content[email] +
+ {--ACCOUNT_STATUS--}:
+ {%user,status,translateUserStatus=$content[userid]%} +
+ {--RECEIVE_MAILS--}:
+ {%user,receive_mails,translateComma=$content[userid]%} +
+ {--MAX_MAILS_PER_DAY--}:
+ {%user,max_mails,translateComma=$content[userid]%} +
+ {--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]%} +
+ {--LAST_ONLINE_SHORT--}:
+ $content[last_online] +
+ {--ADMIN_LAST_WHAT--}:
+ {%user,last_what,fixEmptyContentToDashes=$content[userid]%} +
+ {--HAS_JOINED--}:
+ $content[joined] +
+ {--MAILS_SENT--}:
+ $content[emails_sent] +
+ {--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] +
+ {--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]%} +
+ {--MAILS_CONFIRMED--}:
+ {%user,mails_confirmed,translateComma=$content[userid]%} +
+ {--_UNUSED--}:
+ --- +
+ {--_UNUSED--}:
+ --- +
+ {--_UNUSED--}:
+ --- +
+