]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/comment_item.tpl
Fix ignore notification
[friendica.git] / view / theme / frio / templates / comment_item.tpl
index 903eb13468dfa5c2ce12eb1c3d459f1134d82936..b60f5c429e8fb76074ff7e94092e336967d14105 100644 (file)
@@ -10,7 +10,6 @@
                <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}}" />
 
                <p class="comment-edit-bb-{{$id}} comment-icon-list">
                </p>
 {{/if}}
 
-               <div class="comment-edit-submit-wrapper">
+               <p class="comment-edit-submit-wrapper">
 {{if $preview}}
                        <button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
 {{/if}}
                        <button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit"><i class="fa fa-envelope"></i> {{$submit}}</button>
-               </div>
+               </p>
 
                <div class="comment-edit-end clear"></div>
        </form>