Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[trans_id]]" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right">
6                 $content[time_trans]
7         </td>
8         <td class="switch_sw$content[sw] bottom right">
9                 $content[userid_from]
10         </td>
11         <td class="switch_sw$content[sw] bottom right">
12                 $content[userid_to]
13         </td>
14         <td class="switch_sw$content[sw] bottom right">
15                 $content[reason]
16         </td>
17         <td class="switch_sw$content[sw] bottom">
18                 $content[points]
19         </td>
20 </tr>