Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_payments_list_row.tpl
index 7045c34895e6afad3c94e6b0f1be85007b4cabe1..68bb3255e0d6254f7ad88a3adb84e5bf69b4ba41 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
                $content[time] {--_SECONDS--}
                $content[time] {--_SECONDS--}
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[pay]
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               {%pipe,translateComma=$content[pay]%}
+       </td>
+       <td align="center" class="bottom right switch_sw$content[sw]">
                $content[price]
                $content[price]
-       </TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
+       </td>
+       <td align="center" class="bottom switch_sw$content[sw]">
                $content[title]
                $content[title]
-       </TD>
-</TR>
+       </td>
+</tr>