Wrap up post replies in a postcontainer div
This commit is contained in:
parent
c1c8e387f6
commit
b33c44cb10
@ -1,7 +1,11 @@
|
|||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
{# tabs and new lines will be ignored #}
|
{# tabs and new lines will be ignored #}
|
||||||
<div class="post reply" id="reply_{{ post.id }}">
|
<div class="postcontainer" id="pc{{ post.id }}">
|
||||||
<p class="intro">
|
<div class="sidearrows" id="sa{{ post.id }}">
|
||||||
|
>>
|
||||||
|
</div>
|
||||||
|
<div class="post reply" id="reply_{{ post.id }}">
|
||||||
|
<p class="intro">
|
||||||
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
||||||
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
|
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
|
||||||
<label for="delete_{{ post.id }}">
|
<label for="delete_{{ post.id }}">
|
||||||
@ -23,6 +27,7 @@
|
|||||||
{{ config.mod.ban_message|sprintf(post.modifiers['ban message']) }}
|
{{ config.mod.ban_message|sprintf(post.modifiers['ban message']) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
|
Loading…
Reference in New Issue
Block a user