New debugging function debugOutput() introduced, some rewrites to EL:
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
index abd0d8c08443568f900cdc3faa57302670016f10..c11b7d4b1b54a8b2e3c7ffb50dbd97f3927e088e 100644 (file)
@@ -10,7 +10,7 @@
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <strong>{--RALLYE_ADMIN_ID--}:</strong><br />
-               $content[admin_link]
+               {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <strong>{--RALLYE_TSTART--}:</strong><br />
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <strong>{--RALLYE_AUTO_ADD--}:</strong><br />
-               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;auto=$content[auto]%}" title="$content[auto_title]">$content[auto_lnk]</a>
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;auto=$content[auto]%}" title="$content[auto_title]">{%pipe,translateYesNo=$content[auto_add_new_user]%}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <strong>{--RALLYE_ACTIVE--}:</strong><br />
-               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;activate=$content[active]%}" title="$content[active_title]">$content[active_lnk]</a>
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;activate=$content[active]%}" title="$content[active_title]">{%pipe,translateYesNo=$content[is_active]%}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <strong>{--RALLYE_NOTIFY--}:</strong><br />
-               <a ref="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;notify=$content[notify]%}" title="$content[notify_title]">$content[notify_lnk]</a>
+               <a ref="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;notify=$content[notify]%}" title="$content[notify_title]">{%pipe,translateYesNo=$content[send_notify]%}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom">
                <strong>{--RALLYE_NOTIFIED--}:</strong><br />
-               $content[notified]
+               {%pipe,translateYesNo=$content[notified]%}
        </td>
 </tr>
 <tr>
        <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
                <strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
-               <a href="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[id]%}">$content[prices_cnt]</a>
+               <a href="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[id]%}">{%pipe,translateComma=$content[prices_cnt]%}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
                <strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
-               $content[joined]
+               $content[users_content]
        </td>
 </tr>
 <tr>