A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
index 6b0834a2eeca0c20eb4689d4e2a46d070055e847..109145a0a19cb6f960ae6190a5d7197bdb5658e3 100644 (file)
@@ -1,18 +1,18 @@
 <tr>
-  <td class="switch_sw$content[sw] bottom right" align="center" height="29">
+  <td class="{%template,ColorSwitch%} bottom right" align="center" height="29">
     <strong>$content[id]</strong>
     <input type="hidden" name="id[$content[id]]" class="admin_normal" value="1" />
   </td>
-  <td class="switch_sw$content[sw] bottom right">
+  <td class="{%template,ColorSwitch%} bottom right">
     &nbsp;<input type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="255" value="$content[name]" />
   </td>
-  <td class="switch_sw$content[sw] bottom right">
+  <td class="{%template,ColorSwitch%} bottom right">
     &nbsp;<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="255" value="$content[rate]" />
   </td>
-  <td class="switch_sw$content[sw] bottom right">
+  <td class="{%template,ColorSwitch%} bottom right">
     &nbsp;<input type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[min]" />
   </td>
-  <td class="switch_sw$content[sw] bottom">
+  <td class="{%template,ColorSwitch%} bottom">
     &nbsp;<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="255" value="$content[curr]" />
   </td>
 </tr>
\ No newline at end of file