]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_holiday_row.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateUserProfileLink=$content[userid]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 $content[start]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 $content[end]
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right" align="center">
15                 <pre>{%pipe,wrapWords,fixEmptyContentToDashes=$content[comments]%}</pre>
16         </td>
17         <td class="{%template,ColorSwitch%} bottom right" align="center">
18                 {%user,status,translateUserStatus=$content[userid]%}
19         </td>
20         <td class="{%template,ColorSwitch%} bottom" align="center">
21                 $content[last_online]
22         </td>
23 </tr>