]> git.mxchange.org Git - friendica.git/commitdiff
fix dropzone class in template
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Mon, 13 Mar 2023 02:37:32 +0000 (03:37 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 17:52:45 +0000 (18:52 +0100)
view/templates/item/compose.tpl

index 1143a5efb44e78cebe2b05eb84c5eefe89690e24..17582df443f9bb97ec9560fb790df0ea7b979dc8 100644 (file)
@@ -1,17 +1,10 @@
-<div class="generic-page-wrapper"css>
+<div class="generic-page-wrapper">
        <h2>{{$l10n.compose_title}}</h2>
     {{if $l10n.always_open_compose}}
        <p>{{$l10n.always_open_compose nofilter}}</p>
        {{/if}}
        <div id="profile-jot-wrapper">
-                <!--form action="/media/photo/upload?response=url&album="
-                class="dropzone" id="my-great-dropzone"></form-->
-                <!--form id="dropzone" action="/media/photo/upload?response=json&album=" class="dropzone" method="post" enctype="multipart/form-data">
-                    <div class="fallback">
-                        <input name="file" type="file" multiple />
-                    </div>
-                </form-->
-               <form class="comment-edit-form" data-item-id="{{$id}}" id="comment-edit-form-{{$id}}" action="compose/{{$type}}" method="post"  class="dropzone">
+               <form class="comment-edit-form dropzone" data-item-id="{{$id}}" id="comment-edit-form-{{$id}}" action="compose/{{$type}}" method="post">
                    {{*<!--<input type="hidden" name="return" value="{{$return_path}}" />-->*}}
                        <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
                        <input type="hidden" name="post_type" value="{{$posttype}}" />