Fix undefined tamplate variables in comment_item.tpl
- Remove unused "type" hidden field in comment form - Remove unused moderated_comment.tpl files
This commit is contained in:
parent
f69dab6d1c
commit
da2ce5c4f4
8 changed files with 1 additions and 100 deletions
|
@ -1,6 +1,5 @@
|
|||
<div class="comment-wwedit-wrapper" id="comment-edit-wrapper-{{$id}}" style="display: block;">
|
||||
<form class="comment-edit-form" id="comment-edit-form-{{$id}}" action="item" method="post" onsubmit="post_comment({{$id}}); return false;">
|
||||
<input type="hidden" name="type" value="{{$type}}" />
|
||||
<input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
|
||||
<input type="hidden" name="parent" value="{{$parent}}" />
|
||||
{{*<!--<input type="hidden" name="return" value="{{$return_path}}" />-->*}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue