mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-09 16:21:30 +01:00
Forum better button styling
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<form action="?" method="post">
|
<form action="?" method="post">
|
||||||
{{ csrf() }}
|
{{ csrf() }}
|
||||||
<input type="hidden" name="action" value="new_post" />
|
<input type="hidden" name="action" value="new_post" />
|
||||||
<input type="hidden" name="thread_id" value=" {{ thread_id }}" />
|
<input type="hidden" name="thread_id" value="{{ thread_id }}" />
|
||||||
<input type="hidden" name="subtopic" value="forum" />
|
<input type="hidden" name="subtopic" value="forum" />
|
||||||
<input type="hidden" name="save" value="save" />
|
<input type="hidden" name="save" value="save" />
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
@@ -43,7 +43,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="text-align:center">
|
<div style="text-align:center">
|
||||||
<input type="submit" value="Post Reply" />
|
{% set button_name = 'Post Reply' %}
|
||||||
|
{{ include('buttons.base.html.twig') }}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="text-align:center">
|
<div style="text-align:center">
|
||||||
<input type="submit" value="Post Thread" />
|
{% set button_name = 'Post Thread' %}
|
||||||
|
{{ include('buttons.base.html.twig') }}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user