New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
4         </td>
5         <td align="center" class="switch_sw$content[sw] bottom right">
6                 <a href="$content[email]">$content[gender] $content[surname] $content[family]</a>
7         </td>
8         <td align="center" class="switch_sw$content[sw] bottom right">
9                 $content[remote]
10         </td>
11         <td align="center" class="switch_sw$content[sw] bottom">
12                 $content[created]
13         </td>
14 </tr>