* moved forum.edit_post to twig templates

* fixed forum move thread
This commit is contained in:
slawkens
2017-10-17 17:11:31 +02:00
parent 1df0c2b313
commit 0239f940a0
3 changed files with 74 additions and 24 deletions

View File

@@ -8,7 +8,8 @@
<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr bgcolor="{{ config.lightborder }}">
<td>
<form action="{{ getLink('forum') }}" method="get">
<form action="" method="get">
<input type="hidden" name="subtopic" value="forum" />
<input type="hidden" name="action" value="move_thread" />
<input type="hidden" name="save" value="1" />
<input type="hidden" name="id" value="{{ post_id }}" />