fixing JS crash when table has no content

This commit is contained in:
Sebastian Grewe 2013-06-04 12:13:38 +02:00
parent 43772f439b
commit 4fa3089655

View File

@ -68,6 +68,10 @@
<img src="{$PATH}/images/{if $USERS[user].admin}success{else}error{/if}.gif" />
</td>
</tr>
{sectionelse}
<tr>
<td colspan="10"></td>
</tr>
{/section}
</tbody>
<tfoot>