]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_user_details.tpl
New function isValidUserid() introduced, more rewrites to EL:
[mailer.git] / templates / de / html / admin / admin_user_details.tpl
index 410d777e02a8f7743e66288c631c2c03e309fe20..e00b017d4ca45f009860ed846b5c9b34da18af17 100644 (file)
@@ -7,7 +7,7 @@
        <tr>
                <td align="center" width="25%" class="top right">
                        {--GENDER--}:<br />
-                       <strong>$content[gender]</strong>
+                       <strong>{%pipe,translateGender=$content[gender]%}</strong>
                </td>
                <td align="center" width="25%" class="top right">
                        {--SURNAME--}:<br />
@@ -47,7 +47,7 @@
                </td>
                <td align="center" class="top right">
                        {--ACCOUNT_STATUS--}:<br />
-                       <strong>$content[status]</strong>
+                       <strong>{%pipe,translateUserStatus=$content[status]%}</strong>
                </td>
                <td align="center" class="top right">
                        {--RECEIVE_MAILS--}:<br />
@@ -97,7 +97,7 @@
        <tr>
                <td align="center" class="top right">
                        {--USED_POINTS--}:<br />
-                       <strong>$content[used_points]</strong>
+                       <strong>{%pipe,translateComma=$content[used_points]%}</strong>
                </td>
                <td align="center" class="top right">
                        {--TOTAL_POINTS--}:<br />
                </td>
                <td align="center" class="top">
                        {--EMAILS_RECEIVED--}:<br />
-                       <strong>$content[emails_received]</strong>
+                       <strong>{%pipe,translateComma=$content[emails_received]%}</strong>
                </td>
        </tr>
        <tr>
                <td align="center" class="top right">
                        {--MAILS_CONFIRMED--}:<br />
-                       <strong>$content[mails_confirmed]</strong>
+                       <strong>{%pipe,translateComma=$content[mails_confirmed]%}</strong>
                </td>
                <td align="center" class="top right">
                        {--RAND_CONFIRMED--}:<br />