]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_list_bonus.tpl
index b0cb600612b49922d724880cebe6a6c8d464f7ef..482955275bb748541ef7cc9b6c410d1adeebc56e 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <!-- @TODO No title here? //-->
        <tr>
                <td class="header_column bottom right" align="center">
                        <strong>{--SURNAME_FAMILY--}:</strong>
                </td>
                <td class="header_column bottom right" align="center">
-                       <strong>{--BONUS_TURBO_TOTAL2--}:</strong>
+                       <strong>{--ADMIN_BONUS_TURBO_TOTAL--}:</strong>
                </td>
                <td class="header_column bottom" align="center">
-                       <strong>{--ADMIN_LAST_ONLINE--}:</strong>
+                       <strong>{--LAST_ONLINE_SHORT--}:</strong>
                </td>
        </tr>
        $content[rows]
        <tr>
                <td colspan="3" class="header_column bottom right" align="right">
-                       <u>{--BONUS_MEMBER_TOTAL--}:</u>&nbsp;
+                       <u>{--ADMIN_TOTAL_MEMBER_BONUS--}:</u>&nbsp;
                </td>
                <td class="header_column bottom right">
-                       <u>$content[total] {?POINTS?}</u>
+                       <u>{%pipe,translateComma=$content[total]%} {?POINTS?}</u>
                </td>
                <td class="header_column bottom">&nbsp;</td>
        </tr>
        </tr>
 </table>
 
-<div class="admin_note">
+<div class="notice">
        <div>
                <strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong>
        </div>
        <div>
-               {%message,ADMIN_BONUS_TIMEOUT,$content[autopurge_timeout]%}
+               {%message,ADMIN_BONUS_TIMEOUT=$content[autopurge_timeout]%}
        </div>
 </div>
 </div>