Skip to content
Snippets Groups Projects
Commit 2c65871b authored by Helmo's avatar Helmo
Browse files

Fix colspan for no-result and pager, relates to !991 and #5090

parent 1dc4398e
No related branches found
No related tags found
1 merge request!1049Patch misc
...@@ -48,13 +48,13 @@ ...@@ -48,13 +48,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="6">{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="6"><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