]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday_row.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index 8c90ec0b36edad271291c2cc8e31eb30a548358d..680a54b6d24e76675d83bb926aa12e47875829e4 100644 (file)
@@ -1,11 +1,23 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" 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">$content[start]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$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>
+<tr>
+       <td class="switch_sw$content[sw] bottom right" 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] bottom right" align="center">
+               $content[userid]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[start]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[end]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <div class="pre">$content[comments]</div>
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[status]
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[last_online]
+       </td>
+</tr>