Browse Source

attention bar: move before post form

pull/40/head
Marcin Łabanowski 12 years ago
parent
commit
9d8ec70d64
  1. 2
      templates/generic_page.html
  2. 2
      templates/index.html
  3. 4
      templates/thread.html

2
templates/generic_page.html

@ -46,8 +46,8 @@
</div>
</header>
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />
<form name="postcontrols" action="{{ config.post_url }}" method="post">

2
templates/index.html

@ -44,8 +44,8 @@
</div>
</header>
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />

4
templates/thread.html

@ -45,9 +45,9 @@
</header>
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a></div>
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />

Loading…
Cancel
Save