diff --git a/offboarding/templates/offboarding/pipeline/pipeline.html b/offboarding/templates/offboarding/pipeline/pipeline.html index 845678e8f..a162cad03 100644 --- a/offboarding/templates/offboarding/pipeline/pipeline.html +++ b/offboarding/templates/offboarding/pipeline/pipeline.html @@ -1,52 +1,53 @@ {% extends 'index.html' %} {% load static i18n %} {% block content %} {% include 'offboarding/pipeline/nav.html' %}
- {% if offboardings %} - {% include 'offboarding/pipeline/offboardings.html' %} - {% else %} -
- Page not found. 404. -
{% trans "There is no offboardings at this moment." %}
-
- {% endif %} + {% if offboardings %} + {% include 'offboarding/pipeline/offboardings.html' %} + {% else %} +
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There is no offboardings at this moment." %}

+
+ {% endif %}
{% endblock %} diff --git a/onboarding/templates/onboarding/candidates_view.html b/onboarding/templates/onboarding/candidates_view.html index b48ec5da4..d1ee50f6f 100644 --- a/onboarding/templates/onboarding/candidates_view.html +++ b/onboarding/templates/onboarding/candidates_view.html @@ -263,26 +263,10 @@ {% include 'onboarding/candidates.html' %} {% else %} -
-
- Page not found. 404. -
- {% trans "At present, There are no Candidates onboarding." %} -
-
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "At present, There are no Candidates onboarding." %}

{% endif %}
- .select2-container{ + .select2-container { width: 100% !important; } + .select2-container .select2-selection { padding: 10px; - height: 50px !important; /* Adjust the height value as needed */ + height: 50px !important; + /* Adjust the height value as needed */ } .oh-dot--color-done { background-color: hsl(148deg, 71%, 44%) } + .oh-dot--color-scheduled { background-color: hsl(40deg, 100%, 60%) } @@ -23,6 +26,7 @@ .oh-dot--color-stuck { background-color: #ff0400 } + .oh-dot--color-ongoing { background-color: hsl(204deg, 70%, 53%) } @@ -30,6 +34,7 @@ .oh-dot--color-todo { background-color: #e3b75f80 } + .oh-dot--color-None { background-color: hsla(270, 5%, 48%, 0.709) } @@ -37,116 +42,106 @@ .oh-dot--color- { background-color: hsla(270, 5%, 48%, 0.709) } - -
+
{% include "onboarding/onboarding_view_nav.html" %}
{% if recruitments %} -
- {% include "onboarding/tabs.html" %} -
- {% for recruitment in recruitments %} - {% for stage in recruitment.stages %} - {% if request.user|task_manages:recruitment or request.user|stage_manages:stage or perms.onboarding.view_candidatestage %} -
-
- {% if request.user|task_manages:recruitment or perms.onboarding.add_onboardingstage %} -
- -
- {% endif %} -
- {% include 'onboarding/onboarding_table.html' %} +
+ {% include "onboarding/tabs.html" %} +
+ {% for recruitment in recruitments %} + {% for stage in recruitment.stages %} + {% if request.user|task_manages:recruitment or request.user|stage_manages:stage or perms.onboarding.view_candidatestage %} +
+
+ {% if request.user|task_manages:recruitment or perms.onboarding.add_onboardingstage %} +
+ +
+ {% endif %} +
+ {% include 'onboarding/onboarding_table.html' %} +
-
- {% endif %} + {% endif %} + {% endfor %} {% endfor %} - {% endfor %} -
-
- -
- - {% trans "Page" %} {{ recruitments.number }} {% trans "of" %} {{ recruitments.paginator.num_pages }}. - - -
+ +
+ + {% trans "Page" %} {{ recruitments.number }} {% trans "of" %} {{ recruitments.paginator.num_pages }}. + - - + + {% trans "of" %} {{recruitments.paginator.num_pages}} +
+ + +
{% else %} - {% if request.GET.closed == 'true' %} -
-
- Page not found. 404. -
{% trans "At present, There are no closed recruitments." %}
+ {% if request.GET.closed == 'true' %} +
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "At present, There are no closed recruitments." %}

-
{% else %} -
-
- Page not found. 404. -
{% trans "At present, There is no ongoing recruitment." %}
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "At present, There is no ongoing recruitment." %}

-
{% endif %} - {% endif %} - - - + {% endif %}