More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_task_ext_rows.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
4         </td>
5         <td class="switch_sw$content[sw] bottom2 right2" align="center">
6                 $content[admin]
7         </td>
8         <td class="switch_sw$content[sw] bottom2 right2" align="center">
9                 <a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&amp;what=extensions&amp;reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
10         </td>
11         <td class="switch_sw$content[sw] bottom2 right2" align="center">
12                 $content[infos]
13         </td>
14         <td class="switch_sw$content[sw] bottom2 right2" align="center">
15                 $content[uid]
16         </td>
17         <td class="switch_sw$content[sw] bottom2 right2" align="center">
18                 $content[type]
19         </td>
20         <td class="switch_sw$content[sw] bottom2 right2" align="center">
21                 $content[created]]
22         </td>
23 </tr>