[UPDT] HORILLA_THEME: Update dashboard designs for attendance, leave and recruitment
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
{% include "generic/components.html" %}
|
||||
<div class="oh-inner-sidebar-content">
|
||||
{% if perms.base.view_dynamicemailconfiguration %}
|
||||
<div class="oh-inner-sidebar-content__header d-flex justify-content-between align-items-center">
|
||||
|
||||
<div hx-get="{% url "mail-server-nav" %}" hx-trigger="load">
|
||||
</div>
|
||||
{% comment %} <div class="oh-inner-sidebar-content__header d-flex justify-content-between align-items-center">
|
||||
<h2 class="oh-inner-sidebar-content__title">{% trans "Mail Servers" %}</h2>
|
||||
{% if perms.base.add_dynamicemailconfiguration %}
|
||||
<button class="oh-btn oh-btn--secondary oh-btn--shadow" data-toggle="oh-modal-toggle"
|
||||
@@ -36,8 +39,20 @@
|
||||
src="{% static 'images/ui/email.png' %}" class="" alt="Page not found. 404." />
|
||||
<h5 class="oh-404__subtitle">{% trans "There is no mail server at this moment." %}</h5>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %} {% endcomment %}
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="oh-checkpoint-badge mb-2"
|
||||
id="selectedInstances"
|
||||
data-ids="[]"
|
||||
data-clicked=""
|
||||
style="display: none"
|
||||
></div>
|
||||
<div class="oh-wrapper" id="listContainer">
|
||||
<div class="animated-background">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="oh-modal" id="mailServerModal" role="dialog" aria-labelledby="mailServerModal" aria-hidden="true">
|
||||
|
||||
Reference in New Issue
Block a user