X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=571662dff3c149318768a29f6566f6f5d5708cde;hb=218d90e4402784059b3ad38d6f731a33f5a3d6b1;hp=5239cf91388b6393fea629469a960cfdbba707e0;hpb=1a0ebdbf81c6c999f2d16d86073ff5e0defb6550;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 5239cf9138..571662dff3 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,59 +1,61 @@ - {--_UID--}: - {--GENDER--}: - {--SURNAME--}: - {--FAMILY--}: - {--USER_NICKNAME--}: + {--_UID--}: + {--GENDER--}: + {--SURNAME--}: + {--FAMILY--}: + {--USER_NICKNAME--}: - {%pipe,generateUserProfileLink=$content[userid]%} - {%pipe,translateGender=$content[gender]%} - $content[surname] - $content[family] - $content[nickname] + {%pipe,generateUserProfileLink=$content[userid]%} + {%pipe,translateGender=$content[gender]%} + $content[surname] + $content[family] + {%pipe,fixEmptyContentToDashes=$content[nickname]%} - {--EMAIL--}: - {--REMOTE_IP--}: - {--REF_UID--}: - {--ACCOUNT_STATUS--}: - {--UNCONFIRMED_LINKS--}: + {--EMAIL--}: + {--REMOTE_IP--}: + {--REFERAL_UID--}: + {--ACCOUNT_STATUS--}: + {--UNCONFIRMED_LINKS--}: - $content[email] - $content[REMOTE_ADDR] - $content[refid] - {%pipe,translateUserStatus=$content[status]%} - $content[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--}: + {--TOTAL_POINTS--}: + {--MAILS_SENT--}: + {--CLICK_RATE--}: + {--POINTS_LOCKED--}: + {--TOTAL_REFERALS--}: - {%pipe,translateComma=$content[points]%} {?POINTS?} - $content[emails_sent] - {%pipe,translateComma=$content[rate]%}% - {%pipe,translateComma=$content[locked]%} {?POINTS?} - $content[refs] + {%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--}: + {--LOCK_REASON--}: + {--LOCK_TIMESTAMP--}: + {--_UNUSED--}: + {--_UNUSED--}: + {--_UNUSED--}: - $content[lock_reason] - $content[lock_timestamp] - --- - --- - --- + {%pipe,fixEmptyContentToDashes=$content[lock_reason]%} + $content[lock_timestamp] + --- + --- + --- - $content[alinks] + + {%pipe,generateMemberAdminActionLinks=$content[userid]%} +