Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit 4a5a7d2

Browse files
committed
Remove the footer of the table
It doesn't make any sense to define a footer, if you use the max collspan.
1 parent 7035dd0 commit 4a5a7d2

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

  • inyoka_theme_default/templates/portal/privmsg

inyoka_theme_default/templates/portal/privmsg/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,14 @@
184184
</tr>
185185
{% endfor %}
186186
</tbody>
187-
<tfoot>
188-
<tr>
189-
<td colspan="6">
190-
<div class="linklist">
191-
<a href="{{ href('portal', 'privmsg', 'new') }}" class="button">{% trans %}Compose message{% endtrans %}</a>
192-
<input type="submit" value="{% trans %}Delete marked messages{% endtrans %}" class="button-delete" />
193-
</div>
194-
</td>
195-
</tr>
196-
</tfoot>
197187
</table>
188+
189+
{{ macros.render_pagination(pagination) }}
190+
191+
<div class="linklist">
192+
<a href="{{ href('portal', 'privmsg', 'new') }}" class="button">{% trans %}Compose message{% endtrans %}</a>
193+
<input type="submit" value="{% trans %}Delete marked messages{% endtrans %}" class="button-delete" />
194+
</div>
198195
{% endcall %}
199196
{% endblock %}
200197

0 commit comments

Comments
 (0)