X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=d797a40a579fdd26c0e7f47b455f684103c8d2dc;hb=5046dfa92d45a31028460a45080a88ceca3fe0c3;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..d797a40a57 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] - + + {--_USERID--}: + {--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_USERID--}: + {--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--}: + {--LOCKED_POINTS--}: + {--TOTAL_REFERALS--}: + + + {%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?} + $content[emails_sent] + {%pipe,translateComma=$content[rate]%}% + {%pipe,translateComma=$content[locked_points]%} {?POINTS?} + $content[refs] + + + {--LOCK_REASON--}: + {--LOCK_TIMESTAMP--}: + {--OWN_POINTS--}: + {--_UNUSED--}: + {--_UNUSED--}: + + + {%pipe,fixEmptyContentToDashes=$content[lock_reason]%} + $content[lock_timestamp] + {%pipe,translateComma=$content[own_points]%} + --- + --- + + + + {%pipe,generateMemberAdminActionLinks=$content[userid]%} + +