mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Merge pull request #152 from JasonPuglisi/bottom-button
Added [Return] and [Go to bottom] to thread page above posts
This commit is contained in:
commit
7aefa96051
@ -38,6 +38,9 @@
|
|||||||
|
|
||||||
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
|
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||||
|
<a href="#bottom" style="padding-left: 10px">[{% trans %}Go to bottom{% endtrans %}]</a>
|
||||||
|
<hr />
|
||||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||||
@ -45,7 +48,7 @@
|
|||||||
{% include 'report_delete.html' %}
|
{% include 'report_delete.html' %}
|
||||||
</form>
|
</form>
|
||||||
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||||
<a href="#" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
|
<a href="#" id="bottom" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
|
||||||
|
|
||||||
{{ boardlist.bottom }}
|
{{ boardlist.bottom }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user