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=377c383c30306b6cb494e118b395d473e1cf3356;hpb=78dc19b40041f126eede57575484c684d5fd0ddb;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 377c383c30..d797a40a57 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,51 +1,61 @@ - -   - {--_UID--}: - {--GENDER--}: - {--SURNAME--}: - {--FAMILY_NAME--}: - {--USER_NICKNAME--}: - - -   - $content[uid] - $content[gender] - $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] - - -   - {--TOTAL_POINTS--}: - {--MAILS_SENT--}: - {--CLICK_RATE--}: - {--POINTS_LOCKED--}: - {--__UNUSED--}: - - -   - $content[points] {!POINTS!} - $content[sent] - $content[rate]% - $content[locked] {!POINTS!} - --- - - - $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]%} + +