]> git.mxchange.org Git - friendica.git/blobdiff - view/comment_item.tpl
The post_remote_end hook was being called with an escaped version of the item, not...
[friendica.git] / view / comment_item.tpl
index a1d4e1043a3ba18e7cec9616d6ee5f8550cbf1c3..1764f99d891ef5366db049dcf6f9d44492d6f2d5 100644 (file)
@@ -1,11 +1,16 @@
+               {{ if $threaded }}
+               <div class="comment-wwedit-wrapper threaded" id="comment-edit-wrapper-$id" style="display: block;">
+               {{ else }}
                <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;">
+               {{ endif }}
+                       <form class="comment-edit-form" style="display: block;" 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" />
+                               {#<!--<input type="hidden" name="return" value="$return_path" />-->#}
                                <input type="hidden" name="jsreload" value="$jsreload" />
                                <input type="hidden" name="preview" id="comment-preview-inp-$id" value="0" />
+                               <input type="hidden" name="post_id_random" value="$rand_num" />
 
                                <div class="comment-edit-photo" id="comment-edit-photo-$id" >
                                        <a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a>