]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_edit_row.tpl
Even more rewrites to make usage of EL
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit_row.tpl
index e4a29cb7ae2aa79a09ece24fa9a91cccab39abc9..8bdafaa2bcc298a92369997bf794e0078f447cbb 100644 (file)
@@ -4,15 +4,15 @@
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="20" maxlength="255" />
+               <input type="text" name="type[$content[id]]" class="admin_normal" value="$content[type]" size="20" maxlength="255" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="rate[$content[id]]" class="admin_normal" value="$content[rate]" size="5" maxlength="10" />
+               <input type="text" name="rate[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[rate]%}" size="5" maxlength="10" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="min_points[$content[id]]" class="admin_normal" value="$content[min_points]" size="5" maxlength="10" />
+               <input type="text" name="min_points[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[min_points]%}" size="5" maxlength="10" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               $content[allow]
+               $content[allow_url]
        </td>
 </tr>