X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=ec071fbe0d05454addf51cb08e47ec72c2307d3a;hb=b7b137ecdbbfc940bd7238981472d8f795442040;hp=4acff5f7b6580c2b111e07f95e3271611ef4c5b1;hpb=f928ad2bed60fa256d0641eaf6d2c027a2944688;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 4acff5f7b6..ec071fbe0d 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,67 +1,61 @@ -   - {--_UID--}: - {--GENDER--}: - {--SURNAME--}: - {--FAMILY_NAME--}: - {--USER_NICKNAME--}: + {--_USERID--}: + {--GENDER--}: + {--SURNAME--}: + {--FAMILY--}: + {--USER_NICKNAME--}: -   - $content[uid] - $content[gender] - $content[surname] - $content[family] - $content[nickname] + {%pipe,generateUserProfileLink=$content[userid]%} + {%user,gender,translateGender=$content[userid]%} + {%user,surname=$content[userid]%} + {%user,family=$content[userid]%} + {%user,nickname,fixEmptyContentToDashes=$content[userid]%} -   - {--ADDY--}: - {--REMOTE_IP--}: - {--REF_UID--}: - {--ACCOUNT_STATUS--}: - {--UNCONFIRMED_LINKS--}: + {--EMAIL--}: + {--REMOTE_IP--}: + {--REFERRAL_USERID--}: + {--ACCOUNT_STATUS--}: + {--UNCONFIRMED_LINKS--}: -   - $content[email] - $content[addr] - $content[refid] - $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_REFS--}: + {--TOTAL_POINTS--}: + {--MAILS_SENT--}: + {--CLICK_RATE--}: + {--LOCKED_POINTS--}: + {--TOTAL_REFERRALS--}: -   - $content[points] {!POINTS!} - $content[emails_sent] - $content[rate]% - $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%} + --- - $content[alinks] + + {%pipe,generateMemberAdminActionLinks=$content[userid]%} +