]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_edit_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
index 33e660a68dc49b56defcd356a85e26930c655451..9de0c64bb0987148c651904c556cbdebfea753a1 100644 (file)
@@ -1,18 +1,18 @@
 <tr>
-  <td class="switch_sw$content[sw] bottom2 right2" 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">
+    <input type="hidden" name="id[$content[id]]" class="form_field" value="1" />
   </td>
-  <td class="switch_sw$content[sw] bottom2 right2">
-    &nbsp;<INPUT type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="" value="$content[name]">
+  <td class="{%template,ColorSwitch%} bottom right">
+    &nbsp;<input type="text" name="name[$content[id]]" class="form_field" size="16" maxlength="255" value="$content[pay_name]" />
   </td>
-  <td class="switch_sw$content[sw] bottom2 right2">
-    &nbsp;<INPUT type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="" value="$content[rate]">
+  <td class="{%template,ColorSwitch%} bottom right">
+    &nbsp;<input type="text" name="rate[$content[id]]" class="form_field" size="19" maxlength="255" value="$content[pay_rate]" />
   </td>
-  <td class="switch_sw$content[sw] bottom2 right2">
-    &nbsp;<INPUT type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[min]">
+  <td class="{%template,ColorSwitch%} bottom right">
+    &nbsp;<input type="text" name="min[$content[id]]" class="form_field" size="3" maxlength="20" value="$content[pay_min_count]" />
   </td>
-  <td class="switch_sw$content[sw] bottom2">
-    &nbsp;<INPUT type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="" value="$content[curr]">
+  <td class="{%template,ColorSwitch%} bottom">
+    &nbsp;<input type="text" name="curr[$content[id]]" class="form_field" size="5" maxlength="255" value="$content[pay_currency]" />
   </td>
-</tr>
\ No newline at end of file
+</tr>