More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
4         </td>
5         <td class="switch_sw$content[sw] bottom right" align="center">
6                 {%pipe,generateUserProfileLink=$content[userid]%}
7         </td>
8         <td class="switch_sw$content[sw] bottom right" align="center">
9                 $content[start]
10         </td>
11         <td class="switch_sw$content[sw] bottom right" align="center">
12                 $content[end]
13         </td>
14         <td class="switch_sw$content[sw] bottom right" align="center">
15                 <div class="pre">$content[comments]</div>
16         </td>
17         <td class="switch_sw$content[sw] bottom right" align="center">
18                 {%pipe,translateUserStatus=$content[status]%}
19         </td>
20         <td class="switch_sw$content[sw] bottom" align="center">
21                 $content[last_online]
22         </td>
23 </tr>