]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday_row.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index 411b1e7a338128b04991032f93fa147db59a7685..680a54b6d24e76675d83bb926aa12e47875829e4 100644 (file)
@@ -1,23 +1,23 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <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] bottom2 right2" align="center">
-               $content[uid]
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[userid]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="switch_sw$content[sw] bottom right" align="center">
                $content[start]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="switch_sw$content[sw] bottom right" align="center">
                $content[end]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               <pre>$content[comments]</pre>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <div class="pre">$content[comments]</div>
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="switch_sw$content[sw] bottom right" align="center">
                $content[status]
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               $content[last]
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[last_online]
        </td>
 </tr>