A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_overview_list_ext_rows.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right left" align="center">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateAdminLink=$content[assigned_admin]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" 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="{%template,ColorSwitch%} bottom right" align="center">
12                 {%pipe,fixEmptyContentToDashes=$content[infos]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right" align="center">
15                 $content[userid]
16         </td>
17         <td class="{%template,ColorSwitch%} bottom right" align="center">
18                 $content[task_type_msg]
19         </td>
20         <td class="{%template,ColorSwitch%} bottom right" align="center">
21                 $content[task_created]
22         </td>
23 </tr>