]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_rallyes_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
index 8c6e874413e36bdcc6b3da1f0b5d2b3471824633..5c58eedac191e8f690dce13ad3aae7ffc22412dc 100644 (file)
@@ -1,42 +1,42 @@
 <tr>
-       <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</td>
-       <td class="switch_sw$content[sw]" width="265" align="center">
+       <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_TITLE--}:</td>
+       <td class="{%template,ColorSwitch%}" width="265" align="center">
                <input type="text" name="title[$content[id]]" class="admin_normal" size="30" maxlength="255" value="$content[title]" />
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</td>
-       <td class="switch_sw$content[sw]" align="center">
+       <td class="{%template,ColorSwitch%}" align="right" valign="top">{--RALLYE_DESCR--}:</td>
+       <td class="{%template,ColorSwitch%}" align="center">
                <textarea name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</td>
-       <td class="switch_sw$content[sw]" align="center">$content[templ]</td>
+       <td class="{%template,ColorSwitch%}" align="right">{--RALLYE_TEMPLATE--}:</td>
+       <td class="{%template,ColorSwitch%}" align="center">$content[templ]</td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</td>
-       <td class="switch_sw$content[sw]" width="290" align="center">
+       <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</td>
+       <td class="{%template,ColorSwitch%}" width="290" align="center">
                <div>$content[s_day]. $content[s_month]. $content[s_year]</div>
                <div>$content[s_hour]: $content[s_min]: $content[s_sec]</div>
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" width="200" align="right" valign="top">{--RALLYE_END_DAY--}:</td>
-       <td class="switch_sw$content[sw]" width="290" align="center">
+       <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--RALLYE_END_DAY--}:</td>
+       <td class="{%template,ColorSwitch%}" width="290" align="center">
                <div>$content[e_day]. $content[e_month]. $content[e_year]</div>
                <div>$content[e_hour]: $content[e_min]: $content[e_sec]</div>
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
-       <td class="switch_sw$content[sw]" width="265" align="center">
+       <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
+       <td class="{%template,ColorSwitch%}" width="265" align="center">
                <input type="text" name="min_users[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_users]" />
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
-       <td class="switch_sw$content[sw]" width="265" align="center">
+       <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
+       <td class="{%template,ColorSwitch%}" width="265" align="center">
                <input type="text" name="min_prices[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_prices]" >
        </td>
 </tr>