X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=de3bedc7f7e74337d8dbcf8d6677b17e22c5088a;hb=refs%2Fheads%2F0.2.1-FINAL;hp=1529a0df5e37bed282bafe1921db3515417123c6;hpb=d22fa6e71e81743b277da0873e2abe7fc7bb5d98;p=mailer.git diff --git a/templates/de/html/admin/admin_list_user_row.tpl b/templates/de/html/admin/admin_list_user_row.tpl index 1529a0df5e..de3bedc7f7 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,59 +1,69 @@ - {--_UID--}: - {--GENDER--}: - {--SURNAME--}: - {--FAMILY--}: - {--USER_NICKNAME--}: + {--_USERID--}: + {--SEX--}: + {--SURNAME--}: + {--FAMILY--}: + {--USER_NICKNAME--}: + - {%pipe,generateUserProfileLink=$content[userid]%} - {%pipe,translateGender=$content[gender]%} - $content[surname] - $content[family] - $content[nickname] + {%pipe,generateUserProfileLink=$content[userid]%} + {%user,sex,translateSex=$content[userid]%} + {%user,surname=$content[userid]%} + {%user,family=$content[userid]%} + {%user,nickname,fixEmptyContentToDashes=$content[userid]%} + - {--EMAIL--}: - {--REMOTE_IP--}: - {--REF_UID--}: - {--ACCOUNT_STATUS--}: - {--UNCONFIRMED_LINKS--}: + {--EMAIL--}: + {--REMOTE_IP--}: + {--REFERRAL_USERID--}: + {--ACCOUNT_STATUS--}: + {--UNCONFIRMED_LINKS--}: + - $content[email] - $content[REMOTE_ADDR] - {%pipe,generateUserProfileLink=$content[refid]%} - {%pipe,translateUserStatus=$content[status]%} - $content[links] + $content[email] + {%user,REMOTE_ADDR=$content[userid]%} + {%user,refid,generateUserProfileLink=$content[userid]%} + {%user,status,translateUserStatus=$content[userid]%} + $content[links] + - {--TOTAL_POINTS--}: - {--MAILS_SENT--}: - {--CLICK_RATE--}: - {--POINTS_LOCKED--}: - {--TOTAL_REFERALS--}: + {--TOTAL_POINTS--}: + {--MAILS_SENT--}: + {--CLICK_RATE--}: + {--LOCKED_POINTS--}: + {--TOTAL_REFERRALS--}: + - {%pipe,translateComma=$content[points]%} {?POINTS?} - $content[emails_sent] - {%pipe,translateComma=$content[rate]%}% - {%pipe,translateComma=$content[locked]%} {?POINTS?} - $content[refs] + {%pipe,getTotalPoints,translateComma=$content[userid]%} + $content[emails_sent] + {%pipe,translateComma=$content[click_rate]%}% + {%pipe,translateComma=$content[locked_points]%} + $content[refs] + - {--LOCK_REASON--}: - {--LOCK_TIMESTAMP--}: - {--_UNUSED--}: - {--_UNUSED--}: - {--_UNUSED--}: + {--LOCK_REASON--}: + {--LOCK_TIMESTAMP--}: + {--OWN_POINTS--}: + {--RAND_CONFIRMED--}: + {--_UNUSED--}: + - $content[lock_reason] - $content[lock_timestamp] - --- - --- - --- + {%user,lock_reason,fixEmptyContentToDashes=$content[userid]%} + $content[lock_timestamp] + {%pipe,translateComma=$content[own_points]%} + {%user,rand_confirmed,translateComma=$content[userid]%}/{%config,translateComma=user_min_confirmed%} + --- + - {%pipe,generateMemberAdminActionLinks=$content[userid]%} + + {%pipe,generateMemberAdminActionLinks=$content[userid]%} +