remotes/1693045480750635534/spooky-22
Aevann1 2021-10-29 04:46:21 +02:00
parent 94e2c9a334
commit 3e5a03a3f4
2 changed files with 22 additions and 26 deletions

View File

@ -687,18 +687,16 @@
</button> </button>
</div> </div>
<div class="" id="reportCommentFormBefore"> <div class="" id="reportCommentFormBefore">
<form id="report-comment-form" method="post"> <div class="modal-body">
<div class="modal-body"> <div class="h6">We're sorry something here is wrong.</div>
<div class="h6">We're sorry something here is wrong.</div> <small class="form-text text-muted">Please enter a reason for reporting below.</small>
<small class="form-text text-muted">Please enter a reason for reporting below.</small> <pre></pre>
<pre></pre> <input maxlength="100" id="reason-comment" class="form-control">
<input maxlength="100" id="reason-comment" class="form-control"> </div>
</div> <div class="modal-footer">
<div class="modal-footer"> <button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button> <button type="button" id="reportCommentButton" class="btn btn-danger">Report comment</button>
<button type="button" id="reportCommentButton" class="btn btn-danger">Report comment</button> </div>
</div>
</form>
</div> </div>
<div class="d-none" id="reportCommentFormAfter"> <div class="d-none" id="reportCommentFormAfter">

View File

@ -9,21 +9,19 @@
<span aria-hidden="true"><i class="far fa-times"></i></span> <span aria-hidden="true"><i class="far fa-times"></i></span>
</button> </button>
</div> </div>
<div class="" id="reportPostFormBefore"> <div id="reportPostFormBefore">
<form id="report-post-form" method="post"> <div class="modal-body">
<div class="modal-body"> <div class="h6">We're sorry something here is wrong.</div>
<div class="h6">We're sorry something here is wrong.</div> <small class="form-text text-muted">Please enter a reason for reporting below.</small>
<small class="form-text text-muted">Please enter a reason for reporting below.</small> <pre></pre>
<pre></pre> <input maxlength="100" id="reason" class="form-control">
<input maxlength="100" id="reason" class="form-control"> </div>
</div> <div class="modal-footer">
<div class="modal-footer"> <button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button> <button type="button" id="reportPostButton" class="btn btn-danger">Report post</button>
<button type="button" id="reportPostButton" class="btn btn-danger">Report post</button> </div>
</div>
</form>
</div> </div>
<div class="d-none" id="reportPostFormAfter"> <div class="d-none" id="reportPostFormAfter">
<div class="modal-body"> <div class="modal-body">
<div class="h6">Thank you for reporting this post!</div> <div class="h6">Thank you for reporting this post!</div>
<small class="form-text text-muted">We'll take it from here.</small> <small class="form-text text-muted">We'll take it from here.</small>