]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index e6abd875207486222dcb78b3e2c716adf52638a1..89d6a68b6a6f9c24df6660929effbeafa4af6b7e 100644 (file)
@@ -1,23 +1,25 @@
-<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>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[uid]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateUserProfileLink=$content[userid]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[start]
                $content[start]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[end]
                $content[end]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <pre>$content[comments]</pre>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[status]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-               $content[last]
-       </TD>
-</TR>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <div class="pre">
+                       {%pipe,fixEmptyContentToDashes=$content[comments]%}
+               </div>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateUserStatus=$content[status]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[last_online]
+       </td>
+</tr>