New naming convention applied to many functions, see #118 for details
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
index 2a75253fa7d7858fe66fe036774e38e13ca37ad1..c943b2bec57d94d9745dac1ada423a3606cba2a0 100644 (file)
@@ -4,15 +4,15 @@
     <input type="hidden" name="id[$content[id]]" class="admin_normal" 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]" />
+    &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] bottom2 right2">
-    &nbsp;<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="" value="$content[rate]" />
+    &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] bottom2 right2">
     &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] bottom2">
-    &nbsp;<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="" value="$content[curr]" />
+    &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