]> git.mxchange.org Git - mailer.git/blob - 0.2.1-FINAL/templates/de/html/admin/admin_payments_list_row.tpl
"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_payments_list_row.tpl
1 <TR>
2         <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
4         </TD>
5         <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
6                 $content[time] {--_SECONDS--}
7         </TD>
8         <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
9                 $content[pay]
10         </TD>
11         <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
12                 $content[price]
13         </TD>
14         <TD align="center" class="bottom2 switch_sw$content[sw]">
15                 $content[title]
16         </TD>
17 </TR>