mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Fix viewSearch template on no result case with extraDisplayedColumns defined
This commit is contained in:
parent
7a1141fe7c
commit
daf0715356
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@
|
|||
</tr>
|
||||
{foreachelse}
|
||||
<tr class='LSobject-list'>
|
||||
<td colspan='3' class='LSobject-list-without-result'>{$LSsearch->label_no_result}</td>
|
||||
<td colspan='{if $LSsearch->extraDisplayedColumns}{count($LSsearch->extraDisplayedColumns)+3}{else}3{/if}' class='LSobject-list-without-result'>
|
||||
{$LSsearch->label_no_result}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue