]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_edit_row.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
index 9de0c64bb0987148c651904c556cbdebfea753a1..df4ff1b72c3429365a1bea82452b1f219cf4e6a2 100644 (file)
@@ -1,18 +1,18 @@
 <tr>
-  <td class="{%template,ColorSwitch%} bottom right" align="center" height="29">
-    <strong>$content[id]</strong>
-    <input type="hidden" name="id[$content[id]]" class="form_field" value="1" />
-  </td>
-  <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="{%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="{%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="{%template,ColorSwitch%} bottom">
-    &nbsp;<input type="text" name="curr[$content[id]]" class="form_field" size="5" maxlength="255" value="$content[pay_currency]" />
-  </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" height="29">
+               <strong>$content[id]</strong>
+               <input type="hidden" name="id[$content[id]]" class="form_field" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="name[$content[id]]" size="16" maxlength="255" value="$content[pay_name]" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="rate[$content[id]]" size="19" maxlength="255" value="$content[pay_rate]" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="min[$content[id]]" size="3" maxlength="20" value="$content[pay_min_count]" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               <input type="text" class="form_field" name="curr[$content[id]]" size="5" maxlength="255" value="$content[pay_currency]" />
+       </td>
 </tr>