X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_user_row.tpl;h=7dba30c6b3ae4afe4177025f598ba068a3840273;hp=7a0d0ce2c224276c0c6feb1fc05ba37263b2116b;hb=f4d28601c0ea91db9a9ab7365be4faccfd4147f0;hpb=76b1b077bda73310c536f658d3a9bb5e12232f39 diff --git a/templates/de/html/admin/admin_list_user_row.tpl b/templates/de/html/admin/admin_list_user_row.tpl index 7a0d0ce2c2..7dba30c6b3 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -1,37 +1,32 @@ -   {--_UID--}: {--GENDER--}: {--SURNAME--}: - {--FAMILY_NAME--}: + {--FAMILY--}: {--USER_NICKNAME--}: -   - $content[userid_link] - $content[gender] + {%pipe,generateUserProfileLink=$content[userid]%} + {%pipe,translateGender=$content[gender]%} $content[surname] $content[family] $content[nickname] -   - {--EMAIL_ADDRESS--}: + {--EMAIL--}: {--REMOTE_IP--}: {--REF_UID--}: {--ACCOUNT_STATUS--}: {--UNCONFIRMED_LINKS--}: -   $content[email] $content[REMOTE_ADDR] - $content[refid] - $content[status] + {%pipe,generateUserProfileLink=$content[refid]%} + {%pipe,translateUserStatus=$content[status]%} $content[links] -   {--TOTAL_POINTS--}: {--MAILS_SENT--}: {--CLICK_RATE--}: @@ -39,15 +34,13 @@ {--TOTAL_REFERALS--}: -   - $content[points] {?POINTS?} + {%pipe,translateComma=$content[points]%} {?POINTS?} $content[emails_sent] - $content[rate]% - $content[locked] {?POINTS?} + {%pipe,translateComma=$content[rate]%}% + {%pipe,translateComma=$content[locked]%} {?POINTS?} $content[refs] -   {--LOCK_REASON--}: {--LOCK_TIMESTAMP--}: {--_UNUSED--}: @@ -55,7 +48,6 @@ {--_UNUSED--}: -   $content[lock_reason] $content[lock_timestamp] --- @@ -63,5 +55,5 @@ --- - $content[alinks] + $content[alinks]