]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallyes_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
index c11b7d4b1b54a8b2e3c7ffb50dbd97f3927e088e..6fcceaeeb55f2f8dbc5b78a307ad10858ba7aadd 100644 (file)
@@ -1,70 +1,74 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right" rowspan="5">$content[select]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <strong>{--RALLYE_TITLE--}:</strong><br />
-               $content[title]
+       <td align="center" class="{%template,ColorSwitch%} bottom right" rowspan="5">$content[select]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_TITLE--}:</strong><br />
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallye_prices&amp;rallye_id=$content[rallye_id]%}">$content[title]</a>
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <strong>{--RALLYE_DESCR2--}:</strong><br />
-               $content[descr]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_DESCRIPTION--}:</strong><br />
+               {%pipe,fixEmptyContentToDashes=$content[descr]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <strong>{--RALLYE_ADMIN_ID--}:</strong><br />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_ADMIN_LOGIN--}:</strong><br />
                {%pipe,generateAdminLink=$content[admin_id]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <strong>{--RALLYE_TSTART--}:</strong><br />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_STARTED--}:</strong><br />
                $content[start_date]
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom">
-               <strong>{--RALLYE_TEND--}:</strong><br />
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               <strong>{--ADMIN_RALLYE_ENDED--}:</strong><br />
                $content[end_date]
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <strong>{--RALLYE_TEMPLATE2--}:</strong><br />
-               $content[template]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_TEMPLATE--}:</strong><br />
+               {%pipe,fixEmptyContentToDashes=$content[template]%}
        </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]">{%pipe,translateYesNo=$content[auto_add_new_user]%}</a>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>{--ADMIN_RALLYE_AUTO_ADD_USERS--}:</strong><br />
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye_id=$content[rallye_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">
+       <td align="center" class="{%template,ColorSwitch%} 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]">{%pipe,translateYesNo=$content[is_active]%}</a>
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye_id=$content[rallye_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">
+       <td align="center" class="{%template,ColorSwitch%} 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]">{%pipe,translateYesNo=$content[send_notify]%}</a>
+               <a ref="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye_id=$content[rallye_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">
+       <td align="center" class="{%template,ColorSwitch%} bottom">
                <strong>{--RALLYE_NOTIFIED--}:</strong><br />
                {%pipe,translateYesNo=$content[notified]%}
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
+       <td align="center" class="{%template,ColorSwitch%} 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]%}">{%pipe,translateComma=$content[prices_cnt]%}</a>
+               <a href="{%url=modules.php?module=admin&amp;what=list_rallye_prices&amp;rallye_id=$content[rallye_id]%}">{%pipe,translateComma=$content[prices_cnt]%}</a>
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
+       <td align="center" class="{%template,ColorSwitch%} bottom" colspan="2">
                <strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
                $content[users_content]
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="admin_title bottom" colspan="5" height="35">
+       <td align="center" class="table_header bottom" colspan="5" height="35">
                <strong>{--RALLYE_LIMITATIONS--}:</strong>
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
-               <strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
-               $content[min_users]
+       <td align="center" class="{%template,ColorSwitch%} bottom right" colspan="3">
+               <strong>{--ADMIN_RALLYE_MIN_USERS_MINI--}:</strong><br />
+               {%pipe,determineReferralRallyeMinimumUsers=$content[min_users]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
-               <strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
-               $content[min_prices]
+       <td align="center" class="{%template,ColorSwitch%} bottom" colspan="2">
+               <strong>{--ADMIN_RALLYE_MIN_PRICES_MINI--}:</strong><br />
+               {%pipe,determineReferralRallyeMinimumPrices=$content[min_prices]%}
        </td>
 </tr>