diff options
Diffstat (limited to 'templates/list_topics.tpl')
| -rw-r--r-- | templates/list_topics.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index fdbc637..fbd6da2 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -48,10 +48,7 @@ {if !$gBitSystem->isFeatureActive('boards_thread_verbrose')} <tr> <th style="width:5%;"> - {form class="form-inline" action="`$comments_return_url`#editcomments"} - <input type="hidden" name="post_comment_request" value="1" /> - <input type="submit" class="btn btn-xs btn-primary" value="{tr}New Topic{/tr}" /> - {/form} + <a href="{$comments_return_url}&post_comment_request=1#editcomments" class="btn btn-primary btn-xs">{tr}New Topic{/tr}</a> </th> <th style="width:40%;">{tr}Title{/tr}</th> <th style="width:5%;">{tr}Replies{/tr}</th> |
