X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=f8f3ea5358e335f5c2fa9297dd8a165174f7fd26;hb=7957bf99511c45f993cdad1304ade6700385fef8;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..f8f3ea5358 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]%} + {%user,gender,translateGender=$content[userid]%} + {%user,surname=$content[userid]%} + {%user,family=$content[userid]%} + {%user,nickname,fixEmptyContentToDashes=$content[userid]%} + + + {--EMAIL--}: + {--REMOTE_IP--}: + {--REFERAL_USERID--}: + {--ACCOUNT_STATUS--}: + {--UNCONFIRMED_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--}: + {--LOCKED_POINTS--}: + {--TOTAL_REFERALS--}: + + + {%pipe,getTotalPoints,translateComma=$content[userid]%} + $content[emails_sent] + {%pipe,translateComma=$content[click_rate]%}% + {%pipe,translateComma=$content[locked_points]%} + $content[refs] + + + {--LOCK_REASON--}: + {--LOCK_TIMESTAMP--}: + {--OWN_POINTS--}: + {--RAND_CONFIRMED--}: + {--_UNUSED--}: + + + {%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]%} + +