X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=571662dff3c149318768a29f6566f6f5d5708cde;hb=1c62a6c2a4ed2bb170e0f1888899625e67a27947;hp=0d461d0fd0c0869e58cefdb96d12995d4f3de21c;hpb=75ad748a68473ace540251427a74fb781b1145e9;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 0d461d0fd0..571662dff3 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,39 +1,61 @@ - -   - {--_UID--}: - {--SEX--}: - {--SURNAME--}: - {--FAMILY_NAME--}: - {--USER_NICKNAME--}: - - -   - $content[uid] - $content[sex] - $content[sname] - $content[fname] - $content[nick] - - -   - {--ADDY--}: - {--REMOTE_IP--}: - {--REF_UID--}: - {--ACCOUNT_STATUS--}: - {--UNCONFIRMED_LINKS--}: - - -   - $content[email] - $content[addr] - $content[ref] - $content[status] - $content[links] - - - $content[alinks] - + + {--_UID--}: + {--GENDER--}: + {--SURNAME--}: + {--FAMILY--}: + {--USER_NICKNAME--}: + + + {%pipe,generateUserProfileLink=$content[userid]%} + {%pipe,translateGender=$content[gender]%} + $content[surname] + $content[family] + {%pipe,fixEmptyContentToDashes=$content[nickname]%} + + + {--EMAIL--}: + {--REMOTE_IP--}: + {--REFERAL_UID--}: + {--ACCOUNT_STATUS--}: + {--UNCONFIRMED_LINKS--}: + + + $content[email] + $content[REMOTE_ADDR] + {%pipe,generateUserProfileLink=$content[refid]%} + {%pipe,translateUserStatus=$content[status]%} + $content[links] + + + {--TOTAL_POINTS--}: + {--MAILS_SENT--}: + {--CLICK_RATE--}: + {--POINTS_LOCKED--}: + {--TOTAL_REFERALS--}: + + + {%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?} + $content[emails_sent] + {%pipe,translateComma=$content[rate]%}% + {%pipe,translateComma=$content[locked]%} {?POINTS?} + $content[refs] + + + {--LOCK_REASON--}: + {--LOCK_TIMESTAMP--}: + {--_UNUSED--}: + {--_UNUSED--}: + {--_UNUSED--}: + + + {%pipe,fixEmptyContentToDashes=$content[lock_reason]%} + $content[lock_timestamp] + --- + --- + --- + + + + {%pipe,generateMemberAdminActionLinks=$content[userid]%} + +