]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/comment_item.tpl
Merge pull request #515 from simonlnu/master
[friendica.git] / view / theme / frost-mobile / comment_item.tpl
index 9a9b8f6b606da063fe3ced31d8fb21963a7698f2..570db6842652d6b5dfadb7ba5061f8c3a6fb8ded 100755 (executable)
@@ -1,4 +1,4 @@
-               <script>
+<!--           <script>
                $(document).ready( function () {
                        $(document).mouseup(function(e) {
                                var container = $("#comment-edit-wrapper-$id");
@@ -8,21 +8,24 @@
                                }
                        });
                });
-               </script>
+               </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" />
 
-                               <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>
-                               </div>
-                               <div class="comment-edit-photo-end"></div>
+                               <!--<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>
+                               <!--</div>-->
+                               <!--<div class="comment-edit-photo-end"></div>-->
                                <ul class="comment-edit-bb-$id">
                                        <li><a class="editicon boldbb shadow"
                                                style="cursor: pointer;" title="$edbold"
@@ -49,7 +52,7 @@
                                                style="cursor: pointer;" title="$edvideo"
                                                onclick="insertFormatting('$comment','video', $id);"></a></li>-->
                                </ul>   
-                               <div class="comment-edit-bb-end"></div>
+                               <!--<div class="comment-edit-bb-end"></div>-->
 <!--                           <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);cmtBbOpen($id);" onBlur="commentClose(this,$id);cmtBbClose($id);" >$comment</textarea>-->
                                <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);cmtBbOpen($id);" >$comment</textarea>
                                {{ if $qcomment }}
@@ -68,7 +71,7 @@
                                        <div id="comment-edit-preview-$id" class="comment-edit-preview" style="display:none;"></div>-->
                                </div>
 
-                               <div class="comment-edit-end"></div>
+                               <!--<div class="comment-edit-end"></div>-->
                        </form>
 
                </div>