mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-24 22:25:00 +01:00
More button fixes
This commit is contained in:
parent
07d4cf7e98
commit
9036cebff6
@ -63,14 +63,7 @@
|
|||||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
{{ body }}
|
{{ body }}
|
||||||
<div id="thread-interactions-alt">
|
<a id="unimportant" href="#top">[{% trans %}Go to top{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||||
<span id="thread-links-alt">
|
|
||||||
<a id="thread-top" href="#top">[{% trans %}Go to top{% endtrans %}]</a>
|
|
||||||
{% if config.catalog_link %}
|
|
||||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
|
||||||
{% endif %}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
{% include 'report_delete.html' %}
|
{% include 'report_delete.html' %}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -60,11 +60,11 @@
|
|||||||
{{ body }}
|
{{ body }}
|
||||||
<div id="thread-interactions">
|
<div id="thread-interactions">
|
||||||
<span id="thread-links">
|
<span id="thread-links">
|
||||||
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
|
||||||
<a id="thread-top" href="#top">[{% trans %}Go to top{% endtrans %}]</a>
|
<a id="thread-top" href="#top">[{% trans %}Go to top{% endtrans %}]</a>
|
||||||
{% if config.catalog_link %}
|
{% if config.catalog_link %}
|
||||||
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
<a id="thread-catalog" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a id="thread-return" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span id="thread-quick-reply">
|
<span id="thread-quick-reply">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user