Bug 34478: Remove no longer used Mana comment form

The form was moved and cleaned up but it appears during rebases the
original got re-introduced.  This just tidies it up as the form itself
here is never used or displayed.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2024-01-31 10:30:34 +00:00 committed by Jonathan Druart
parent 1875d5e12e
commit 20a94efb4d
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -89,21 +89,3 @@
[% ELSE %]
<h4>Mana search fails with the code: [% statuscode | html %] </h4>
[% END %]
<div id="comment_box" class="modal" tabindex="-1" role="dialog" aria-labelledby="mana_search_result_label" style="display: none;">
<div class="modal-dialog modal-lg" style="width: 30%">
<div class="modal-content" style="">
<div class="modal-header">
<button type="button" id="commentCloseButton" class="closebtn" aria-hidden="true">×</button>
<h3 id="mana_submit_comment"> Please enter a new comment (max 35 characters)</h3>
</div>
<div class="modal-body">
<form method="get">
<input hidden id="selected_id" value="">
<input type="text" id="manamsg"> Comment:
</form>
<button id="CommentButton"> Comment </button>
</div>
</div>
</div>
</div>