]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payments_list_row.tpl
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 078cb23a564a08b79392d3f7b96fc9826bfbe00f..68bb3255e0d6254f7ad88a3adb84e5bf69b4ba41 100644 (file)
@@ -1,13 +1,17 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]"><INPUT
-               type="checkbox" name="sel[$content[id]]" value="1"
-               class="admin_normal"></TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-       $content[time] {--SECS--}</TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-       $content[pay]</TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-       $content[price]</TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
-       $content[title]</TD>
-</TR>
+<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--}
+       </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]
+       </td>
+       <td align="center" class="bottom switch_sw$content[sw]">
+               $content[title]
+       </td>
+</tr>