]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/online_now.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / online_now.tpl
index 79ffe0e05ea27c7cf8d32557f9d6db40f920b715..664ae18ffebcdea11d10f4cfeb621ea0bdec5225 100644 (file)
@@ -3,7 +3,9 @@
                <td class="guest_menu_row">
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
-                               <td width="10%" align="center" valign="top"><strong><div class="medium">{!GUESTS_ONLINE_CNT!}</div></strong></td>
+                               <td width="10%" align="center" valign="top"><strong>
+                                       <div class="medium">{%pipe,translateComma=$content[guests]%}</div>
+                               </strong></td>
                                <td width="90%">{--GUESTS_ONLINE--}</td>
                        </tr>
                </table>
@@ -13,7 +15,9 @@
                <td class="guest_menu_row">
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
-                               <td width="10%" align="center" valign="top"><strong><div class="medium">{!MEMBERS_ONLINE_CNT!}</div></strong></td>
+                               <td width="10%" align="center" valign="top"><strong>
+                                       <div class="medium">{%pipe,translateComma=$content[members]%}</div>
+                               </strong></td>
                                <td width="90%">{--MEMBERS_ONLINE--}</td>
                        </tr>
                </table>
                <td class="guest_menu_bottom">
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
-                               <td width="10%" align="center" valign="top"><strong><div class="medium">{!ADMINS_ONLINE_CNT!}</div></strong></td>
+                               <td width="10%" align="center" valign="top"><strong>
+                                       <div class="medium">{%pipe,translateComma=$content[admins]%}</div>
+                               </strong></td>
                                <td width="90%">{--ADMINS_ONLINE--}</td>
                        </tr>
                </table>
                </td>
        </tr>
-</table>
\ No newline at end of file
+       <tr>
+               <td class="guest_menu_bottom">
+               <table border="0" cellspacing="0" cellpadding="0" width="100%">
+                       <tr>
+                               <td width="10%" align="center" valign="top"><strong>
+                                       <div class="medium">{%pipe,translateComma=$content[total]%}</div>
+                               </strong></td>
+                               <td width="90%">{--TOTAL_ONLINE--}</td>
+                       </tr>
+               </table>
+               </td>
+       </tr>
+</table>