master
kek7198 2022-01-02 20:33:36 -06:00
parent a50217ae84
commit 4b6f1fb50a
3 changed files with 6 additions and 4 deletions

View File

@ -39,15 +39,17 @@
</a> </a>
</div> </div>
{% if v %}
<!-- Actionable buttons --> <!-- Actionable buttons -->
<div class="flex items-center space-x-2 absolute top-2 right-3"> <div class="flex items-center space-x-2 absolute top-2 right-3">
<a href="#" class="btn btn-gray"> <a href="#" class="btn btn-gray" data-bs-toggle="modal" data-bs-target="#giftCoinsModal">
<i class="fas fa-gift fa-fw fa-sm"></i> <i class="fas fa-gift fa-fw fa-sm"></i>
</a> </a>
<a href="#" class="btn btn-gray"> <a href="#" class="btn btn-gray" data-bs-toggle="modal" data-bs-target="#directMessageModal">
<i class="fas fa-paper-plane fa-fw fa-sm mr-2"></i> <i class="fas fa-paper-plane fa-fw fa-sm mr-2"></i>
Message Message
</a> </a>
</div> </div>
{% endif %}
</div> </div>
</div> </div>

View File

@ -296,6 +296,8 @@
{% if v %} {% if v %}
{% include "CHRISTMAS/modals/ModalThemePicker.html" %} {% include "CHRISTMAS/modals/ModalThemePicker.html" %}
{% include "CHRISTMAS/modals/ModalDirectMessage.html" %}
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
{% endif %} {% endif %}
{% block popovers %}{% endblock %} {% block popovers %}{% endblock %}

View File

@ -396,8 +396,6 @@
{% if v %} {% if v %}
{% include "CHRISTMAS/emoji_modal.html" %} {% include "CHRISTMAS/emoji_modal.html" %}
{% include "CHRISTMAS/gif_modal.html" %} {% include "CHRISTMAS/gif_modal.html" %}
{% include "CHRISTMAS/modals/ModalDirectMessage.html" %}
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
{% if v.admin_level > 1 %} {% if v.admin_level > 1 %}
{% include "CHRISTMAS/modals/ModalAdminManageUser.html" %} {% include "CHRISTMAS/modals/ModalAdminManageUser.html" %}
{% endif %} {% endif %}