]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payments_list_row.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_payments_list_row.tpl
index 078cb23a564a08b79392d3f7b96fc9826bfbe00f..c0c257877ae0b7499e5e6b7e5de08aa57cdb56d9 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="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]">
+               $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]">
+               $content[price]
+       </td>
+       <td align="center" class="bottom2 switch_sw$content[sw]">
+               $content[title]
+       </td>
+</tr>