fixing JS crash when table has no content
This commit is contained in:
parent
43772f439b
commit
4fa3089655
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user