aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-09-06 10:52:59 +0000
committerMario <mario@mariovavti.com>2022-09-06 10:52:59 +0000
commit2c388c3833772797753a27ae62d8ba80cba1cc88 (patch)
tree3d3482448f1db4b098a44e3fb4a90cbfd96ac28a /view
parent1a75066616c3723bd546c474c4e336805c8125da (diff)
downloadvolse-hubzilla-2c388c3833772797753a27ae62d8ba80cba1cc88.tar.gz
volse-hubzilla-2c388c3833772797753a27ae62d8ba80cba1cc88.tar.bz2
volse-hubzilla-2c388c3833772797753a27ae62d8ba80cba1cc88.zip
add missing modal
Diffstat (limited to 'view')
-rw-r--r--view/tpl/threaded_conversation.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl
index 6e773088e..12c27a342 100644
--- a/view/tpl/threaded_conversation.tpl
+++ b/view/tpl/threaded_conversation.tpl
@@ -10,4 +10,17 @@
{{if !$preview }}
<div id="threads-end"></div>
<div id="conversation-end"></div>
+<div class="modal" id="conversation_settings" tabindex="-1" role="dialog" aria-labelledby="conversation_settings_label" aria-hidden="true">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <h3 class="modal-title" id="conversation_settings_label">{{$conversation_tools}}</h3>
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button>
+ </div>
+ <div class="modal-body" id="conversation_settings_body">
+ {{$wait}}
+ </div>
+ </div><!-- /.modal-content -->
+ </div><!-- /.modal-dialog -->
+</div><!-- /.modal -->
{{/if}}