]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_edit_row.tpl
Even more string languages/templates renamed (not really) according to naming convention
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
index 109145a0a19cb6f960ae6190a5d7197bdb5658e3..34f58226f15e5580b308a55f12a4ec49151858b5 100644 (file)
@@ -4,15 +4,15 @@
     <input type="hidden" name="id[$content[id]]" class="admin_normal" value="1" />
   </td>
   <td class="{%template,ColorSwitch%} bottom right">
-    &nbsp;<input type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="255" value="$content[name]" />
+    &nbsp;<input type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="255" value="$content[pay_name]" />
   </td>
   <td class="{%template,ColorSwitch%} bottom right">
-    &nbsp;<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="255" value="$content[rate]" />
+    &nbsp;<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="255" value="$content[pay_rate]" />
   </td>
   <td class="{%template,ColorSwitch%} bottom right">
-    &nbsp;<input type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[min]" />
+    &nbsp;<input type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[pay_min_count]" />
   </td>
   <td class="{%template,ColorSwitch%} bottom">
-    &nbsp;<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="255" value="$content[curr]" />
+    &nbsp;<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="255" value="$content[pay_currency]" />
   </td>
-</tr>
\ No newline at end of file
+</tr>