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=438652b3a4a3cc2673848ae1a75d1df987678c4c;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;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 438652b3a4..d797a40a57 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--}: - - -   - $content[uid] - $content[gender] - $content[surname] - $content[family] - $content[nickname] - - -   - {--ADDY--}: - {--REMOTE_IP--}: - {--REF_UID--}: - {--ACCOUNT_STATUS--}: - {--UNCONFIRMED_LINKS--}: - - -   - $content[email] - $content[addr] - $content[refid] - $content[status] - $content[links] - - -   - {--TOTAL_POINTS--}: - {--MAILS_SENT--}: - {--CLICK_RATE--}: - {--POINTS_LOCKED--}: - {--__UNUSED--}: - - -   - $content[points] {!POINTS!} - $content[emails_sent] - $content[rate]% - $content[locked] {!POINTS!} - --- - - -   - {--LOCK_REASON--}: - {--LOCK_TIMESTAMP--}: - {--__UNUSED--}: - {--__UNUSED--}: - {--__UNUSED--}: - - -   - $content[lock_reason] - $content[lock_timestamp] - --- - --- - --- - - - $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]%} + +