A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_del_transfer_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2">
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] bottom2 right2">
6                 $content[stamp]
7         </td>
8         <td class="switch_sw$content[sw] bottom2 right2">
9                 $content[userid_from]
10         </td>
11         <td class="switch_sw$content[sw] bottom2 right2">
12                 $content[userid_to]
13         </td>
14         <td class="switch_sw$content[sw] bottom2 right2">
15                 $content[reason]
16         </td>
17         <td class="switch_sw$content[sw] bottom2">
18                 $content[points]
19         </td>
20 </tr>