]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_edit_row.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit_row.tpl
index 7664e74d54f4cb0863ec40f0f4d5a2ed2ca6b66c..c620699579ef619c38b77afa85e73f78e78c1cf0 100644 (file)
@@ -1,18 +1,18 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right" height="25">
+       <td align="center" class="{%template,ColorSwitch%} bottom right" height="25">
                $content[id]
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="20" maxlength="255" />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="type[$content[id]]" value="$content[type]" size="20" maxlength="255" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <input type="text" name="rate[$content[id]]" class="admin_normal" value="$content[rate]" size="5" maxlength="10" />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="rate[$content[id]]" value="{%pipe,translateComma=$content[rate]%}" size="5" maxlength="10" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <input type="text" name="min_points[$content[id]]" class="admin_normal" value="$content[min_points]" size="5" maxlength="10" />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="text" class="form_field" name="min_points[$content[id]]" value="{%pipe,translateComma=$content[min_points]%}" size="5" maxlength="10" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom">
-               $content[allow]
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[allow_url]
        </td>
 </tr>