New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_user_details.tpl
index 0e0b42911102819d03cf0c922440367314f2291e..537b762f31c7c5f9c9aadd362a17b72389ce50e5 100644 (file)
@@ -84,7 +84,7 @@
                </td>
                <td align="center" class="top right">
                        {--ADMIN_LAST_MODULE--}:<br />
-                       <strong>$content[last_module]</strong>
+                       <strong>{%pipe,fixEmptyContentToDashes=$content[last_module]%}</strong>
                </td>
                <td align="center" class="top right">
                        {--HAS_JOINED--}:<br />
                        <strong>$content[refs]</strong>
                </td>
                <td align="center" class="top">
-                       {--TOTAL_CATS--}:<br />
+                       {--TOTAL_CATEGORIES--}:<br />
                        <strong>$content[cats]</strong>
                </td>
        </tr>
                </td>
                <td align="center" class="top">
                        {--LOCK_REASON--}:<br />
-                       <strong>$content[lock_reason]</strong>
+                       <strong>{%pipe,fixEmptyContentToDashes=$content[lock_reason]%}</strong>
                </td>
        </tr>
        <!--