]> git.mxchange.org Git - friendica.git/blobdiff - view/comment_item.tpl
DE: update to the strings
[friendica.git] / view / comment_item.tpl
index 98173aa3067abc98f57255660f5f034d134ef95a..3de24ca8d25948b4492a5262f0352ccd21f22079 100644 (file)
@@ -1,10 +1,9 @@
+               {{ 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;">
-                       {{ if $threaded }}
-                       <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;">
-                       {{ else }}
+               {{ endif }}
                        <form class="comment-edit-form" style="display: block;" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;">
-                       {{ endif }}
                                <input type="hidden" name="type" value="$type" />
                                <input type="hidden" name="profile_uid" value="$profile_uid" />
                                <input type="hidden" name="parent" value="$parent" />