Skip to content
Snippets Groups Projects
Commit 1c85a6c7 authored by Helmo's avatar Helmo
Browse files

Fix colspan for no-result and pager

parent 2c65871b
No related branches found
No related tags found
No related merge requests found
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
</tmpl_loop> </tmpl_loop>
<tmpl_unless name="records"> <tmpl_unless name="records">
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
<td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
</tr> </tr>
</tmpl_unless> </tmpl_unless>
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="4"><tmpl_var name="paging"></td> <td colspan="5"><tmpl_var name="paging"></td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment