]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_edit_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit_row.tpl
index 6bb7542c9a158c70125e1989e94e544217739225..c620699579ef619c38b77afa85e73f78e78c1cf0 100644 (file)
@@ -1,16 +1,18 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"
-               height="25">$content[id]<INPUT type="hidden"
-               name="sel[$content[id]]" value="1"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
-               type="text" name="title[$content[id]]" class="admin_normal"
-               value="$content[title]" size="20" maxlength="255"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
-               type="text" name="rate[$content[id]]" class="admin_normal"
-               value="$content[rate]" size="5" maxlength="10"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
-               type="text" name="mpoi[$content[id]]" class="admin_normal"
-               value="$content[mpoi]" size="5" maxlength="10"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-       $content[allow]</TD>
-</TR>
+<tr>
+       <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="{%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="{%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="{%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="{%template,ColorSwitch%} bottom">
+               $content[allow_url]
+       </td>
+</tr>