]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index fa495166904ef5624ceff4f97216047d7dcb38af..d5c678b8d891f7f4a265831af4517a955156402e 100644 (file)
@@ -1,23 +1,23 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[uid]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateUserProfileLink=$content[userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[start]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[end]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               <pre>$content[comments]</pre>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <pre>{%pipe,wrapWords,fixEmptyContentToDashes=$content[comments]%}</pre>
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[status]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%user,status,translateUserStatus=$content[userid]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               $content[last]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[last_online]
        </td>
 </tr>