mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
search form in index: fix order
This commit is contained in:
parent
1371b64986
commit
b7875be471
@ -57,8 +57,8 @@
|
|||||||
|
|
||||||
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
<!-- Start Search Form -->
|
|
||||||
{% if config.board_search %}
|
{% if config.board_search %}
|
||||||
|
<!-- Start Search Form -->
|
||||||
<form style="display:inline" action="/search.php">
|
<form style="display:inline" action="/search.php">
|
||||||
<p style="margin: 10px;">
|
<p style="margin: 10px;">
|
||||||
<input type="text" name="search" placeholder="{{ board.uri }} search">
|
<input type="text" name="search" placeholder="{{ board.uri }} search">
|
||||||
@ -66,8 +66,8 @@
|
|||||||
<input type="submit" value="Search">
|
<input type="submit" value="Search">
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
|
||||||
<!-- End Search Form -->
|
<!-- End Search Form -->
|
||||||
|
{% endif %}
|
||||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user