da5f5936c82816af1f0323f9abb8f1fee45eed80
[mailer.git] / templates / de / html / admin / admin_list_task_ext2_rows.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" 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                 <em style="cursor:help" class="admin_note" title="{%message,ADMIN_EXTENSION_IS_NON_PRODUCTIVE_LINK_TITLE=$content[infos]%}">{--ADMIN_EXTENSION_IS_NON_PRODUCTIVE_LINK--}</em>
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" align="center">
21                 $content[task_created]
22         </td>
23 </tr>