]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday_row.tpl
New function isValidUserid() introduced, more rewrites to EL:
[mailer.git] / templates / de / html / admin / admin_list_holiday_row.tpl
index 1af87b9c9f6f1fd15daf6ce90f756c5a154c1b26..8603de0e384fa31ee2f7c69104c2f8c65895394e 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>
-       <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="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">
+               {%pipe,generateUserProfileLink=$content[userid]%}
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
                $content[start]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+       </td>
+       <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>
-       <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="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">
+               {%pipe,translateUserStatus=$content[status]%}
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[last_online]
+       </td>
+</tr>