X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=f8f3ea5358e335f5c2fa9297dd8a165174f7fd26;hb=7957bf99511c45f993cdad1304ade6700385fef8;hp=d2278f31b3c7d98efd805d672a0f0f44ed49130b;hpb=22f132c8d6314f76c69dff58ec0dac21f5ca3bf2;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 d2278f31b3..f8f3ea5358 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,5 +1,5 @@ - {--_UID--}: + {--_USERID--}: {--GENDER--}: {--SURNAME--}: {--FAMILY--}: @@ -7,53 +7,55 @@ {%pipe,generateUserProfileLink=$content[userid]%} - {%pipe,translateGender=$content[gender]%} - $content[surname] - $content[family] - {%pipe,fixEmptyContentToDashes=$content[nickname]%} + {%user,gender,translateGender=$content[userid]%} + {%user,surname=$content[userid]%} + {%user,family=$content[userid]%} + {%user,nickname,fixEmptyContentToDashes=$content[userid]%} {--EMAIL--}: {--REMOTE_IP--}: - {--REFERAL_UID--}: + {--REFERAL_USERID--}: {--ACCOUNT_STATUS--}: {--UNCONFIRMED_LINKS--}: $content[email] - $content[REMOTE_ADDR] - {%pipe,generateUserProfileLink=$content[refid]%} - {%pipe,translateUserStatus=$content[status]%} + {%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--}: + {--LOCKED_POINTS--}: {--TOTAL_REFERALS--}: - {%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?} + {%pipe,getTotalPoints,translateComma=$content[userid]%} $content[emails_sent] - {%pipe,translateComma=$content[rate]%}% - {%pipe,translateComma=$content[locked]%} {?POINTS?} + {%pipe,translateComma=$content[click_rate]%}% + {%pipe,translateComma=$content[locked_points]%} $content[refs] {--LOCK_REASON--}: {--LOCK_TIMESTAMP--}: - {--_UNUSED--}: - {--_UNUSED--}: + {--OWN_POINTS--}: + {--RAND_CONFIRMED--}: {--_UNUSED--}: - {%pipe,fixEmptyContentToDashes=$content[lock_reason]%} + {%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]%} +