]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/comment_item.tpl
Fix browser prefetch in notifications menu
[friendica.git] / view / theme / frost-mobile / comment_item.tpl
index b5b0e9d289954f34b0fba8a04b1fa1729ef57b12..adcd5d75ed630be06b2ff538bfaef41911bc7dba 100755 (executable)
                });
                </script>-->
 
-               <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;" >
+               <div class="comment-wwedit-wrapper $indent" id="comment-edit-wrapper-$id" style="display: block;" >
+                       <form class="comment-edit-form $indent" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;" >
+<!--                   <span id="hide-commentbox-$id" class="hide-commentbox fakelink" onclick="showHideCommentBox($id);">$comment</span>
+                       <form class="comment-edit-form" style="display: none;" 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="source" value="$sourceapp" />
                                <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="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 comment-edit-photo-link" id="comment-edit-photo-$id" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a>