A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
index d7d8e78076773e656cbf7a2f77607fcada3325cf..9f55cbdc762b45f46563067ba5b58a9989cda178 100644 (file)
@@ -4,27 +4,27 @@
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right">{--PAY_TIME--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" align="right">{--PAY_TIME--}:</td>
+       <td class="{%template,ColorSwitch%}">
                <input type="text" name="time[$content[id]]" class="admin_normal" value="$content[time]" size="3" maxlength="5" />{--_SECONDS--}
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" align="right">{--PAY_PAYMENT--}:</td>
+       <td class="{%template,ColorSwitch%}">
                <input type="text" name="pay[$content[id]]" class="admin_normal" value="$content[pay]" size="5" maxlength="8" />{?POINTS?}
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" align="right">{--PAY_PRICE--}:</td>
+       <td class="{%template,ColorSwitch%}">
                <input type="text" name="price[$content[id]]" class="admin_normal" value="$content[price]" size="5" maxlength="8" />
                <span class="tiny">({?POINTS?})</span>
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw] bottom" align="right">{--PAY_TITLE--}:</td>
-       <td class="switch_sw$content[sw] bottom">
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--PAY_TITLE--}:</td>
+       <td class="{%template,ColorSwitch%} bottom">
                <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="25" maxlength="255" />
        </td>
 </tr>