Browse Source

attention bar: fixed after translation

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

2
templates/generic_page.html

@ -47,7 +47,7 @@
</header>
{% include 'post_form.html' %}
{% include 'pasek_atencji.html' %}
{% include 'attention_bar.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

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

2
templates/thread.html

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

Loading…
Cancel
Save