Add admin image replies and attachment removal
This commit is contained in:
+9
-2
@@ -57,8 +57,15 @@
|
||||
<div id="messages" class="messages"></div>
|
||||
<div id="typingNotice" class="typing hidden">Zakaznik pise...</div>
|
||||
<form id="replyForm" class="reply hidden">
|
||||
<textarea name="message" rows="3" required placeholder="Napsat odpoved..."></textarea>
|
||||
<button type="submit">Odeslat</button>
|
||||
<div class="reply-composer">
|
||||
<textarea name="message" rows="3" placeholder="Napsat odpoved..."></textarea>
|
||||
<button type="submit" title="Odeslat">Odeslat</button>
|
||||
</div>
|
||||
<label class="admin-dropzone" tabindex="0">
|
||||
<input name="attachments" type="file" accept=".jpg,.jpeg,.png,.webp,.gif,.avif,image/jpeg,image/png,image/webp,image/gif,image/avif" multiple>
|
||||
<span>Pridat fotky nebo pretahnout</span>
|
||||
</label>
|
||||
<div id="replyAttachments" class="reply-attachments"></div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user