[UPDT] BIOMETRIC: Updated biometric app by adding latest empty page style

This commit is contained in:
Horilla
2025-05-09 12:28:39 +05:30
parent 647b88d373
commit 8a1c4494c9
2 changed files with 12 additions and 22 deletions

View File

@@ -185,17 +185,11 @@
</div>
</div>
{% else %}
<div class="oh-wrapper-main">
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
<div class="oh-wrapper">
<div class="oh-404">
<img style="width: 150px; height: 150px" src="{% static 'images/ui/devices.png' %}"
class="oh-404__image mb-4" alt="Page not found. 404." />
<h3 class="oh-404__subtitle">
{% trans "No biometric devices found." %}
</h3>
</div>
</div>
</main>
<div class="oh-wrapper">
<div class="oh-empty">
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
<p class="oh-empty__subtitle">{% trans "No biometric devices found." %}</p>
</div>
</div>
{% endif %}

View File

@@ -1,12 +1,8 @@
{% load static %}{% load i18n %}
<div class="oh-wrapper-main">
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
<div class="oh-wrapper">
<div class="oh-404">
<img style=" width: 150px;height: 150px;" src="{% static 'images/ui/devices.png' %}"
class="oh-404__image mb-4" alt="Page not found. 404." />
<h3 class="oh-404__subtitle">{% trans "No biometric devices for attendance have been added yet." %}</h3>
</div>
</div>
</main>
<div class="oh-wrapper">
<div class="oh-empty">
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
<p class="oh-empty__subtitle">{% trans "No biometric devices found." %}</p>
</div>
</div>