Browse Source

okay, that dready css rule refered to this...

pull/40/head
czaks 10 years ago
parent
commit
5c9c095e84
  1. 6
      templates/post_form.html

6
templates/post_form.html

@ -111,15 +111,15 @@
{% trans %}Flags{% endtrans %} {% trans %}Flags{% endtrans %}
</th> </th>
<td> <td>
{% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}<div> {% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}<div class="center">
<label for="sticky">{% trans %}Sticky{% endtrans %}</label> <label for="sticky">{% trans %}Sticky{% endtrans %}</label>
<input title="{% trans %}Sticky{% endtrans %}" type="checkbox" name="sticky" id="sticky"><br> <input title="{% trans %}Sticky{% endtrans %}" type="checkbox" name="sticky" id="sticky"><br>
</div>{% endif %} </div>{% endif %}
{% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}<div> {% if not id and post.mod|hasPermission(config.mod.lock, board.uri) %}<div class="center">
<label for="lock">{% trans %}Lock{% endtrans %}</label><br> <label for="lock">{% trans %}Lock{% endtrans %}</label><br>
<input title="{% trans %}Lock{% endtrans %}" type="checkbox" name="lock" id="lock"> <input title="{% trans %}Lock{% endtrans %}" type="checkbox" name="lock" id="lock">
</div>{% endif %} </div>{% endif %}
{% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}<div> {% if post.mod|hasPermission(config.mod.rawhtml, board.uri) %}<div class="center">
<label for="raw">{% trans %}Raw HTML{% endtrans %}</label><br> <label for="raw">{% trans %}Raw HTML{% endtrans %}</label><br>
<input title="{% trans %}Raw HTML{% endtrans %}" type="checkbox" name="raw" id="raw"> <input title="{% trans %}Raw HTML{% endtrans %}" type="checkbox" name="raw" id="raw">
</div>{% endif %} </div>{% endif %}

Loading…
Cancel
Save